com.unity.cinemachine.Editor.asmdef 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "com.unity.cinemachine.editor",
  3. "references": [
  4. "Cinemachine",
  5. "Unity.Timeline",
  6. "Unity.Timeline.Editor",
  7. "Unity.Postprocessing.Runtime",
  8. "Unity.Postprocessing.Editor",
  9. "Unity.RenderPipelines.Core.Runtime",
  10. "Unity.RenderPipelines.Core.Editor",
  11. "Unity.RenderPipelines.HighDefinition.Runtime",
  12. "Unity.RenderPipelines.HighDefinition.Editor",
  13. "Unity.ugui",
  14. "Unity.RenderPipelines.Universal.Runtime",
  15. "Unity.RenderPipelines.Universal.Editor"
  16. ],
  17. "includePlatforms": [
  18. "Editor"
  19. ],
  20. "excludePlatforms": [],
  21. "allowUnsafeCode": false,
  22. "overrideReferences": false,
  23. "precompiledReferences": [],
  24. "autoReferenced": true,
  25. "defineConstraints": [],
  26. "versionDefines": [
  27. {
  28. "name": "com.unity.postprocessing",
  29. "expression": "2.1.0",
  30. "define": "CINEMACHINE_POST_PROCESSING_V2"
  31. },
  32. {
  33. "name": "com.unity.timeline",
  34. "expression": "0.0.0-builtin",
  35. "define": "CINEMACHINE_TIMELINE"
  36. },
  37. {
  38. "name": "com.unity.render-pipelines.high-definition",
  39. "expression": "5.3.1",
  40. "define": "CINEMACHINE_HDRP"
  41. },
  42. {
  43. "name": "com.unity.render-pipelines.high-definition",
  44. "expression": "7.0.0",
  45. "define": "CINEMACHINE_HDRP_7_0_0"
  46. },
  47. {
  48. "name": "com.unity.modules.physics2d",
  49. "expression": "1.0.0",
  50. "define": "CINEMACHINE_PHYSICS_2D"
  51. },
  52. {
  53. "name": "com.unity.modules.physics",
  54. "expression": "1.0.0",
  55. "define": "CINEMACHINE_PHYSICS"
  56. },
  57. {
  58. "name": "com.unity.ugui",
  59. "expression": "1.0.0",
  60. "define": "CINEMACHINE_UGUI"
  61. },
  62. {
  63. "name": "com.unity.render-pipelines.universal",
  64. "expression": "7.0.0",
  65. "define": "CINEMACHINE_LWRP_7_0_0"
  66. }
  67. ]
  68. }