Cinemachine.Runtime.Tests.asmdef 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "Cinemachine.Runtime.Tests",
  3. "rootNamespace": "",
  4. "references": [
  5. "Cinemachine",
  6. "UnityEngine.TestRunner",
  7. "UnityEditor.TestRunner",
  8. "Unity.RenderPipelines.HighDefinition.Runtime"
  9. ],
  10. "includePlatforms": [],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": false,
  13. "overrideReferences": true,
  14. "precompiledReferences": [
  15. "nunit.framework.dll"
  16. ],
  17. "autoReferenced": false,
  18. "defineConstraints": [
  19. "UNITY_INCLUDE_TESTS"
  20. ],
  21. "versionDefines": [
  22. {
  23. "name": "com.unity.modules.physics2d",
  24. "expression": "1.0.0",
  25. "define": "CINEMACHINE_PHYSICS_2D"
  26. },
  27. {
  28. "name": "com.unity.modules.physics",
  29. "expression": "1.0.0",
  30. "define": "CINEMACHINE_PHYSICS"
  31. },
  32. {
  33. "name": "com.unity.modules.animation",
  34. "expression": "1.0.0",
  35. "define": "CINEMACHINE_UNITY_ANIMATION"
  36. },
  37. {
  38. "name": "com.unity.render-pipelines.high-definition-config",
  39. "expression": "0",
  40. "define": "CINEMACHINE_HDRP"
  41. }
  42. ],
  43. "noEngineReferences": false
  44. }