SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
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.

40 lines
1.2 KiB

4 years ago
  1. {
  2. "name": "Unity.XR.ARFoundation",
  3. "references": [
  4. "Unity.RenderPipelines.Core.Runtime",
  5. "Unity.RenderPipelines.Lightweight.Runtime",
  6. "Unity.RenderPipelines.Universal.Runtime",
  7. "Unity.XR.ARSubsystems",
  8. "Unity.XR.Management",
  9. "UnityEngine.SpatialTracking"
  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.xr.management",
  21. "expression": "2.0.0-preview.22",
  22. "define": "USE_XR_MANAGEMENT"
  23. },
  24. {
  25. "name": "com.unity.render-pipelines.lightweight",
  26. "expression": "[5.7.2,7.0.0)",
  27. "define": "MODULE_LWRP_ENABLED"
  28. },
  29. {
  30. "name": "com.unity.render-pipelines.universal",
  31. "expression": "7.0.0",
  32. "define": "MODULE_URP_ENABLED"
  33. },
  34. {
  35. "name": "com.unity.xr.legacyinputhelpers",
  36. "expression": "1.0.0",
  37. "define": "USE_LEGACY_INPUT_HELPERS"
  38. }
  39. ]
  40. }