v0.3.21 — Play mode freeze fix, new game blank screen fix, CLI zod dependency
Fixes Play mode 3D rendering freeze when switching between Scene and AI views, blank screen when creating/switching games, and adds missing zod dependency to CLI.
Play mode rendering freeze fix
- Switching from Scene (Play mode) to the AI view and back no longer freezes the 3D rendering.
installVisibilityPausenow correctly distinguishes between editorApp and playApp, pausing and resuming the right app.
New game blank screen fix
- Creating or switching games no longer results in a blank screen.
switchGamenow waits for the engine Vite server to finish restarting before refreshing the viewport, preventing 502 errors and pack-index load failures.
CLI zod dependency fix
- Added
zodto CLI dependencies, fixing runtime errors where@forgeax/typesinlined code could not find the zod module after bundling.