No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unity.2D.Common.Editor.asmdef 443B

12345678910111213141516171819
  1. {
  2. "name": "Unity.2D.Common.Editor",
  3. "references": [
  4. "Unity.2D.Common.Runtime",
  5. "Unity.2D.Sprite.Editor",
  6. "Unity.Mathematics",
  7. "Unity.Burst"
  8. ],
  9. "includePlatforms": [
  10. "Editor"
  11. ],
  12. "excludePlatforms": [],
  13. "allowUnsafeCode": true,
  14. "overrideReferences": false,
  15. "precompiledReferences": [],
  16. "autoReferenced": true,
  17. "defineConstraints": [],
  18. "versionDefines": []
  19. }