mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-06 19:11:37 -05:00
UniGLTF_Samples 漏れ
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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]
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user