package.json 458 B

12345678910111213141516171819
  1. {
  2. "name": "jh.xr.engine",
  3. "version": "0.0.1",
  4. "dependencies": {
  5. "com.unity.xr.management": "4.0.1",
  6. "com.unity.xr.legacyinputhelpers": "2.1.2",
  7. "com.unity.inputsystem": "1.4.2",
  8. "com.unity.xr.arcore": "4.2.8",
  9. "com.unity.xr.arfoundation": "4.2.8",
  10. "com.unity.xr.openxr": "1.5.3"
  11. },
  12. "samples": [
  13. {
  14. "displayName": "SDK",
  15. "description": "SDK.",
  16. "path": "Samples~/SDK"
  17. }
  18. ]
  19. }