Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

Unity.RenderPipelines.Core.Runtime.asmdef 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "Unity.RenderPipelines.Core.Runtime",
  3. "rootNamespace": "",
  4. "references": [
  5. "GUID:75469ad4d38634e559750d17036d5f7c",
  6. "GUID:d8b63aba1907145bea998dd612889d6b",
  7. "GUID:e0cd26848372d4e5c891c569017e11f1",
  8. "GUID:2665a8d13d1b3f18800f46e256720795"
  9. ],
  10. "includePlatforms": [],
  11. "excludePlatforms": [],
  12. "allowUnsafeCode": true,
  13. "overrideReferences": false,
  14. "precompiledReferences": [],
  15. "autoReferenced": true,
  16. "defineConstraints": [],
  17. "versionDefines": [
  18. {
  19. "name": "com.unity.modules.vr",
  20. "expression": "1.0.0",
  21. "define": "ENABLE_VR_MODULE"
  22. },
  23. {
  24. "name": "com.unity.modules.xr",
  25. "expression": "1.0.0",
  26. "define": "ENABLE_XR_MODULE"
  27. },
  28. {
  29. "name": "com.unity.inputsystem",
  30. "expression": "0.0.0",
  31. "define": "ENABLE_INPUT_SYSTEM_PACKAGE"
  32. },
  33. {
  34. "name": "com.unity.rendering.hybrid",
  35. "expression": "0.6.0-preview.0",
  36. "define": "HYBRID_0_6_0_OR_NEWER"
  37. },
  38. {
  39. "name": "com.unity.entities.graphics",
  40. "expression": "0.6.0-preview.0",
  41. "define": "HYBRID_0_6_0_OR_NEWER"
  42. },
  43. {
  44. "name": "com.unity.modules.nvidia",
  45. "expression": "1.0.0",
  46. "define": "ENABLE_NVIDIA_MODULE"
  47. }
  48. ],
  49. "noEngineReferences": false
  50. }