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
@@ -0,0 +1,22 @@
{
"name": "com.cneicy.shrink-tutorial",
"version": "0.1.0",
"displayName": "ShrinkTutorial",
"description": "面向 Unity 的互动式新手引导系统,提供数据驱动教程、遮罩挖洞、动态锚点、步骤条件与运行时调度。",
"unity": "2022.3",
"dependencies": {
"com.unity.textmeshpro": "3.0.7",
"com.unity.ugui": "1.0.0"
},
"keywords": [
"tutorial",
"guide",
"onboarding",
"ui",
"workflow"
],
"author": {
"name": "cneicy",
"url": "https://github.com/cneicy"
}
}