feat(cordis): 接入上下文组合与模组事务热替换

This commit is contained in:
2026-08-16 23:20:40 +08:00
commit ad256f109b
676 changed files with 52168 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "com.cneicy.shrink-command",
"version": "0.2.0",
"displayName": "ShrinkCommand",
"description": "独立于网络层的 Unity 命令系统,提供路径式命令、权限、帮助输出与属性式注册。",
"unity": "2022.3",
"dependencies": {
"com.cysharp.unitask": "2.5.10"
},
"keywords": [
"command",
"console",
"debug",
"tooling"
],
"author": {
"name": "cneicy",
"url": "https://github.com/cneicy"
}
}