Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "Unity.2D.Psdimporter.Editor",
  3. "rootNamespace": "",
  4. "references": [
  5. "PsdPlugin",
  6. "Unity.InternalAPIEditorBridge.001",
  7. "Unity.2D.Common.Editor",
  8. "Unity.2D.Animation.Editor",
  9. "Unity.2D.Animation.Runtime",
  10. "Unity.2D.Sprite.Editor",
  11. "Unity.Mathematics",
  12. "Unity.Burst",
  13. "Unity.InternalAPIEngineBridge.001"
  14. ],
  15. "includePlatforms": [
  16. "Editor"
  17. ],
  18. "excludePlatforms": [],
  19. "allowUnsafeCode": true,
  20. "overrideReferences": false,
  21. "precompiledReferences": [],
  22. "autoReferenced": true,
  23. "defineConstraints": [],
  24. "versionDefines": [
  25. {
  26. "name": "com.unity.2d.animation",
  27. "expression": "0.0.1",
  28. "define": "ENABLE_2D_ANIMATION"
  29. },
  30. {
  31. "name": "Unity",
  32. "expression": "2023.2.0a22",
  33. "define": "USE_NEW_EDITOR_ANALYTICS"
  34. }
  35. ],
  36. "noEngineReferences": false
  37. }