Files
plugin-library/Assets/07.RKTools/package.json

22 lines
425 B
JSON
Raw Normal View History

2025-04-11 10:03:08 +08:00
{
2025-04-22 10:32:33 +08:00
"name": "com.staryevo.rktools",
2025-05-20 14:55:34 +08:00
"version": "1.0.5",
2025-04-22 10:32:33 +08:00
"displayName": "07.RKTools",
"description": "Rokid工具",
2025-04-11 10:03:08 +08:00
"unity": "2021.3",
"unityRelease": "23f1",
"keywords": [
"unity",
"scirpt"
],
"author": {
"name": "staryEvo",
"url": "https://www.unity3d.com"
},
"dependencies": {
"com.rokid.xr.unity":"3.0.3",
2025-05-19 15:42:24 +08:00
"com.staryevo.main":"1.x.x",
2025-05-19 16:17:10 +08:00
"com.rokid.xr.extension":"3.x.x"
2025-04-11 10:03:08 +08:00
}
}