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.

38 lines
1.0 KiB

4 years ago
  1. {
  2. "name": "Unity.XR.ARKit",
  3. "references": [
  4. "Unity.RenderPipelines.Lightweight.Runtime",
  5. "Unity.RenderPipelines.Universal.Runtime",
  6. "Unity.XR.ARSubsystems",
  7. "Unity.XR.Management",
  8. "Unity.InputSystem"
  9. ],
  10. "includePlatforms": [
  11. "Editor",
  12. "iOS"
  13. ],
  14. "excludePlatforms": [],
  15. "allowUnsafeCode": true,
  16. "overrideReferences": false,
  17. "precompiledReferences": [],
  18. "autoReferenced": true,
  19. "defineConstraints": [],
  20. "versionDefines": [
  21. {
  22. "name": "com.unity.render-pipelines.lightweight",
  23. "expression": "[5.7.2,7.0.0)",
  24. "define": "MODULE_LWRP_ENABLED"
  25. },
  26. {
  27. "name": "com.unity.render-pipelines.universal",
  28. "expression": "7.0.0",
  29. "define": "MODULE_URP_ENABLED"
  30. },
  31. {
  32. "name": "com.unity.inputsystem",
  33. "expression": "0.9.6-preview",
  34. "define": "UNITY_INPUT_SYSTEM"
  35. }
  36. ],
  37. "noEngineReferences": false
  38. }