Unity.2D.Psdimporter.Editor.asmdef 571 B

12345678910111213141516171819202122
  1. {
  2. "name": "Unity.2D.Psdimporter.Editor",
  3. "references": [
  4. "PsdPlugin",
  5. "Unity.InternalAPIEditorBridge.001",
  6. "Unity.2D.Common.Editor",
  7. "Unity.2D.Animation.Editor",
  8. "Unity.2D.Animation.Runtime",
  9. "Unity.2D.Sprite.Editor"
  10. ],
  11. "optionalUnityReferences": [],
  12. "includePlatforms": [
  13. "Editor"
  14. ],
  15. "excludePlatforms": [],
  16. "allowUnsafeCode": true,
  17. "overrideReferences": false,
  18. "precompiledReferences": [],
  19. "autoReferenced": true,
  20. "defineConstraints": [],
  21. "versionDefines": []
  22. }