package.json 393 B

1234567891011121314151617
  1. {
  2. "name": "com.rokid.ar.mrc",
  3. "displayName": "Rokid MRC",
  4. "description": "Rokid MRC SDK For Mobile Capturing",
  5. "version": "1.3.3",
  6. "license": "DP",
  7. "author" : "Rokid",
  8. "changelogUrl":"https://ar.rokid.com",
  9. "documentationUrl":"https://ar.rokid.com",
  10. "unity": "2020.3",
  11. "dependencies": {
  12. "com.unity.netcode.gameobjects": "1.5.1"
  13. },
  14. "keywords": [
  15. "Rokid MRC"
  16. ]
  17. }