DevSnapshot: 6.2.0-beta.6
Polyphase Engine 6.2.0-beta.6 is one of those releases that makes day-to-day development feel noticeably better.
It’s less about one flashy checkbox feature, and more about tightening the engine’s core workflows so teams can move faster with fewer surprises.
Native addons are now a real workflow
A big shift this cycle is the native addon runtime upgrade (DLL/SO).
That means faster iteration for engine/editor work, cleaner integration for addon builds, and a stronger foundation for CI/CD around native extensions. If you build low-level systems or platform-facing tooling, this update matters immediately.
Rendering and shaders got deeper support
The shader and rendering pipeline expanded in practical ways:
Better support for PBR/custom shader workflows
Addon-packaged material shaders
Improved shadow handling across material-lite/custom materials, skeletal meshes, and instanced meshes (Windows/Linux)
In short: fewer edge cases, more consistency, and better headroom for advanced material setups.
SignalBus introduces cleaner cross-scene communication
6.2.0 adds SignalBus, a global Lua/C++ event system for cross-scene messaging.
This gives teams a cleaner pattern for decoupled systems: gameplay events, tool integrations, runtime hooks, and editor workflows no longer need awkward glue code to talk across scene boundaries.
Controller/API and HTTP coverage keeps expanding
Controller endpoints grew again (assets, logging, screenshots, and more), and HTTP functionality was expanded/merged for editor/runtime workflows.
If your team automates pipeline tasks, drives editor behavior externally, or builds tooling around Polyphase, this is a meaningful quality-of-life jump.
Video Player Addon now works on all platforms
Important positioning: this release does not ship a built-in native video player feature.
What it does is lay the engine/runtime/platform groundwork to support the Video Player Addon workflow cleanly, including packaging/build path improvements and runtime cleanup behavior.
Input, world building, and animation tooling all moved forward
This release also expands day-to-day creator workflows:
Input remapper + improved PlayerInput/editor flow
DualSense support on Windows, better tester/arcade input behavior
Terrain3D improvements (sculpt/splat/brush/mountain generation, broader platform support)
TileMap2D workflow upgrades (drawing, brushes, 9-box generation, paint flow)
Skeletal Animation Browser + Sprite Animator improvements
Lua debugger and breakpoint persistence fixes
Stability and fixes: a lot of real cleanup
Alongside features, 6.2.0-beta.6 ships substantial stability work:
Native addon reload crash/reference/path fixes
Build pipeline fixes across Windows/Linux/3DS/Wii/GCN + CI dependency flow
Packaging regressions fixed (.lib/assets/fonts/platform consistency)
PIE and nested scene update regressions fixed
Input/editor reliability fixes
Media/runtime stop/cleanup crash+leak edge cases addressed
Late-cycle blockers resolved (including Vulkan/smoke breakages)