Browse Source

[unity] Editor asmdef.

pharan 7 years ago
parent
commit
8d67199c4f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      spine-unity/Assets/Spine/Editor/spine-unity-editor.asmdef

+ 3 - 1
spine-unity/Assets/Spine/Editor/spine-unity-editor.asmdef

@@ -4,7 +4,9 @@
         "spine-unity"
     ],
     "optionalUnityReferences": [],
-    "includePlatforms": [],
+    "includePlatforms": [
+        "Editor"
+    ],
     "excludePlatforms": [],
     "allowUnsafeCode": false
 }