Unity.RenderPipelines.Universal.Runtime.asmdef 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "Unity.RenderPipelines.Universal.Runtime",
  3. "references": [
  4. "GUID:d60799ab2a985554ea1a39cd38695018",
  5. "GUID:df380645f10b7bc4b97d4f5eb6303d95",
  6. "GUID:ab67fb10353d84448ac887a7367cbda8"
  7. ],
  8. "includePlatforms": [],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": true,
  11. "overrideReferences": false,
  12. "precompiledReferences": [],
  13. "autoReferenced": true,
  14. "defineConstraints": [],
  15. "versionDefines": [
  16. {
  17. "name": "com.unity.postprocessing",
  18. "expression": "2.0.0",
  19. "define": "POST_PROCESSING_STACK_2_0_0_OR_NEWER"
  20. },
  21. {
  22. "name": "com.unity.visualeffectgraph",
  23. "expression": "0.0.1",
  24. "define": "VISUAL_EFFECT_GRAPH_0_0_1_OR_NEWER"
  25. },
  26. {
  27. "name": "com.unity.modules.vr",
  28. "expression": "1.0.0",
  29. "define": "ENABLE_VR_MODULE"
  30. },
  31. {
  32. "name": "com.unity.modules.xr",
  33. "expression": "1.0.0",
  34. "define": "ENABLE_XR_MODULE"
  35. }
  36. ],
  37. "noEngineReferences": false
  38. }