feat: add NuGet and Godot distribution

This commit is contained in:
2026-09-05 03:41:30 +08:00
parent f8906faaec
commit dcbecea0f1
8 changed files with 142 additions and 0 deletions
+2
View File
@@ -2,6 +2,8 @@
`ShrinkApp.Starter.Basic``ShrinkApp` 的最小起盘 Starter。目标不是提供完整游戏模板,而是让项目在导入最小基础包后,能快速得到一个可运行的入口场景、基础配置和最小示例流程。
Godot 和普通 .NET 项目安装 `ShrinkSDK.App.Starter.Basic`;可打包源码位于 `DotNet~`
`ShrinkAppSettings.hostingMode = ContextLoader` 时,Starter 组合根会把 Command、DataSaver、Network 三个已发现模块替换为原生 `IShrinkComponent`,并把兼容用的服务门面作为可逆效应挂回 `ShrinkApp.Services`。因此 Starter 调试台仍可使用原来的服务 API,同时模块 disable/enable 由 `ShrinkContextLoader` 增量协调。
## 当前能力