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.Animation.Editor.asmdef 1.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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.Sprite.Editor",
  11. "Unity.Mathematics",
  12. "Unity.Burst",
  13. "Unity.Collections"
  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.collections",
  27. "expression": "2.0.0-exp",
  28. "define": "COLLECTIONS_2_0_OR_ABOVE"
  29. },
  30. {
  31. "name": "Unity",
  32. "expression": "2023.2.0a22",
  33. "define": "USE_NEW_EDITOR_ANALYTICS"
  34. },
  35. {
  36. "name": "Unity",
  37. "expression": "2023.3.0a1",
  38. "define": "ENABLE_UXML_SERIALIZED_DATA"
  39. },
  40. {
  41. "name": "Unity",
  42. "expression": "[2021.3,2023.3.0a1)",
  43. "define": "ENABLE_UXML_TRAITS"
  44. },
  45. {
  46. "name": "Unity",
  47. "expression": "2023.2",
  48. "define": "ENABLE_RUNTIME_DATA_BINDINGS"
  49. }
  50. ],
  51. "noEngineReferences": false
  52. }