Release Notes Background

Unity 6000.0.82f1

Released on Aug 19, 2026

Manual installs

Component installers

Release

Known Issues in 6000.0.82f1

  • 6000.0.11f1: Crash on _platform_memcmp when baking lighting in a Scene stored in the StreamingAssets folder (UUM-149240)

  • 6000.0.6f1: [RenderGraph][D3D12] Crash on D3D12SwapChain::Present when using AddComputePass with EnableAsyncCompute(true) and UseTexture (UUM-140183)

  • : Crash on mono_log_write_logfile when more than one copy of bee_backend is running (UUM-142773)

  • : Crash with multiple stack traces when generating a Font Atlas (UUM-141061)

6000.0.82f1 Release Notes

Fixes

  • AI: Fixed NavMeshAgent getting stuck on corner of a box obstacle when moved with navAgent.Move. (UUM-136684)

  • Asset Pipeline: Asset Pipeline: Fixed an Editor crash in WriteObjectToVector / CreateOrReloadInspectorCopy that could occur when entering Play Mode. (UUM-112617)

  • Build Pipeline: Added support to reserve capacity of PersistentManager.Remapper in Memory Settings (Main Allocators > Other Allocators > Remapper Initial Capacity). (UUM-136275)

  • DX12: Fixed an issue where VRAM used by small textures wasn't released back to the GPU driver after the textures were destroyed when using the Direct3D12 graphics API on Windows.
    You can now tune the small-texture heap size with the d3d12-small-texture-tiles-per-heap boot config parameter to balance VRAM reclamation against heap-allocation overhead. (UUM-142284)

  • Editor: Codesigned several previously unsigned executables shipped with the Windows editor that could sometimes be blocked by antivirus software. (UUM-147382)

  • Graphics: Added IEquatable<T>, GetHashCode, and equality operators to Resolution and RefreshRate, to avoid GC allocations when comparing them or using them as Dictionary keys. (UUM-146197)

  • Graphics: Fixed URP mixing MSAA sample counts for overlay UI textures.

  • Graphics: Graphics Settings - "Import from current scene" action is not added to the undo list. (UUM-148881)

  • iOS: Fixed occasional failure to merge render passes with msaa depth on apple gpu family 1-3. (UUM-147831)

  • iOS: Fixed shader warmup on old devices (AppleFamily3 and older). (UUM-147933)

  • iOS: Fixed warning thrown when using an Apple Pencil with iPads released 2019 and newer. (UUM-147481)

  • License: Fixed manual license activation failing when importing a Named User License file.

  • Multiplayer: Editor crash when the GPU Resident Drawer is enabled and a cloned object's rendering components were stripped by the Dedicated Server role. (UUM-147692)

  • Networking: De-referencing invalid texture pointer when a webrequest is teared down abruptly. (UUM-144540)

  • Networking: Fixed a possible editor-only crash when using a custom certificate handler with UnityWebRequest in long editor sessions involving many domain reloads. (UUM-147347)

  • QNX: Startup timing potential overflowing reported User time. (UUM-148079)

  • Serialization: Fixed crash where WeakReferences were being destroyed off of the main thread, which contended with Mon's GC assumptions about WeakReferences only being freed from the main thread. This fixes an eventual crash inside the Garbage Collector. (UUM-143324)

  • SRP Core: Fixed a shader error when copying MSAA textures on OpenGL ES 3.1 devices that lack per-sample shading support; these devices now fall back to a regular blit. (UUM-147215)

  • URP: Fixed the Metal and OpenGL back buffer keeping a stale MSAA sample count when the quality level changes, which logged "Attachment 0 was created with N samples but M samples were requested" render pass errors. (UUM-140492)

  • WebGL: Fixed an issue where ASTC-compressed textures with multiple layers and mipmaps were having their texture data uploaded incorrectly. (UUM-145086)

Package changes in 6000.0.82f1

Packages updated

Changeset: 2fb0dae735e1

Third Party Notices

Looking for a different release?

Find the Unity version that’s compatible with your existing projects, or that provides you with specific features unavailable in newer versions.