Samples を Samples~ に移動

以降、Unity でコンパイルが通っていることを保証できない。つらい
This commit is contained in:
ousttrue 2021-10-13 17:37:45 +09:00
parent 47b9fcfc6a
commit 251c3d7706
86 changed files with 25 additions and 41 deletions

View File

@ -5,7 +5,7 @@ namespace UniGLTF
{
public const int MAJOR = 2;
public const int MINOR = 22;
public const int PATCH = 0;
public const string VERSION = "2.22.0";
public const int PATCH = 1;
public const string VERSION = "2.22.1";
}
}

View File

@ -1,6 +1,6 @@
{
"name": "com.vrmc.gltf",
"version": "0.86.0",
"version": "0.86.1",
"displayName": "UniGLTF",
"description": "GLTF importer and exporter",
"unity": "2019.4",
@ -11,6 +11,6 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.86.0"
"com.vrmc.vrmshaders": "0.86.1"
}
}

View File

@ -108,22 +108,22 @@ namespace VRM
{{
""displayName"": ""SimpleViewer"",
""description"": ""VRM runtime loader sample"",
""path"": ""Samples/SimpleViewer""
""path"": ""Samples~/SimpleViewer""
}},
{{
""displayName"": ""FirstPersonSample"",
""description"": ""First Person layer sample with multi camera"",
""path"": ""Samples/FirstPersonSample""
""path"": ""Samples~/FirstPersonSample""
}},
{{
""displayName"": ""RuntimeExporterSample"",
""description"": ""VRM runtime exporter sample"",
""path"": ""Samples/RuntimeExporterSample""
""path"": ""Samples~/RuntimeExporterSample""
}},
{{
""displayName"": ""AnimationBridgeSample"",
""description"": ""BlendShape animation clip sample"",
""path"": ""Samples/AnimationBridgeSample""
""path"": ""Samples~/AnimationBridgeSample""
}}
]
}}
@ -153,12 +153,12 @@ namespace VRM
{{
""displayName"": ""VRM10Viewer"",
""description"": ""VRM10 runtime loader sample"",
""path"": ""Samples/VRM10Viewer""
""path"": ""Samples~/VRM10Viewer""
}},
{{
""displayName"": ""VRM10FirstPersonSample"",
""description"": ""First Person layer sample with multi camera"",
""path"": ""Samples/VRM10FirstPersonSample""
""path"": ""Samples~/VRM10FirstPersonSample""
}}
]
}}

View File

@ -5,7 +5,7 @@ namespace VRM
{
public const int MAJOR = 0;
public const int MINOR = 86;
public const int PATCH = 0;
public const string VERSION = "0.86.0";
public const int PATCH = 1;
public const string VERSION = "0.86.1";
}
}

View File

@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 20ae97a2cd4bae04cbce95721fa3d788
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,6 +1,6 @@
{
"name": "com.vrmc.univrm",
"version": "0.86.0",
"version": "0.86.1",
"displayName": "VRM",
"description": "VRM importer",
"unity": "2019.4",
@ -14,29 +14,29 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.86.0",
"com.vrmc.gltf": "0.86.0"
"com.vrmc.vrmshaders": "0.86.1",
"com.vrmc.gltf": "0.86.1"
},
"samples": [
{
"displayName": "SimpleViewer",
"description": "VRM runtime loader sample",
"path": "Samples/SimpleViewer"
"path": "Samples~/SimpleViewer"
},
{
"displayName": "FirstPersonSample",
"description": "First Person layer sample with multi camera",
"path": "Samples/FirstPersonSample"
"path": "Samples~/FirstPersonSample"
},
{
"displayName": "RuntimeExporterSample",
"description": "VRM runtime exporter sample",
"path": "Samples/RuntimeExporterSample"
"path": "Samples~/RuntimeExporterSample"
},
{
"displayName": "AnimationBridgeSample",
"description": "BlendShape animation clip sample",
"path": "Samples/AnimationBridgeSample"
"path": "Samples~/AnimationBridgeSample"
}
]
}

View File

@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: c5c0de34a00d309409bfc1d534e2610a
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrm",
"version": "0.86.0",
"version": "0.86.1",
"displayName": "VRM-1.0β",
"description": "VRM-1.0β importer",
"unity": "2019.4",
@ -14,19 +14,19 @@
"name": "VRM Consortium"
},
"dependencies": {
"com.vrmc.vrmshaders": "0.86.0",
"com.vrmc.gltf": "0.86.0"
"com.vrmc.vrmshaders": "0.86.1",
"com.vrmc.gltf": "0.86.1"
},
"samples": [
{
"displayName": "VRM10Viewer",
"description": "VRM10 runtime loader sample",
"path": "Samples/VRM10Viewer"
"path": "Samples~/VRM10Viewer"
},
{
"displayName": "VRM10FirstPersonSample",
"description": "First Person layer sample with multi camera",
"path": "Samples/VRM10FirstPersonSample"
"path": "Samples~/VRM10FirstPersonSample"
}
]
}

View File

@ -1,6 +1,6 @@
{
"name": "com.vrmc.vrmshaders",
"version": "0.86.0",
"version": "0.86.1",
"displayName": "VRM Shaders",
"description": "VRM Shaders",
"unity": "2019.4",