UniGLTF_Samples 漏れ

This commit is contained in:
ousttrue
2022-10-07 16:35:15 +09:00
parent ba197f68f5
commit 314fb6d901
3 changed files with 20 additions and 6 deletions

View File

@@ -13,5 +13,12 @@
"dependencies": {
"com.vrmc.vrmshaders": "0.105.0",
"com.unity.modules.animation": "1.0.0"
}
},
"samples": [
{
"displayName": "GltfViewer",
"description": "UniGLTF runtime loader sample",
"path": "Samples~/GltfViewer"
}
]
}

View File

@@ -137,8 +137,8 @@ namespace VRM
@"{{
""name"": ""com.vrmc.vrm"",
""version"": ""{1}"",
""displayName"": ""VRM-1.0β"",
""description"": ""VRM-1.0β importer"",
""displayName"": ""VRM-1.0"",
""description"": ""VRM-1.0 importer"",
""unity"": ""2019.4"",
""keywords"": [
""vrm"",
@@ -186,7 +186,14 @@ namespace VRM
""dependencies"": {{
""com.vrmc.vrmshaders"": ""{1}"",
""com.unity.modules.animation"": ""1.0.0""
}}
}},
""samples"": [
{{
""displayName"": ""GltfViewer"",
""description"": ""UniGLTF runtime loader sample"",
""path"": ""Samples~/GltfViewer""
}}
]
}}");
[SerializeField]

View File

@@ -1,8 +1,8 @@
{
"name": "com.vrmc.vrm",
"version": "0.105.0",
"displayName": "VRM-1.0β",
"description": "VRM-1.0β importer",
"displayName": "VRM-1.0",
"description": "VRM-1.0 importer",
"unity": "2019.4",
"keywords": [
"vrm",