Merge pull request #1160 from ousttrue/fix/UPM_unigltf_gltf

fix UPM dependences
This commit is contained in:
PoChang007
2021-08-20 17:00:58 +09:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

View File

@@ -102,7 +102,7 @@ namespace VRM
}},
""dependencies"": {{
""com.vrmc.vrmshaders"": ""{1}"",
""com.vrmc.unigltf"": ""{0}""
""com.vrmc.gltf"": ""{0}""
}},
""samples"": [
{{
@@ -147,7 +147,7 @@ namespace VRM
}},
""dependencies"": {{
""com.vrmc.vrmshaders"": ""{1}"",
""com.vrmc.unigltf"": ""{0}""
""com.vrmc.gltf"": ""{0}""
}},
""samples"": [
{{

View File

@@ -15,7 +15,7 @@
},
"dependencies": {
"com.vrmc.vrmshaders": "0.81.0",
"com.vrmc.unigltf": "0.81.0"
"com.vrmc.gltf": "0.81.0"
},
"samples": [
{

View File

@@ -15,7 +15,7 @@
},
"dependencies": {
"com.vrmc.vrmshaders": "0.81.0",
"com.vrmc.unigltf": "0.81.0"
"com.vrmc.gltf": "0.81.0"
},
"samples": [
{