暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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

1234567891011121314151617181920212223242526272829303132
  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": "Unity",
  27. "expression": "2021.3.9f1",
  28. "define": "USE_TEXTURE_PLATFORM_FIX"
  29. }
  30. ],
  31. "noEngineReferences": false
  32. }