com.unity.cinemachine.Editor.asmdef 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "name": "com.unity.cinemachine.editor",
  3. "rootNamespace": "",
  4. "references": [
  5. "Cinemachine",
  6. "Unity.Timeline",
  7. "Unity.Timeline.Editor",
  8. "Unity.Postprocessing.Runtime",
  9. "Unity.Postprocessing.Editor",
  10. "Unity.RenderPipelines.Core.Runtime",
  11. "Unity.RenderPipelines.Core.Editor",
  12. "Unity.RenderPipelines.HighDefinition.Runtime",
  13. "Unity.RenderPipelines.HighDefinition.Editor",
  14. "Unity.ugui",
  15. "Unity.RenderPipelines.Universal.Runtime",
  16. "Unity.RenderPipelines.Universal.Editor",
  17. "Unity.InputSystem"
  18. ],
  19. "includePlatforms": [
  20. "Editor"
  21. ],
  22. "excludePlatforms": [],
  23. "allowUnsafeCode": false,
  24. "overrideReferences": false,
  25. "precompiledReferences": [],
  26. "autoReferenced": true,
  27. "defineConstraints": [],
  28. "versionDefines": [
  29. {
  30. "name": "com.unity.postprocessing",
  31. "expression": "2.1.0",
  32. "define": "CINEMACHINE_POST_PROCESSING_V2"
  33. },
  34. {
  35. "name": "com.unity.timeline",
  36. "expression": "0.0.0-builtin",
  37. "define": "CINEMACHINE_TIMELINE"
  38. },
  39. {
  40. "name": "com.unity.render-pipelines.high-definition",
  41. "expression": "5.3.1",
  42. "define": "CINEMACHINE_HDRP"
  43. },
  44. {
  45. "name": "com.unity.render-pipelines.high-definition",
  46. "expression": "7.3.1",
  47. "define": "CINEMACHINE_HDRP_7_3_1"
  48. },
  49. {
  50. "name": "com.unity.modules.physics2d",
  51. "expression": "1.0.0",
  52. "define": "CINEMACHINE_PHYSICS_2D"
  53. },
  54. {
  55. "name": "com.unity.modules.physics",
  56. "expression": "1.0.0",
  57. "define": "CINEMACHINE_PHYSICS"
  58. },
  59. {
  60. "name": "com.unity.ugui",
  61. "expression": "1.0.0",
  62. "define": "CINEMACHINE_UGUI"
  63. },
  64. {
  65. "name": "com.unity.render-pipelines.universal",
  66. "expression": "7.3.1",
  67. "define": "CINEMACHINE_URP"
  68. },
  69. {
  70. "name": "com.unity.timeline",
  71. "expression": "1.5.0-preview.5",
  72. "define": "CINEMACHINE_TIMELINE_1_5_0"
  73. },
  74. {
  75. "name": "com.unity.modules.animation",
  76. "expression": "1.0.0",
  77. "define": "CINEMACHINE_UNITY_ANIMATION"
  78. },
  79. {
  80. "name": "com.unity.modules.imgui",
  81. "expression": "1.0.0",
  82. "define": "CINEMACHINE_UNITY_IMGUI"
  83. },
  84. {
  85. "name": "com.unity.inputsystem",
  86. "expression": "1.0.0",
  87. "define": "CINEMACHINE_UNITY_INPUTSYSTEM"
  88. }
  89. ],
  90. "noEngineReferences": false
  91. }