Manual installs
Operating systems
-Component installers
macOS ARM64
+macOS
+Windows ARM64
+Windows
+Release
Release notes
+Known Issues in 6000.4.8f1
6000.0.61f1: Crash on tlsf_free when generating Font Atlas with SDF16 or SDF32 (UUM-141061)
6000.0.6f1: [RenderGraph][D3D12] Crash on D3D12SwapChain::Present when using AddComputePass with EnableAsyncCompute(true) and UseTexture (UUM-140183)
6000.2.0a8: Crash on Scripting::LogException when async HTTP callback executes after scripting domain teardown (UUM-141434)
6000.4.0a1: All values are 0 when inspecting Rendering module in Profiler (UUM-131281)
6000.4.0a2,6000.3.0b6: Editor crashes in TextLib::FindIntersectingLink when hovering UITK Labels with tags rendered via ATG (UUM-142829)
6000.5.0a8,6000.4.0b10: Crash on UserList::AddUser when opening a project with specific animation assets (UUM-141640)
6000.6.0a1,6000.5.0b1,6000.4.1f1: Inspector fails to render and NRE errors thrown when Domain is reloaded after code changes and Image component is visible in Inspector (UUM-139557)
6000.6.0a2,6000.4.4f1,6000.5.0b5: 'AudioSampleProvider buffer overflow' warnings are thrown when any video is played in Play Mode (UUM-140747)
Asset Importers: Editor crashes on "(Unity) WriteObjectToVector" when entering into the Play Mode (UUM-112617)
Text (TextMeshPro): Crash on UNITY_FT_Load_Glyph when generating multi-threaded Font Atlas in TMPro Font Asset Creator (UUM-125366)
: Crash on mono_log_write_logfile when more than one copy of bee_backend is running (UUM-142773)
6000.4.8f1 Release Notes
Improvements
- Graphics: Add guards against null index buffer in GfxDeviceGLES::DrawBuffersBatchMode (UUM-135891)
API Changes
UI Toolkit: Added: Added a
CallbackEventHandler.RegisterCallbacksmethod override withCallbackOptionsargument.UI Toolkit: Added: Added the
CallbackEventHandler.UnregisterAllRemovableCallbacksmethod.UI Toolkit: Added: Added the
CallbackOptionsenum.
Changes
- Android: Updated JDK to 17.0.18+8. (UUM-141159)
Fixes
2D: Fixed an exception when using the preview toggle in the Sprite Editor window with an imported texture smaller than the source texture. (UUM-134129)
2D: Fixed an issue where a SpriteRenderer's sprite reference did not revert to the original after using the Sprite Editor window preview toggle and entering Play mode. The Sprite Editor window preview toggle is now available only in Edit mode. (UUM-134128)
Android: Fixed UnitySendMessage calls being dropped on Android when sent during Application.Unload or Reload in Unity as a Library (UAAL) scenarios. (UUM-141440)
Animation: Fixed "Animation Clip is Read-Only" message appearing when nothing is selected. (UUM-139142)
Audio: Fixed disabling or otherwise stopping Audio Sources playing unique or streaming clips causing large stalls on the main thread inside "SoundHandle.Instance.Destructor" within the "SoundManager.Update" (UUM-404)
Build System: Fixed an issue where a duplicate node GUID error occurred during build when using a specific build path. (UUM-128491)
Documentation: Fixed the Flare Layer help link to the User Manual. (UUM-134470)
DX12: Fixed a crash on specific hardware where D3D12 initialization code was running during startup even when D3D12 was not included in the project's Graphics API list. (UUM-137629)
DX12: Fixed the D3D12 device not being selected even when it was first in the graphics API list. (UUM-141555)
Editor: Build and Run button greyed out for locally invalid architecture, despite remote build is specified (Device Portal) (UUM-138399)
Editor: Editor: Fixed a crash that occurred when computePenetration was called for a BoxCollider and convex MeshCollider when both colliders were overlapping at their centres (UUM-100359)
Editor: Editor: Improved reliability of ComputePenetration calls between CapsuleCollider and convex MeshCollider. ComputePenetration will return true when the distance is zero. (UUM-100359)
Editor: Editor: Improved reliability of ComputePenetration calls between CharacterController and convex MeshCollider. ComputePenetration will return true when the distance is zero. (UUM-100359)
Editor: Fixed a crash on startup when the curl file cache database (CurlRequestCache.db) could not be opened due to file corruption or external file locking. (UUM-140399)
Editor: Fixed an issue where Unity Hub would open when launching the Editor with the -projectPath command-line argument on macOS. (UUM-136928)
Editor: Fixed order of reloading Singletons in Import worker to prevent worker crash when switching BuildProfiles. (UUM-133886)
Editor: GTK : Fixed an InvalidOperationException upon ExtractContentsToPlacemat after a converting into subgraph (UUM-131399)
Editor: GTK : Fixed an issue where enum field would disappear when switching from variable to constant multiple times. (UUM-131393)
Editor: Setup package entitlements earlier for Vulkan Editors, to support all Native plugin use cases. (UUM-135157)
Editor: Shader Inspector - clicking the "Keywords" or "Properties" foldout label now expands or collapses the section, matching the disclosure arrow's behavior. (UUM-127195)
Entities: Fixed an issue where the player could crash when asynchronously loading in a new sub scene. (UUM-139570)
Entities Graphics: Fixed an issue where baking meshes and materials would produce unstable artefact hashes between editor sessions. (UUM-141866)
Entities Graphics: Fixed an issue where the MeshRendererBaking system would fail when making use of multiple scene sections. (UUM-141466)
Graph Toolkit: Portals can now be duplicated and copy-pasted properly. (UUM-131402)
Graphics: Fixed Vulkan frame time stuttering on Windows when V-Sync is enabled. (UUM-140217)
HDRP: Updated the
ClearBuffer2Dshader to support multiview. (UUM-137877)iOS: Fixed Frame Capture not working with rendering to backbuffer (UUM-141280)
Kernel: Fixed a freeze during shutdown after using
AssetBundle.LoadFromStreamon Windows IL2CPP. (UUM-140572)Networking: Fixed a regression in MbedTLS that would result in TLS handshake errors when trying to download assets from the Asset Store from the package manager. Potentially other HTTPS endpoints could have been impacted by this regression. (UUM-141298)
Networking: Fixes an issue by supporting multiple auto proxies. (UUM-135025)
Physics: Fixed an issue where MeshCollider would no longer work when overriding the file of the mesh asset it references. (UUM-141284)
Physics 2D: Fixed an issue where "PhysicsComposer.CreateChainGeometry()" was incorrectly returning a reference to a stale internal buffer resulting in corrupted chain vertices. (UUM-139048)
Physics 2D: Fixed an issue where the creation of 3 vertex ChainGeometry (triangle) was not allowed as previously the limit was 4 vertices. (UUM-139044)
Physics 2D: The deprecated "ContactFilter2D.NoFilter()" instance method now correctly modifies the instance of
ContactFilter2Dfrom which it was called, essentially restoring previous functionality. This method is still deprecated however. (UUM-139052)Profiler: Fixed the rendering of the None text in the Profiler Hierarchy Calls table. (UUM-114430)
Shadergraph: Added a terrain sample with support for more than four layers in URP, and updated existing samples to use terrain layers data when possible. (UUM-140721)
Shadergraph: Fixed an issue that caused an exception to be thrown on Windows when importing Shader Graph assets with long file paths. (UUM-137272)
Shadergraph: Fixed an outdated call to deprecated API causing Build to fail when run from command line. (UUM-141046)
uGUI: Fixed an
IndexOutOfRangeExceptionthrown when moving the caret left at the start of a TMP InputField while "Allow Rich Text Editing" is disabled. (UUM-134157)UI Toolkit: Fixed an invalid cast exception in UI Builder when a template has an element with same name. (UUM-140739)
UI Toolkit: Fixed assigning an inline empty list to style.filter doesn't override the inherited value from a stylesheet. (UUM-136740)
UI Toolkit: Fixed Shader Graph main preview that would not update when an unconnected slot value like BaseColor is modified in a UI Toolkit shader. (UUM-138534)
Undo System: Cleared null components on redo before notifying object tracking. (UUM-135948)
URP: Fixed an issue where the Project window did not refresh changes when adding or removing Scriptable Renderer Features. (UUM-139513)
URP: Fixed post-process pass viewport scaling not accounting for subsequent custom pass presence when the camera renders to an intermediate texture. (UUM-109492)
VFX Graph: VFX Graph: Fix unexpected huge listing of dependencies on VisualEffectAsset (UUM-140725)
Web: Fixed an issue where
AudioClip.loadStatereported an incorrect load state for AudioClips recorded using the Microphone API. (UUM-137041)
Package changes in 6000.4.8f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.4.8f1
6000.0.61f1: Crash on tlsf_free when generating Font Atlas with SDF16 or SDF32 (UUM-141061)
6000.0.6f1: [RenderGraph][D3D12] Crash on D3D12SwapChain::Present when using AddComputePass with EnableAsyncCompute(true) and UseTexture (UUM-140183)
6000.2.0a8: Crash on Scripting::LogException when async HTTP callback executes after scripting domain teardown (UUM-141434)
6000.4.0a1: All values are 0 when inspecting Rendering module in Profiler (UUM-131281)
6000.4.0a2,6000.3.0b6: Editor crashes in TextLib::FindIntersectingLink when hovering UITK Labels with tags rendered via ATG (UUM-142829)
6000.5.0a8,6000.4.0b10: Crash on UserList::AddUser when opening a project with specific animation assets (UUM-141640)
6000.6.0a1,6000.5.0b1,6000.4.1f1: Inspector fails to render and NRE errors thrown when Domain is reloaded after code changes and Image component is visible in Inspector (UUM-139557)
6000.6.0a2,6000.4.4f1,6000.5.0b5: 'AudioSampleProvider buffer overflow' warnings are thrown when any video is played in Play Mode (UUM-140747)
Asset Importers: Editor crashes on "(Unity) WriteObjectToVector" when entering into the Play Mode (UUM-112617)
Text (TextMeshPro): Crash on UNITY_FT_Load_Glyph when generating multi-threaded Font Atlas in TMPro Font Asset Creator (UUM-125366)
: Crash on mono_log_write_logfile when more than one copy of bee_backend is running (UUM-142773)
6000.4.8f1 Release Notes
Improvements
- Graphics: Add guards against null index buffer in GfxDeviceGLES::DrawBuffersBatchMode (UUM-135891)
API Changes
UI Toolkit: Added: Added a
CallbackEventHandler.RegisterCallbacksmethod override withCallbackOptionsargument.UI Toolkit: Added: Added the
CallbackEventHandler.UnregisterAllRemovableCallbacksmethod.UI Toolkit: Added: Added the
CallbackOptionsenum.
Changes
- Android: Updated JDK to 17.0.18+8. (UUM-141159)
Fixes
2D: Fixed an exception when using the preview toggle in the Sprite Editor window with an imported texture smaller than the source texture. (UUM-134129)
2D: Fixed an issue where a SpriteRenderer's sprite reference did not revert to the original after using the Sprite Editor window preview toggle and entering Play mode. The Sprite Editor window preview toggle is now available only in Edit mode. (UUM-134128)
Android: Fixed UnitySendMessage calls being dropped on Android when sent during Application.Unload or Reload in Unity as a Library (UAAL) scenarios. (UUM-141440)
Animation: Fixed "Animation Clip is Read-Only" message appearing when nothing is selected. (UUM-139142)
Audio: Fixed disabling or otherwise stopping Audio Sources playing unique or streaming clips causing large stalls on the main thread inside "SoundHandle.Instance.Destructor" within the "SoundManager.Update" (UUM-404)
Build System: Fixed an issue where a duplicate node GUID error occurred during build when using a specific build path. (UUM-128491)
Documentation: Fixed the Flare Layer help link to the User Manual. (UUM-134470)
DX12: Fixed a crash on specific hardware where D3D12 initialization code was running during startup even when D3D12 was not included in the project's Graphics API list. (UUM-137629)
DX12: Fixed the D3D12 device not being selected even when it was first in the graphics API list. (UUM-141555)
Editor: Build and Run button greyed out for locally invalid architecture, despite remote build is specified (Device Portal) (UUM-138399)
Editor: Editor: Fixed a crash that occurred when computePenetration was called for a BoxCollider and convex MeshCollider when both colliders were overlapping at their centres (UUM-100359)
Editor: Editor: Improved reliability of ComputePenetration calls between CapsuleCollider and convex MeshCollider. ComputePenetration will return true when the distance is zero. (UUM-100359)
Editor: Editor: Improved reliability of ComputePenetration calls between CharacterController and convex MeshCollider. ComputePenetration will return true when the distance is zero. (UUM-100359)
Editor: Fixed a crash on startup when the curl file cache database (CurlRequestCache.db) could not be opened due to file corruption or external file locking. (UUM-140399)
Editor: Fixed an issue where Unity Hub would open when launching the Editor with the -projectPath command-line argument on macOS. (UUM-136928)
Editor: Fixed order of reloading Singletons in Import worker to prevent worker crash when switching BuildProfiles. (UUM-133886)
Editor: GTK : Fixed an InvalidOperationException upon ExtractContentsToPlacemat after a converting into subgraph (UUM-131399)
Editor: GTK : Fixed an issue where enum field would disappear when switching from variable to constant multiple times. (UUM-131393)
Editor: Setup package entitlements earlier for Vulkan Editors, to support all Native plugin use cases. (UUM-135157)
Editor: Shader Inspector - clicking the "Keywords" or "Properties" foldout label now expands or collapses the section, matching the disclosure arrow's behavior. (UUM-127195)
Entities: Fixed an issue where the player could crash when asynchronously loading in a new sub scene. (UUM-139570)
Entities Graphics: Fixed an issue where baking meshes and materials would produce unstable artefact hashes between editor sessions. (UUM-141866)
Entities Graphics: Fixed an issue where the MeshRendererBaking system would fail when making use of multiple scene sections. (UUM-141466)
Graph Toolkit: Portals can now be duplicated and copy-pasted properly. (UUM-131402)
Graphics: Fixed Vulkan frame time stuttering on Windows when V-Sync is enabled. (UUM-140217)
HDRP: Updated the
ClearBuffer2Dshader to support multiview. (UUM-137877)iOS: Fixed Frame Capture not working with rendering to backbuffer (UUM-141280)
Kernel: Fixed a freeze during shutdown after using
AssetBundle.LoadFromStreamon Windows IL2CPP. (UUM-140572)Networking: Fixed a regression in MbedTLS that would result in TLS handshake errors when trying to download assets from the Asset Store from the package manager. Potentially other HTTPS endpoints could have been impacted by this regression. (UUM-141298)
Networking: Fixes an issue by supporting multiple auto proxies. (UUM-135025)
Physics: Fixed an issue where MeshCollider would no longer work when overriding the file of the mesh asset it references. (UUM-141284)
Physics 2D: Fixed an issue where "PhysicsComposer.CreateChainGeometry()" was incorrectly returning a reference to a stale internal buffer resulting in corrupted chain vertices. (UUM-139048)
Physics 2D: Fixed an issue where the creation of 3 vertex ChainGeometry (triangle) was not allowed as previously the limit was 4 vertices. (UUM-139044)
Physics 2D: The deprecated "ContactFilter2D.NoFilter()" instance method now correctly modifies the instance of
ContactFilter2Dfrom which it was called, essentially restoring previous functionality. This method is still deprecated however. (UUM-139052)Profiler: Fixed the rendering of the None text in the Profiler Hierarchy Calls table. (UUM-114430)
Shadergraph: Added a terrain sample with support for more than four layers in URP, and updated existing samples to use terrain layers data when possible. (UUM-140721)
Shadergraph: Fixed an issue that caused an exception to be thrown on Windows when importing Shader Graph assets with long file paths. (UUM-137272)
Shadergraph: Fixed an outdated call to deprecated API causing Build to fail when run from command line. (UUM-141046)
uGUI: Fixed an
IndexOutOfRangeExceptionthrown when moving the caret left at the start of a TMP InputField while "Allow Rich Text Editing" is disabled. (UUM-134157)UI Toolkit: Fixed an invalid cast exception in UI Builder when a template has an element with same name. (UUM-140739)
UI Toolkit: Fixed assigning an inline empty list to style.filter doesn't override the inherited value from a stylesheet. (UUM-136740)
UI Toolkit: Fixed Shader Graph main preview that would not update when an unconnected slot value like BaseColor is modified in a UI Toolkit shader. (UUM-138534)
Undo System: Cleared null components on redo before notifying object tracking. (UUM-135948)
URP: Fixed an issue where the Project window did not refresh changes when adding or removing Scriptable Renderer Features. (UUM-139513)
URP: Fixed post-process pass viewport scaling not accounting for subsequent custom pass presence when the camera renders to an intermediate texture. (UUM-109492)
VFX Graph: VFX Graph: Fix unexpected huge listing of dependencies on VisualEffectAsset (UUM-140725)
Web: Fixed an issue where
AudioClip.loadStatereported an incorrect load state for AudioClips recorded using the Microphone API. (UUM-137041)
Package changes in 6000.4.8f1
Packages updated

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