← Changelog
Daily2026-07-22

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. installVisibilityPause now 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. switchGame now 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 zod to CLI dependencies, fixing runtime errors where @forgeax/types inlined code could not find the zod module after bundling.

← All daily updates