package.json 395 B

123456789101112131415161718
  1. {
  2. "name": "com.unity.xr.openxr.picoxr",
  3. "displayName": "PICO OpenXR Plugin",
  4. "version": "1.2.0",
  5. "unity": "2020.3",
  6. "description": "Provides display and input support for PICO devices.",
  7. "keywords": [
  8. "picoxr",
  9. "openxr",
  10. "xr",
  11. "reality",
  12. "xreditorsubsystem"
  13. ],
  14. "dependencies": {
  15. "com.unity.xr.core-utils": "2.2.0",
  16. "com.unity.xr.openxr": "1.7.0"
  17. }
  18. }