From 0d37d0758bbcf0769fde5f5df76db32d307b1d43 Mon Sep 17 00:00:00 2001 From: VeyronSakai Date: Sun, 15 Oct 2023 22:09:14 +0900 Subject: [PATCH] fix editor asmdef --- Editor/com.unity.animations.springbone.editor.asmdef | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Editor/com.unity.animations.springbone.editor.asmdef b/Editor/com.unity.animations.springbone.editor.asmdef index f406c98..ffccd59 100644 --- a/Editor/com.unity.animations.springbone.editor.asmdef +++ b/Editor/com.unity.animations.springbone.editor.asmdef @@ -1,14 +1,18 @@ { "name": "com.unity.animations.springbone.editor", + "rootNamespace": "", "references": [ "com.unity.animations.springbone" ], - "optionalUnityReferences": [], - "includePlatforms": [], + "includePlatforms": [ + "Editor" + ], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": true, - "defineConstraints": [] + "defineConstraints": [], + "versionDefines": [], + "noEngineReferences": false } \ No newline at end of file