Unity.2D.Animation.Runtime.asmdef 954 B

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