Skip to content

ForgeaX Studio v0.3.21

Choose a tag to compare

@github-actions github-actions released this 22 Jul 12:05
· 66 commits to main since this release
1146646

Play 模式渲染冻结修复 + 新建游戏白屏修复 + CLI zod 依赖补全

Fixes

  • fix(editor): Play 模式下切换到 AI 界面再返回 Scene,3D 渲染不再冻结。installVisibilityPause 现在区分 editorApp 与 playApp,暂停/恢复正确的 app
  • fix(interface): 新建/切换游戏不再白屏。switchGame 现在等待引擎 Vite 重启完成后再刷新视口,避免 502 导致 pack-index 加载失败
  • fix(cli): 添加 zod 到 dependencies,修复打包后 @forgeax/types 内联代码运行时找不到 zod 的问题