BaronCyrus/dsh-ugui-preset--plugins-dsh-ugui-entry-guard ↗★ 0
dsh-local-ugui-entry-guard
Watches that the UGUI制作模式 entry button materializes for ugui sessions and reloads the page once when it does not (cold-start boot-manifest gap).
AI Analysis
核心用途是解决冷启动加载异常。适合在使用 DSH 进行 Unity UGUI 界面开发、需要保障设计器入口稳定加载的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗3. 配置目标 Unity 工程
cd ~/.dsh/.agent-presets/ugui cp setup/ugui.config.example.json ugui.config.json
使用
- 会话中描述界面需求 → agent 产出 DSL 并在浏览器设计器/预览器中呈现。
- 交互需求先说人话 → agent 写预览器逻辑并实时可玩。
- 点击面板上的「生成 Prefab」(或让 agent 调用
ugui_build)→ Unity 工程内得到可交互 prefab + 测试数据脚本。 - 移交项目:真实数据层调用视图脚本的
Bind…(IReadOnlyList)方法,删除*.TestData.cs。