暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Unity.RenderPipelines.Universal.Runtime.asmdef 2.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "Unity.RenderPipelines.Universal.Runtime",
  3. "rootNamespace": "",
  4. "references": [
  5. "GUID:df380645f10b7bc4b97d4f5eb6303d95",
  6. "GUID:69257879134bba646869b21467b3338d",
  7. "GUID:ab67fb10353d84448ac887a7367cbda8",
  8. "GUID:7dbf32976982c98448af054f2512cb79",
  9. "GUID:d8b63aba1907145bea998dd612889d6b",
  10. "GUID:2665a8d13d1b3f18800f46e256720795",
  11. "GUID:4fd6538c1c56b409fb53fdf0183170ec",
  12. "GUID:86bc95e6fdb13ff43aa04316542905ae",
  13. "GUID:d04eb9c554ad44ceab303cecf0c0cf82"
  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.visualeffectgraph",
  25. "expression": "0.0.1",
  26. "define": "VISUAL_EFFECT_GRAPH_0_0_1_OR_NEWER"
  27. },
  28. {
  29. "name": "com.unity.adaptiveperformance",
  30. "expression": "2.0.0-preview.7",
  31. "define": "ADAPTIVE_PERFORMANCE_2_0_0_OR_NEWER"
  32. },
  33. {
  34. "name": "com.unity.adaptiveperformance",
  35. "expression": "2.1.0",
  36. "define": "ADAPTIVE_PERFORMANCE_2_1_0_OR_NEWER"
  37. },
  38. {
  39. "name": "com.unity.adaptiveperformance",
  40. "expression": "4.0.0-pre.1",
  41. "define": "ADAPTIVE_PERFORMANCE_4_0_0_OR_NEWER"
  42. },
  43. {
  44. "name": "com.unity.burst",
  45. "expression": "1.0.0",
  46. "define": "ENABLE_BURST_1_0_0_OR_NEWER"
  47. },
  48. {
  49. "name": "com.unity.modules.vr",
  50. "expression": "1.0.0",
  51. "define": "ENABLE_VR_MODULE"
  52. },
  53. {
  54. "name": "com.unity.modules.xr",
  55. "expression": "1.0.0",
  56. "define": "ENABLE_XR_MODULE"
  57. },
  58. {
  59. "name": "com.unity.modules.animation",
  60. "expression": "1.0.0",
  61. "define": "USING_ANIMATION_MODULE"
  62. },
  63. {
  64. "name": "com.unity.modules.physics2d",
  65. "expression": "1.0.0",
  66. "define": "USING_PHYSICS2D_MODULE"
  67. },
  68. {
  69. "name": "com.unity.inputsystem",
  70. "expression": "0.0.0",
  71. "define": "ENABLE_INPUT_SYSTEM_PACKAGE"
  72. }
  73. ],
  74. "noEngineReferences": false
  75. }