Sick Gaming
[Dev News] Unity 6.6 Released - Printable Version

+- Sick Gaming (https://sickgaming.net)
+-- Forum: Programming (https://sickgaming.net/forum-76.html)
+--- Forum: Game Development (https://sickgaming.net/forum-80.html)
+--- Thread: [Dev News] Unity 6.6 Released (/thread-113080.html)



[Dev News] Unity 6.6 Released - xSicKxBot - 09-01-2026

The popular 2D/3D Unity game engine just released Unity 6.6. While not the Unity 7 release that we are all waiting for, there are a lot of under-the-hood changes to be excited about.

Highlights of the Unity 6.6 release include:

Content Directories

Content Directories offer a flexible approach to local content management without forcing you to define your AssetBundle layout up front. Games can load only the exact assets they need, while teams using Addressables can adopt this workflow using their existing APIs.

Serialize Dictionaries

Unity 6.6 natively supports dictionary serialization directly in the Inspector without requiring custom wrapper code or boilerplate logic. Serialized dictionaries appear in an intuitive two-column key-value layout and feature compile-time validation rules for unsupported signatures.

2D Lighting Rendering Layer Support

2D lights can now utilize Rendering Layers alongside Sorting Layers, offering fine-grained control over which lights affect specific GameObjects. Furthermore, Unity can strip unused 2D light shader variants to optimize project performance.

Compile Shaders with DXC for DX12

A new setting in Shader Build Settings allows projects targeting DirectX 12 to compile shaders using the DirectX Shader Compiler (DXC). This unlocks modern HLSL and Shader Model 6 features—such as wave intrinsics and native 16-bit support—while improving compatibility with modern GPU profilers.

WebGPU Production Ready

WebGPU has officially graduated out of experimental status to become a fully supported, production-ready graphics API for Web builds. It brings modern desktop-grade rendering and compute shader capabilities to browser games, alongside new Graphics Device Filtering for seamless fallbacks to WebGL 2.

Compute Light Map Baking

The new Unity Compute Light Baker integrates directly into the Scriptable Render Pipelines Core stack using compute shaders and the Unified Ray Tracing API. It replaces older backend pipelines to deliver significantly faster generation times for lightmaps, light probes, and Adaptive Probe Volume data via hardware-accelerated ray tracing.

Fast Enter Play Mode (Default)

To prepare for the move to CoreCLR in Unity 7, entering Play Mode now defaults to reloading scenes only without forcing a full code domain reload. This drastically speeds up iteration times when switching from Edit to Play mode in the Editor.

New Build Analysis Window

The Editor introduces a dedicated Build Analysis window to track build histories, compare builds, and inspect detailed timing statistics. It helps developers locate the largest asset dependencies, compare changes across Content Directory builds, and pinpoint the root causes of build failures.

Key Links

Unity 6.6 Release Discussion

What’s New in Unity 6.6

Unity 6.6 Release Notes

Unity Bundle on Bundle Foundry

Unity Bundle on Gumroad

You can learn more about all of these new features in the Unity 6.6 release in the below.