From fa32e35d1d9efff4b812fef269b714b9b4a3260b Mon Sep 17 00:00:00 2001 From: j-hirose Date: Tue, 6 Aug 2019 15:04:58 +0900 Subject: [PATCH] fix adf --- Assets/VRM/UniGLTF/Editor/UniGLTF.Editor.asmdef | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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