Unity AI Copilots 🤖, Doriax Engine 🚀, UE5 GPU Crashes 💥
🧠 AI Assistants for Game Dev
This Unity AI Co‑Pilot Is Great—Until You See the Bill
Bezi offers one of the smoothest Unity AI integrations around, with a fast proprietary connection and a shared documentation hub that feels built for real teams. But it’s intentionally limited to a strict co‑pilot role: no package management, no Git, no play mode, and no self-testing. Despite using the same Claude model as Claude Code, its output is worse and slower. After 10 hours and about $47 in credits for a small game, the reviewer questions whether that convenience is really worth the cost.
Doriax: Open-Source 2D/3D Engine with Built-In AI Assistant
The Doriax Engine (formerly Supernova) is an open-source, MIT-licensed 2D/3D game engine for Windows, Mac, and Linux with a surprisingly deep feature set. It combines an ECS-based, data-oriented runtime with Lua for fast iteration and C++ for native performance, all wrapped in an integrated editor. Standout features include a natural-language AI assistant for generating entities and scripts, plus modern rendering, physics, terrain, UI, and audio systems. The linked video walks through the editor and core capabilities in action.
⚙️ Smarter Unity Workflows
Can an AI Really Write Good Unity ECS Code? Bezi Tested
A Unity DOTS specialist stress-tests Bezi, a Unity-integrated AI assistant, by having it build a new ECS “survivors” prototype and add a complex new attack to his existing DOTS Survivors project. Bezi impressively generates compiling, modern ECS code, sets up combat systems, UI, editor tools, and even consumes custom documentation. But its data-oriented design choices often need expert correction, and deeper use can burn through credits quickly. For experienced ECS devs, it’s powerful—just not autopilot.
Fill Your Skies Fast: Unity Bird Flock Bundle 2026
The Unity Bird Flock Bundle 2026 ships with premade flocks of sparrows, pigeons, crows, vultures, seagulls, and even butterflies, all with realistic roaming, flocking, and landing behaviors. Low-poly models, crisp 2048x2048 textures, and a custom baked animation system ensure excellent performance, while clean, GC-free scripts keep runtime smooth. Generic rig support, an upgraded inspector, and ready-to-use flock components make setup fast, so you can instantly bring your skies and environments to life.
🌐 Tech Deep Dives & Performance
Morrowind in Your Browser: OpenMW Port Hits 60 FPS
Virtastic has achieved a full in-browser port of Morrowind using OpenMW compiled to WebAssembly, with rendering handled by WebGL2. This isn’t cloud streaming—the original C++ engine runs right in your tab, complete with reworked shadows, water shaders, and supersampled anti-aliasing. With just a Chromium browser and legal game data, you could carry Morrowind on a portable drive and play almost anywhere. There’s a demo scene online plus a dev blog covering the technical journey.
Hunting UE5 GPU Crashes: A Practical DX12 Debugging Workflow
Engine lead Huiwen Jiang walks through a real-world, step-by-step approach to diagnosing and fixing GPU crashes in Unreal Engine 5 on DirectX 12. The talk demystifies device-removed and TDR errors, explains page faults and residency, and shows how to combine D3D debug, GPU-based validation, DRED breadcrumbs, NVIDIA Aftermath, and AMD RGD. You’ll also see concrete production cases, automated testing setups, and upgrade tips to make your UE5 projects far more stable. Ideal for teams battling intermittent, hard-to-reproduce GPU crashes.