Skip to content

Commit

Permalink
Merge pull request #1160 from ousttrue/fix/UPM_unigltf_gltf
Browse files Browse the repository at this point in the history
fix UPM dependences
  • Loading branch information
PoChang007 authored Aug 20, 2021
2 parents 8e30545 + a16d352 commit 5126221
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Assets/VRM/Editor/Format/VRMVersionMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public UpmPackage(string path, string template)
}},
""dependencies"": {{
""com.vrmc.vrmshaders"": ""{1}"",
""com.vrmc.unigltf"": ""{0}""
""com.vrmc.gltf"": ""{0}""
}},
""samples"": [
{{
Expand Down Expand Up @@ -147,7 +147,7 @@ public UpmPackage(string path, string template)
}},
""dependencies"": {{
""com.vrmc.vrmshaders"": ""{1}"",
""com.vrmc.unigltf"": ""{0}""
""com.vrmc.gltf"": ""{0}""
}},
""samples"": [
{{
Expand Down
2 changes: 1 addition & 1 deletion Assets/VRM/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"com.vrmc.vrmshaders": "0.81.0",
"com.vrmc.unigltf": "0.81.0"
"com.vrmc.gltf": "0.81.0"
},
"samples": [
{
Expand Down
2 changes: 1 addition & 1 deletion Assets/VRM10/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"com.vrmc.vrmshaders": "0.81.0",
"com.vrmc.unigltf": "0.81.0"
"com.vrmc.gltf": "0.81.0"
},
"samples": [
{
Expand Down

0 comments on commit 5126221

Please sign in to comment.