Skip to content

Commit 4497602

Browse files
authored
Fixing additional errors presented in Unity package validations (#205)
* Fixing additional UPM package validation failures * Switching to validation 0.2.1
1 parent 9a2f124 commit 4497602

11 files changed

Lines changed: 77 additions & 27 deletions

File tree

GraphicsToolsUnityProject/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"com.microsoft.mrtk.graphicstools.shadergraph.unity": "file:../../com.microsoft.mrtk.graphicstools.shadergraph.unity",
44
"com.microsoft.mrtk.graphicstools.unity": "file:../../com.microsoft.mrtk.graphicstools.unity",
5-
"com.unity.asset-store-validation": "0.3.0",
5+
"com.unity.asset-store-validation": "0.2.1",
66
"com.unity.ide.visualstudio": "2.0.17",
77
"com.unity.ide.vscode": "1.2.5",
88
"com.unity.inputsystem": "1.4.4",

GraphicsToolsUnityProject/Packages/packages-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dependencies": {}
1616
},
1717
"com.unity.asset-store-validation": {
18-
"version": "0.3.0",
18+
"version": "0.2.1",
1919
"depth": 0,
2020
"source": "registry",
2121
"dependencies": {
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
All notable changes to this package will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6+
7+
## [0.6.6] - 2023-12-01
8+
9+
### Added
10+
11+
- A CHANGELOG.md file to track changes across releases.
12+
13+
### Changed
14+
15+
- Converted `~Sample`` jpg images to png images.

com.microsoft.mrtk.graphicstools.unity/CHANGELOG.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
372 KB
Loading

com.microsoft.mrtk.graphicstools.unity/Samples~/MaterialGallery/Textures/ShaderBall_emissive.jpg.meta renamed to com.microsoft.mrtk.graphicstools.unity/Samples~/MaterialGallery/Textures/ShaderBall_emissive.png.meta

Lines changed: 14 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
283 KB
Loading

com.microsoft.mrtk.graphicstools.unity/Samples~/MeshOutlines/Textures/CatEyeTex.jpg.meta renamed to com.microsoft.mrtk.graphicstools.unity/Samples~/MeshOutlines/Textures/CatEyeTex.png.meta

Lines changed: 38 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)