Unity.2D.Animation.Editor.asmdef 1023 B

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