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.

35 lines
1021 B

4 years ago
  1. {
  2. "name": "UnityEditor.XR.LegacyInputHelpers",
  3. "references": [
  4. "UnityEngine.XR.LegacyInputHelpers",
  5. "UnityEngine.SpatialTracking",
  6. "Unity.RenderPipelines.HighDefinition.Runtime",
  7. "Unity.RenderPipelines.Universal.Runtime"
  8. ],
  9. "includePlatforms": [
  10. "Editor"
  11. ],
  12. "excludePlatforms": [],
  13. "allowUnsafeCode": false,
  14. "overrideReferences": false,
  15. "precompiledReferences": [],
  16. "autoReferenced": true,
  17. "defineConstraints": [],
  18. "versionDefines": [
  19. {
  20. "name": "com.unity.xr.interaction.toolkit",
  21. "expression": "0.9.0",
  22. "define": "XRI_PRESENT"
  23. },
  24. {
  25. "name": "com.unity.render-pipelines.high-definition",
  26. "expression": "1.0.0",
  27. "define": "HDRP_PRESENT"
  28. },
  29. {
  30. "name": "com.unity.render-pipelines.universal",
  31. "expression": "1.0.0",
  32. "define": "URP_PRESENT"
  33. }
  34. ],
  35. "noEngineReferences": false
  36. }