2021년 4학년 1학기 기업연계프로젝트2 컴퓨터소프트웨어공학과 <원광투어팀> 팀장 : 송유진 팀원 : 김나영, 이경희, 한유진
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
883 B

5 years ago
  1. {
  2. "name": "SteamVR_Editor",
  3. "references": [
  4. "SteamVR",
  5. "Unity.XR.OpenVR",
  6. "Unity.XR.Management.Editor",
  7. "Unity.XR.Management"
  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.valvesoftware.unity.openvr",
  21. "expression": "",
  22. "define": "OPENVR_XR_API"
  23. },
  24. {
  25. "name": "com.unity.xr.management",
  26. "expression": "3.2.0",
  27. "define": "XR_MGMT_GTE_320"
  28. },
  29. {
  30. "name": "com.unity.xr.management",
  31. "expression": "",
  32. "define": "XR_MGMT"
  33. }
  34. ],
  35. "noEngineReferences": false
  36. }