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-08-13 17:58:29 +08:00
"version": "1.0.6",
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": {
2025-08-13 17:58:29 +08:00
"com.rokid.xr.unity":"x.x.x",
"com.staryevo.main":"x.x.x",
"com.rokid.xr.extension":"x.x.x"
2025-04-11 10:03:08 +08:00
}
}