Unity.RenderPipelines.Universal.Runtime.asmdef 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "Unity.RenderPipelines.Universal.Runtime",
  3. "rootNamespace": "",
  4. "references": [
  5. "GUID:df380645f10b7bc4b97d4f5eb6303d95",
  6. "GUID:ab67fb10353d84448ac887a7367cbda8",
  7. "GUID:7dbf32976982c98448af054f2512cb79",
  8. "GUID:d8b63aba1907145bea998dd612889d6b",
  9. "GUID:2665a8d13d1b3f18800f46e256720795"
  10. ],
  11. "includePlatforms": [],
  12. "excludePlatforms": [],
  13. "allowUnsafeCode": true,
  14. "overrideReferences": false,
  15. "precompiledReferences": [],
  16. "autoReferenced": true,
  17. "defineConstraints": [],
  18. "versionDefines": [
  19. {
  20. "name": "com.unity.visualeffectgraph",
  21. "expression": "0.0.1",
  22. "define": "VISUAL_EFFECT_GRAPH_0_0_1_OR_NEWER"
  23. },
  24. {
  25. "name": "com.unity.adaptiveperformance",
  26. "expression": "2.0.0-preview.7",
  27. "define": "ADAPTIVE_PERFORMANCE_2_0_0_OR_NEWER"
  28. },
  29. {
  30. "name": "com.unity.adaptiveperformance",
  31. "expression": "2.1.0",
  32. "define": "ADAPTIVE_PERFORMANCE_2_1_0_OR_NEWER"
  33. },
  34. {
  35. "name": "com.unity.adaptiveperformance",
  36. "expression": "4.0.0-pre.1",
  37. "define": "ADAPTIVE_PERFORMANCE_4_0_0_OR_NEWER"
  38. },
  39. {
  40. "name": "com.unity.burst",
  41. "expression": "1.0.0",
  42. "define": "ENABLE_BURST_1_0_0_OR_NEWER"
  43. },
  44. {
  45. "name": "com.unity.modules.vr",
  46. "expression": "1.0.0",
  47. "define": "ENABLE_VR_MODULE"
  48. },
  49. {
  50. "name": "com.unity.modules.xr",
  51. "expression": "1.0.0",
  52. "define": "ENABLE_XR_MODULE"
  53. },
  54. {
  55. "name": "com.unity.modules.animation",
  56. "expression": "1.0.0",
  57. "define": "USING_ANIMATION_MODULE"
  58. },
  59. {
  60. "name": "com.unity.modules.physics2d",
  61. "expression": "1.0.0",
  62. "define": "USING_PHYSICS2D_MODULE"
  63. },
  64. {
  65. "name": "com.unity.inputsystem",
  66. "expression": "0.0.0",
  67. "define": "ENABLE_INPUT_SYSTEM_PACKAGE"
  68. }
  69. ],
  70. "noEngineReferences": false
  71. }