diff --git a/Assets/VRM/UniGLTF/Editor/UniGLTF.Editor.asmdef b/Assets/VRM/UniGLTF/Editor/UniGLTF.Editor.asmdef index 3fdf35234..61ff6c4bf 100644 --- a/Assets/VRM/UniGLTF/Editor/UniGLTF.Editor.asmdef +++ b/Assets/VRM/UniGLTF/Editor/UniGLTF.Editor.asmdef @@ -2,12 +2,17 @@ "name": "UniGLTF.Editor", "references": [ "VRM", - "ShaderProperty.Runtime" + "ShaderProperty.Runtime", + "UniJSON" ], "optionalUnityReferences": [], "includePlatforms": [ "Editor" ], "excludePlatforms": [], - "allowUnsafeCode": false + "allowUnsafeCode": false, + "overrideReferences": false, + "precompiledReferences": [], + "autoReferenced": true, + "defineConstraints": [] } \ No newline at end of file