Highlights
- Unity 6.5 shifts rendering pipelines by deprecating BIRP and advancing URP with HDRP in maintenance mode.
- Replaces NVIDIA OptiX with OIDN and enables mobile HDR rendering through URP on-tile processing.
- Expands Shader Graph, 2D tools, VFX Graph, physics, and cross-platform performance improvements.
Unity has released Unity 6.5 on June 15, 2026, a supported engine update focused on long-term structural changes across rendering, mobile performance, shader workflows, and 2D toolsets. The Unity 6.5 release arrives with limited visibility, as broader industry focus remains on Unreal Engine 5.8 (released in June 2026) and early Unreal Engine 6 (UE6) discussions (expected beyond 2026). The Unity 6.5 update still introduces significant backend and pipeline transitions affecting computer graphics (CG) artists and technical developers.
The Unity 6.5 update continues Unity’s shift toward standardized rendering systems and modernized tooling. Major changes include the deprecation of the Built-In Render Pipeline and the replacement of the NVIDIA OptiX denoiser with OIDN. URP also gains improvements for mobile HDR rendering, alongside expanded Shader Graph features and updates across 2D systems, physics, and platform support.
As part of broader Unity game engine news, the update signals structural consolidation rather than feature expansion.
Built-In Render Pipeline Deprecation and Unity URP Improvements
A major component of Unity 6.5's features is the formal deprecation of the Built-In Render Pipeline (BIRP). Unity confirms the pipeline will phase out in favor of the Universal Render Pipeline (URP), while HDRP enters maintenance mode. BIRP will still receive fixes until at least Unity 6.7 LTS before eventual removal.
To support the transition, Unity 6.5 for CG artists introduces improved migration tooling. This includes command-line conversion workflows for moving BIRP assets to URP and expanded Render Pipeline Converter support for shader migration toward HDRP. HDRP remains available for new platforms and is described as “already feature-rich”, but no longer receives feature development.
Unity HDRP Updates: OptiX Denoiser Replaced With OIDN
A significant Unity HDRP update is the removal of the NVIDIA OptiX denoiser in favor of Intel Open Image Denoise (OIDN). The NVIDIA OptiX denoiser has been widely used in GPU rendering workflows but is restricted to NVIDIA hardware, limiting cross-platform scalability.
OIDN introduces hardware-agnostic support across CPU and GPU environments.
Unity states it delivers stronger performance in most scenarios. However, compatibility issues remain for workflows using OptiX temporal coherence in HDRP path tracing. Full parity is expected in future OIDN releases, marking a significant shift in the Unity 6.5 update's rendering architecture.
Unity URP Improvements Enable Mobile HDR Rendering
Another notable Unity URP improvement in Unity 6.5 is on-tile post-processing support across all platforms. This enables mobile HDR rendering by processing HDR, color grading, tone mapping, and vignetting directly on GPU tiles in a single pass.
This reduces memory bandwidth usage on Vulkan and Metal by avoiding system memory round trips.
Unity positions this as a major step for mobile HDR rendering, which was previously discouraged due to performance constraints. A tile-only validation mode ensures the correct configuration of Unity rendering pipeline settings and prevents performance-breaking setups.
Unity Shader Graph Features Introduce HLSL Shader Nodes
Unity Shader Graph features also expand significantly. A new shader function reflection API now lets developers write HLSL shader nodes directly, exposing them automatically inside Shader Graph. This improves integration between code-based and node-based workflows in game development tools.
Additional updates include an Expression node that consolidates multiple operations into a single unit and a Switch node for branching shader variants. These additions reduce graph complexity and improve scalability for advanced Unity visual effects workflow development.
Unity/Official Site
Unity 6.5 Features Expand 2D, Physics, and Animation Tools
Unity animation tools and 2D systems receive major updates in Unity 6.5 features. New APIs allow custom 2D lighting and shadow systems, expanding artistic control in 2D games. A BlendShape API introduces Free-Form Deformation for sprites, enabling cage-based animation beyond traditional rigging.
The 2D Profiler improves tracking of sprite rendering and atlas usage. PhysicsCore2D introduces transform writing options and performance optimizations, while tilemap systems gain Entity ID improvements for scalability in complex projects.
Unity VFX Graph Update and Core System Improvements
The Unity VFX Graph update includes improved template search, filtering, and sorting tools to streamline asset creation workflows. Lighting workflows gain a new Lighting Search tool alongside the Lighting Explorer window for large scene management. It is officially a window in the Unity Editor. While it functions as a workflow tool, it is implemented as a dedicated dockable editor window in the Unity interface.
Unity Physics introduces a Direct Solver for mechanical systems such as chains, gears, and XR interactions. The User Interface (UI) Toolkit reduces garbage collection overhead through unmanaged memory usage and introduces Panel Renderer as a replacement for UIDocument in runtime workflows.
Platform Updates and Performance Improvements
Across platforms, WebAssembly 2023 becomes the default configuration.
Android performance improves through ThinLTO and IL2CPP optimizations, delivering gains in startup time, frame time, and scene loading. Experimental Swift-based project support is added for Apple platforms, alongside continued progress toward a CoreCLR-based editor architecture.
Unity 6.5 is available on macOS 13+, Windows 10+, and Ubuntu 22.04/24.04. Pricing remains unchanged, with Personal free under $200K USD annual revenue, Pro at $2,310 per year, and Enterprise available on request.
Structural Direction of Unity 6.5 Update
The Unity 6.5 release prioritizes consolidation over expansion. It removes legacy dependencies and aligns rendering systems around URP and hardware-agnostic solutions like OIDN.
Rather than introducing isolated features, Unity 6.5 reinforces long-term architectural consistency across rendering pipeline systems, Shader Graph, and VFX Graph workflows. The update also gradually phases out legacy systems such as BIRP and the NVIDIA OptiX denoiser.
Altogether, Unity 6.5 signals a shift toward unified, scalable rendering pipelines and the gradual retirement of legacy systems across the engine.

