diff --git a/Assets/UniGLTF/Editor/UniGLTF.Editor.asmdef b/Assets/UniGLTF/Editor/UniGLTF.Editor.asmdef index e99593f17..7f7eecc29 100644 --- a/Assets/UniGLTF/Editor/UniGLTF.Editor.asmdef +++ b/Assets/UniGLTF/Editor/UniGLTF.Editor.asmdef @@ -2,11 +2,10 @@ "name": "UniGLTF.Editor", "references": [ "UniGLTF", - "MeshUtility", - "MeshUtility.Editor", "VRMShaders.GLTF.IO.Runtime", "VRMShaders.GLTF.IO.Editor" ], + "optionalUnityReferences": [], "includePlatforms": [ "Editor" ], @@ -14,8 +13,6 @@ "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "autoReferenced": false, + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/UniGLTF/Runtime/UniGLTF.asmdef b/Assets/UniGLTF/Runtime/UniGLTF.asmdef index 6eee713b3..425cbacf0 100644 --- a/Assets/UniGLTF/Runtime/UniGLTF.asmdef +++ b/Assets/UniGLTF/Runtime/UniGLTF.asmdef @@ -4,13 +4,12 @@ "VRMShaders.GLTF.IO.Runtime", "VRMShaders.GLTF.UniUnlit.Runtime" ], + "optionalUnityReferences": [], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "autoReferenced": false, + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/UniGLTF/Tests/UniGLTF.Tests.asmdef b/Assets/UniGLTF/Tests/UniGLTF.Tests.asmdef index 26d18d36e..74bed3e5d 100644 --- a/Assets/UniGLTF/Tests/UniGLTF.Tests.asmdef +++ b/Assets/UniGLTF/Tests/UniGLTF.Tests.asmdef @@ -14,7 +14,7 @@ ], "excludePlatforms": [], "allowUnsafeCode": false, - "overrideReferences": true, + "overrideReferences": false, "precompiledReferences": [ "nunit.framework.dll" ], diff --git a/Assets/UniGLTF/UniHumanoid/Editor/Tests/UniHumanoid.Editor.Tests.asmdef b/Assets/UniGLTF/UniHumanoid/Editor/Tests/UniHumanoid.Editor.Tests.asmdef index 6ca957826..621adc5da 100644 --- a/Assets/UniGLTF/UniHumanoid/Editor/Tests/UniHumanoid.Editor.Tests.asmdef +++ b/Assets/UniGLTF/UniHumanoid/Editor/Tests/UniHumanoid.Editor.Tests.asmdef @@ -11,5 +11,9 @@ "Editor" ], "excludePlatforms": [], - "allowUnsafeCode": false + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": false, + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/UniGLTF/UniHumanoid/Editor/UniHumanoid.Editor.asmdef b/Assets/UniGLTF/UniHumanoid/Editor/UniHumanoid.Editor.asmdef index 0acc8574c..5facd1120 100644 --- a/Assets/UniGLTF/UniHumanoid/Editor/UniHumanoid.Editor.asmdef +++ b/Assets/UniGLTF/UniHumanoid/Editor/UniHumanoid.Editor.asmdef @@ -9,5 +9,9 @@ "Editor" ], "excludePlatforms": [], - "allowUnsafeCode": false + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": false, + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/UniGLTF/UniHumanoid/UniHumanoid.asmdef b/Assets/UniGLTF/UniHumanoid/UniHumanoid.asmdef index 444db5454..d519becd5 100644 --- a/Assets/UniGLTF/UniHumanoid/UniHumanoid.asmdef +++ b/Assets/UniGLTF/UniHumanoid/UniHumanoid.asmdef @@ -1,3 +1,12 @@ -{ - "name": "UniHumanoid" -} +{ + "name": "UniHumanoid", + "references": [], + "optionalUnityReferences": [], + "includePlatforms": [], + "excludePlatforms": [], + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": false, + "defineConstraints": [] +} \ No newline at end of file diff --git a/Assets/VRM.Samples/Editor/Tests/VRM.Samples.Editor.Tests.asmdef b/Assets/VRM.Samples/Editor/Tests/VRM.Samples.Editor.Tests.asmdef index ef57fbc84..bc514563e 100644 --- a/Assets/VRM.Samples/Editor/Tests/VRM.Samples.Editor.Tests.asmdef +++ b/Assets/VRM.Samples/Editor/Tests/VRM.Samples.Editor.Tests.asmdef @@ -3,7 +3,6 @@ "references": [ "VRM", "VRM.Samples", - "MeshUtility", "UniGLTF", "UniVRM.Editor", "VRM.Tests", @@ -18,7 +17,7 @@ ], "excludePlatforms": [], "allowUnsafeCode": false, - "overrideReferences": true, + "overrideReferences": false, "precompiledReferences": [ "nunit.framework.dll" ], diff --git a/Assets/VRM.Samples/VRM.Samples.asmdef b/Assets/VRM.Samples/VRM.Samples.asmdef index c9bb54fbe..287107a43 100644 --- a/Assets/VRM.Samples/VRM.Samples.asmdef +++ b/Assets/VRM.Samples/VRM.Samples.asmdef @@ -12,6 +12,6 @@ "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], - "autoReferenced": true, + "autoReferenced": false, "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRM/Editor/VRM.Editor.asmdef b/Assets/VRM/Editor/VRM.Editor.asmdef index d8f4af362..ebcd2e1c1 100644 --- a/Assets/VRM/Editor/VRM.Editor.asmdef +++ b/Assets/VRM/Editor/VRM.Editor.asmdef @@ -3,13 +3,12 @@ "references": [ "VRM", "UniHumanoid", - "MeshUtility", - "MeshUtility.Editor", "VRMShaders.GLTF.IO.Runtime", "VRMShaders.GLTF.IO.Editor", "UniGLTF", "UniGLTF.Editor" ], + "optionalUnityReferences": [], "includePlatforms": [ "Editor" ], @@ -17,8 +16,6 @@ "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "autoReferenced": false, + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRM/Runtime/VRM.asmdef b/Assets/VRM/Runtime/VRM.asmdef index d5bac528b..0916459d0 100644 --- a/Assets/VRM/Runtime/VRM.asmdef +++ b/Assets/VRM/Runtime/VRM.asmdef @@ -13,6 +13,6 @@ "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], - "autoReferenced": true, + "autoReferenced": false, "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRM/Tests/VRM.Tests.asmdef b/Assets/VRM/Tests/VRM.Tests.asmdef index b11a29829..426bb323f 100644 --- a/Assets/VRM/Tests/VRM.Tests.asmdef +++ b/Assets/VRM/Tests/VRM.Tests.asmdef @@ -16,7 +16,7 @@ ], "excludePlatforms": [], "allowUnsafeCode": false, - "overrideReferences": true, + "overrideReferences": false, "precompiledReferences": [ "nunit.framework.dll" ], diff --git a/Assets/VRM10.Samples/Runtime/VRM10.Samples.Runtime.asmdef b/Assets/VRM10.Samples/Runtime/VRM10.Samples.Runtime.asmdef index 19ceecc8e..35c658461 100644 --- a/Assets/VRM10.Samples/Runtime/VRM10.Samples.Runtime.asmdef +++ b/Assets/VRM10.Samples/Runtime/VRM10.Samples.Runtime.asmdef @@ -6,13 +6,12 @@ "VRM10", "UniHumanoid" ], + "optionalUnityReferences": [], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": false, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRM10/Editor/VRM10.Editor.asmdef b/Assets/VRM10/Editor/VRM10.Editor.asmdef index 639e0eda8..940e24a86 100644 --- a/Assets/VRM10/Editor/VRM10.Editor.asmdef +++ b/Assets/VRM10/Editor/VRM10.Editor.asmdef @@ -3,13 +3,12 @@ "references": [ "VRM10", "VrmLib", - "MeshUtility", - "MeshUtility.Editor", "UniGLTF.Editor", "UniGLTF", "VRMShaders.GLTF.IO.Runtime", "VRMShaders.GLTF.IO.Editor" ], + "optionalUnityReferences": [], "includePlatforms": [ "Editor" ], @@ -17,8 +16,6 @@ "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], - "autoReferenced": true, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "autoReferenced": false, + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRM10/Runtime/VRM10.asmdef b/Assets/VRM10/Runtime/VRM10.asmdef index 2edebf50b..625313b37 100644 --- a/Assets/VRM10/Runtime/VRM10.asmdef +++ b/Assets/VRM10/Runtime/VRM10.asmdef @@ -15,6 +15,6 @@ "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], - "autoReferenced": true, + "autoReferenced": false, "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRM10/Tests.PlayMode/VRM10.Tests.PlayMode.asmdef b/Assets/VRM10/Tests.PlayMode/VRM10.Tests.PlayMode.asmdef index 4a7b6f8ff..45befedcb 100644 --- a/Assets/VRM10/Tests.PlayMode/VRM10.Tests.PlayMode.asmdef +++ b/Assets/VRM10/Tests.PlayMode/VRM10.Tests.PlayMode.asmdef @@ -12,7 +12,7 @@ "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false, - "overrideReferences": true, + "overrideReferences": false, "precompiledReferences": [ "nunit.framework.dll" ], diff --git a/Assets/VRM10/Tests/VRM10.Tests.asmdef b/Assets/VRM10/Tests/VRM10.Tests.asmdef index 3d13df4f6..c4d2bfea8 100644 --- a/Assets/VRM10/Tests/VRM10.Tests.asmdef +++ b/Assets/VRM10/Tests/VRM10.Tests.asmdef @@ -15,13 +15,10 @@ ], "excludePlatforms": [], "allowUnsafeCode": false, - "overrideReferences": true, - "precompiledReferences": [ - "nunit.framework.dll" - ], + "overrideReferences": false, + "precompiledReferences": [], "autoReferenced": false, "defineConstraints": [ - "UNITY_INCLUDE_TESTS", "UNITY_INCLUDE_TESTS" ] } \ No newline at end of file diff --git a/Assets/VRM10/vrmlib/Runtime/VrmLib.asmdef b/Assets/VRM10/vrmlib/Runtime/VrmLib.asmdef index a81041ec6..03a72f7e3 100644 --- a/Assets/VRM10/vrmlib/Runtime/VrmLib.asmdef +++ b/Assets/VRM10/vrmlib/Runtime/VrmLib.asmdef @@ -9,6 +9,6 @@ "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], - "autoReferenced": true, + "autoReferenced": false, "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRM10/vrmlib/Tests/VrmLib.Tests.asmdef b/Assets/VRM10/vrmlib/Tests/VrmLib.Tests.asmdef index f097d463c..440c1809c 100644 --- a/Assets/VRM10/vrmlib/Tests/VrmLib.Tests.asmdef +++ b/Assets/VRM10/vrmlib/Tests/VrmLib.Tests.asmdef @@ -11,7 +11,7 @@ ], "excludePlatforms": [], "allowUnsafeCode": false, - "overrideReferences": true, + "overrideReferences": false, "precompiledReferences": [], "autoReferenced": false, "defineConstraints": [ diff --git a/Assets/VRMShaders/GLTF/IO/Tests/VRMShaders.GLTF.IO.Tests.asmdef b/Assets/VRMShaders/GLTF/IO/Tests/VRMShaders.GLTF.IO.Tests.asmdef index 1c5c4e761..c37464477 100644 --- a/Assets/VRMShaders/GLTF/IO/Tests/VRMShaders.GLTF.IO.Tests.asmdef +++ b/Assets/VRMShaders/GLTF/IO/Tests/VRMShaders.GLTF.IO.Tests.asmdef @@ -12,7 +12,7 @@ ], "excludePlatforms": [], "allowUnsafeCode": false, - "overrideReferences": true, + "overrideReferences": false, "precompiledReferences": [ "nunit.framework.dll" ], diff --git a/Assets/VRMShaders/GLTF/UniUnlit/Editor/VRMShaders.GLTF.UniUnlit.Editor.asmdef b/Assets/VRMShaders/GLTF/UniUnlit/Editor/VRMShaders.GLTF.UniUnlit.Editor.asmdef index 89999f43b..202ca5b45 100644 --- a/Assets/VRMShaders/GLTF/UniUnlit/Editor/VRMShaders.GLTF.UniUnlit.Editor.asmdef +++ b/Assets/VRMShaders/GLTF/UniUnlit/Editor/VRMShaders.GLTF.UniUnlit.Editor.asmdef @@ -3,6 +3,7 @@ "references": [ "VRMShaders.GLTF.UniUnlit.Runtime" ], + "optionalUnityReferences": [], "includePlatforms": [ "Editor" ], @@ -11,7 +12,5 @@ "overrideReferences": false, "precompiledReferences": [], "autoReferenced": false, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRMShaders/GLTF/UniUnlit/Runtime/VRMShaders.GLTF.UniUnlit.Runtime.asmdef b/Assets/VRMShaders/GLTF/UniUnlit/Runtime/VRMShaders.GLTF.UniUnlit.Runtime.asmdef index b2fa1c327..7136ae37a 100644 --- a/Assets/VRMShaders/GLTF/UniUnlit/Runtime/VRMShaders.GLTF.UniUnlit.Runtime.asmdef +++ b/Assets/VRMShaders/GLTF/UniUnlit/Runtime/VRMShaders.GLTF.UniUnlit.Runtime.asmdef @@ -1,13 +1,12 @@ { "name": "VRMShaders.GLTF.UniUnlit.Runtime", "references": [], + "optionalUnityReferences": [], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": false, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRMShaders/VRM/IO/Editor/VRMShaders.VRM.IO.Editor.asmdef b/Assets/VRMShaders/VRM/IO/Editor/VRMShaders.VRM.IO.Editor.asmdef index 69b6cad38..ec4891332 100644 --- a/Assets/VRMShaders/VRM/IO/Editor/VRMShaders.VRM.IO.Editor.asmdef +++ b/Assets/VRMShaders/VRM/IO/Editor/VRMShaders.VRM.IO.Editor.asmdef @@ -3,6 +3,7 @@ "references": [ "VRMShaders.VRM.IO.Runtime" ], + "optionalUnityReferences": [], "includePlatforms": [ "Editor" ], @@ -11,7 +12,5 @@ "overrideReferences": false, "precompiledReferences": [], "autoReferenced": false, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRMShaders/VRM/IO/Runtime/VRMShaders.VRM.IO.Runtime.asmdef b/Assets/VRMShaders/VRM/IO/Runtime/VRMShaders.VRM.IO.Runtime.asmdef index 1afe036ef..45a1aae83 100644 --- a/Assets/VRMShaders/VRM/IO/Runtime/VRMShaders.VRM.IO.Runtime.asmdef +++ b/Assets/VRMShaders/VRM/IO/Runtime/VRMShaders.VRM.IO.Runtime.asmdef @@ -1,13 +1,12 @@ { "name": "VRMShaders.VRM.IO.Runtime", "references": [], + "optionalUnityReferences": [], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": false, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRMShaders/VRM/MToon b/Assets/VRMShaders/VRM/MToon index bef0e20b5..f9e84d252 160000 --- a/Assets/VRMShaders/VRM/MToon +++ b/Assets/VRMShaders/VRM/MToon @@ -1 +1 @@ -Subproject commit bef0e20b5c81f3a4cdeb1b5de9efadc366be71e6 +Subproject commit f9e84d2525e572c51372de1f1d23986ba2f2612c diff --git a/Assets/VRMShaders/VRM10/Format/Runtime/VRMShaders.VRM10.Format.Runtime.asmdef b/Assets/VRMShaders/VRM10/Format/Runtime/VRMShaders.VRM10.Format.Runtime.asmdef index fd9a63aee..2bbedff64 100644 --- a/Assets/VRMShaders/VRM10/Format/Runtime/VRMShaders.VRM10.Format.Runtime.asmdef +++ b/Assets/VRMShaders/VRM10/Format/Runtime/VRMShaders.VRM10.Format.Runtime.asmdef @@ -1,13 +1,12 @@ { "name": "VRMShaders.VRM10.Format.Runtime", "references": [], + "optionalUnityReferences": [], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": false, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRMShaders/VRM10/MToon10/Editor/VRMShaders.VRM10.MToon10.Editor.asmdef b/Assets/VRMShaders/VRM10/MToon10/Editor/VRMShaders.VRM10.MToon10.Editor.asmdef index abd5297ca..d57820814 100644 --- a/Assets/VRMShaders/VRM10/MToon10/Editor/VRMShaders.VRM10.MToon10.Editor.asmdef +++ b/Assets/VRMShaders/VRM10/MToon10/Editor/VRMShaders.VRM10.MToon10.Editor.asmdef @@ -3,6 +3,7 @@ "references": [ "VRMShaders.VRM10.MToon10.Runtime" ], + "optionalUnityReferences": [], "includePlatforms": [ "Editor" ], @@ -11,7 +12,5 @@ "overrideReferences": false, "precompiledReferences": [], "autoReferenced": false, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "defineConstraints": [] } \ No newline at end of file diff --git a/Assets/VRMShaders/VRM10/MToon10/Runtime/VRMShaders.VRM10.MToon10.Runtime.asmdef b/Assets/VRMShaders/VRM10/MToon10/Runtime/VRMShaders.VRM10.MToon10.Runtime.asmdef index 25f494397..2cba401c1 100644 --- a/Assets/VRMShaders/VRM10/MToon10/Runtime/VRMShaders.VRM10.MToon10.Runtime.asmdef +++ b/Assets/VRMShaders/VRM10/MToon10/Runtime/VRMShaders.VRM10.MToon10.Runtime.asmdef @@ -1,13 +1,12 @@ { "name": "VRMShaders.VRM10.MToon10.Runtime", "references": [], + "optionalUnityReferences": [], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": false, - "defineConstraints": [], - "versionDefines": [], - "noEngineReferences": false + "defineConstraints": [] } \ No newline at end of file