Manual installs
Operating systems
-Component installers
Windows
+Windows ARM64
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 6000.1.13f1
2D: UI is not rendering and an error is thrown when FXAA is enabled and cameras are stacked in a 2D URP project (UUM-110338)
3D Physics: Crash on mono-2.0-bdwgc.dll when instantiating a Prefab with Rigidbody after loading a scene from an Asset Bundle (UUM-108799)
Asset Store / Publisher portal: Fix for 6000.1.X: Accepting Asset Store EULA endless loop in Package Manager window (UUM-88532)
Cloud Diagnostics: [Android]Crash on lib/arm64/libil2cpp.so when Unity Analytics and Engine Code stripping are enabled (UUM-95408)
DirectX11: [AMD] Crash on VerifyD3DTextureSharingCallback when creating a new project (UUM-104855)
DirectX12: Crash on D3D12DeviceState::ApplyRenderTargets when creating a new "Get Started With Unity" project (UUM-105801)
DirectX12: Crash on D3D12RenderSubPassInfo::Begin when creating a new "Universal 3D sample" project (UUM-105811)
DirectX12: Crash on D3D12SwapChain::Present when performing various Unity operations (UUM-107390)
DirectX12: Crash on GfxDeviceD3D12::ProcessReleaseQueue when performing various Unity operations (UUM-107470)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when opening a project after changing the Graphics API to DirectX12 (UUM-77757)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when performing various Unity operations (UUM-104826)
DirectX12: Crash on GfxDeviceD3D12Base::InitializeAsWorker when performing various Unity operations (UUM-107766)
DirectX12: Crash with multiple stacktraces when rendering large models (UUM-111263)
DirectX12: [AMD] Crash on D3D12SwapChain::CreateHWND when creating or opening a project (UUM-104715)
DirectX12: [Intel] Crash on BufferD3D12::BeginWrite when opening a newly created URP project with DirectX12 set as the default graphics API (UUM-104889)
Environment Effects: [HDRP] Water displacement fades when camera move far in worldspace. (UUM-111903)
Graphics Device Features: Graphics.RenderMeshIndirect does not issue multi-draw rendering commands when using a graphics API capable of multi-draw commands (UUM-91617)
Hub: Licensing Client fails to launch when opening Unity Hub (UUM-103995)
Hub: Licensing Client fails to launch when opening Unity Hub (licensing client path is not found) (UUM-103996)
Hub: Licensing Client fails to launch when opening Unity Hub (licensing client path is not found) [Hub version 3.13] (UUM-110923)
License: Crash on WorkerLicense::HasEntitlement when starting the Editor (UUM-112436)
Lighting: All baked data for all scenes using APV is always loaded in Editor (UUM-104833)
Metal: [iOS] The Player freezes and "Execution of the command buffer was aborted due to an error during execution." error is continuously logged (UUM-111494)
Mono: Crash on mono_domain_jit_foreach when performing various Unity operations (UUM-112001)
Native Editor Window Foundation: Crash on -[NSApplication endModalSession:] when entering Play Mode in a specific project (UUM-109764)
Platform Audio: Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again (UUM-103525)
Shader System: Crash on tlsf_free when adding a 3D object to a Scene of a new Universal 3D project (UUM-107673)
SRP Foundation: Gizmos are not rendering in Game view (UUM-104383)
SRP XR: GameObjects are transparent when a custom fog renderer feature is enabled (UUM-104832)
SRP XR: The Player renders black on a Quest headset when MSAA, Post Processing, and Spacewarm depth submission are enabled (UUM-84612)
Video: VideoPlayer freezes or stops on certain Android devices when enabling and disabling the Video multiple times (UUM-111599)
Vulkan: [Android] Runtime performance deteriorates on certain Android devices when Graphics API is set to Vulkan on an upgraded project (UUM-107530)
6000.1.13f1 Release Notes
Changes
Documentation: Added link to relevant area of Discussions on the multiplayer landing page.
Editor: The game view rendering statistics window now displays a warning of incorrect triangle and vertex count when indirect draw calls are issued, such as is the case with GPU Occlusion Culling. (UUM-102572)
Fixes
2D: Fixed artifacts occurring on Metal when using Rendergraph pipeline. (UUM-109986)
2D: Fixed UI rendering when FXAA is enabled with camera stack. (UUM-110338)
2D: Fixed URP 2D lighting with meshes in Rendergraph. (UUM-109312)
2D: Improved validation of RefreshTile Tilemap argument signature in Editor. (UUM-109125)
Android: Fixed a bug where calls lead to a state where starting new audio streams caused a main thread stall. (UUM-103525)
Android: Fixed crash on GameActivity, when touching screen with 9 fingers or more. GameActivity only supports up to 8 fingers touching screen at the same time. (UUM-108743)
Android: Fixed warning showing libraries as not 16 KB page aligned when they have been updated externally. (UUM-111393)
Asset Import: Detect a corrupt library when loading a project in the Unity Editor, and present an error message with instructions on how to delete the corrupt library, with documentation URL. (UUM-109873)
Editor: "Asset Labels" section should not appear when a non-asset is being selected. (UUM-110356)
Editor: Exception thrown when renaming component with symbols in UIBuilder. (UUM-107901)
Editor: Fixed a bug where ctrl + left click would not open the contextual menu for the Orientation Gizmo and added support for Mac's two-finger click. (UUM-102749)
Editor: Fixed an issue where progress messages displayed during editor startup on Windows would sometimes stop updating. (UUM-110166)
Editor: Fixed prefab stage applying changes too early. (UUM-107890)
Editor: Fixed SerializedProperty errors that could occur when editing and canceling the edit for an int2 followed by float2. (UUM-110524)
Editor: Fixed the method to get object picker control ID while avoiding creating a new instance. (UUM-110121)
Editor: Fixed Underline with font fallback chain. (UUM-110065)
Editor: LaunchScreen for Windows Editor only closed with Esc key and not also Enter. (UUM-111095)
Editor: Removed redundant NUnit include from SRP Core code. (UUM-110025)
Editor: Updated 7-Zip to 25.00.
GI: Fixed a bug where the Renderer Light Probe Selection setting malfunctions when set to "Use Ambient Probe". Renderers outside the probe hull would, in fact, not use the ambient probe, but just get black SH data. (UUM-96421)
GI: Fixed case where custom properties on a Renderer are not taken into account, leading to incorrectly baked lightmaps. (UUM-108565)
Graphics: Added missing initialization in EvaluateAdaptiveProbeVolume. (UUM-110695)
HDRP: Fixed material debug view when path tracing is enabled. (UUM-103401)
IL2CPP: Ensure macOS
.dSYMdebug symbol bundles are reliably copied to the build output on clean builds when detailed stacktraces are enabled. (UUM-108362)IL2CPP: Fixed issue where Linux was running out of memory pages due to them not being returned. (UUM-110285)
IMGUI: Fixed fallback font weight for Roboto-Mono in IMGUI. (UUM-110337)
Mono: Fixed crash that would occur due to symbol collision between builtin Brotli compression and system installed versions. (UUM-108000)
Player: The DeveloperConsole now correctly opens after being re-enabled, fixing an issue where it would remain stuck in a closed state. (UUM-109718)
Scene/Game View: Fixed an issue where Focus Pan command would often set an impractical zoom pivot if Canvas object was picked. (UUM-108790)
TextCore: Make sure disabled TextField do not collapse. (UUM-103184)
uGUI: Updated Image raycast behavior to ensure consistent handling of screenPoints outside bounds, preventing parent Images from blocking child Images. (UUM-110769)
UI Toolkit: Clicking on Spacing/Border Widget values in the UI Builder now selects these values. (UUM-105818)
UI Toolkit: Fixed change events being sent when the text had not changed, but the precision of the text value did not exactly match the float value. (UUM-100527)
UI Toolkit: Fixed elements sometimes still referenced in memory after being removed from their panel. (UUM-109369)
UI Toolkit: Fixed focus in UI Builder code preview when clicking on ScrollView controls. (UUM-105775)
UI Toolkit: Fixed property field indentation. (UUM-108741)
UI Toolkit: Fixed the argument exception when docking a window that contains a RadioButtonGroup control. (UUM-105010)
Video: [Android] VideoPlayer leaks memory when repeating Play and Stop on a Video. (UUM-77668)
XR: Fixed for the background motion vectors being generated incorrectly for spacewarp.
Package changes in 6000.1.13f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.1.13f1
2D: UI is not rendering and an error is thrown when FXAA is enabled and cameras are stacked in a 2D URP project (UUM-110338)
3D Physics: Crash on mono-2.0-bdwgc.dll when instantiating a Prefab with Rigidbody after loading a scene from an Asset Bundle (UUM-108799)
Asset Store / Publisher portal: Fix for 6000.1.X: Accepting Asset Store EULA endless loop in Package Manager window (UUM-88532)
Cloud Diagnostics: [Android]Crash on lib/arm64/libil2cpp.so when Unity Analytics and Engine Code stripping are enabled (UUM-95408)
DirectX11: [AMD] Crash on VerifyD3DTextureSharingCallback when creating a new project (UUM-104855)
DirectX12: Crash on D3D12DeviceState::ApplyRenderTargets when creating a new "Get Started With Unity" project (UUM-105801)
DirectX12: Crash on D3D12RenderSubPassInfo::Begin when creating a new "Universal 3D sample" project (UUM-105811)
DirectX12: Crash on D3D12SwapChain::Present when performing various Unity operations (UUM-107390)
DirectX12: Crash on GfxDeviceD3D12::ProcessReleaseQueue when performing various Unity operations (UUM-107470)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when opening a project after changing the Graphics API to DirectX12 (UUM-77757)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when performing various Unity operations (UUM-104826)
DirectX12: Crash on GfxDeviceD3D12Base::InitializeAsWorker when performing various Unity operations (UUM-107766)
DirectX12: Crash with multiple stacktraces when rendering large models (UUM-111263)
DirectX12: [AMD] Crash on D3D12SwapChain::CreateHWND when creating or opening a project (UUM-104715)
DirectX12: [Intel] Crash on BufferD3D12::BeginWrite when opening a newly created URP project with DirectX12 set as the default graphics API (UUM-104889)
Environment Effects: [HDRP] Water displacement fades when camera move far in worldspace. (UUM-111903)
Graphics Device Features: Graphics.RenderMeshIndirect does not issue multi-draw rendering commands when using a graphics API capable of multi-draw commands (UUM-91617)
Hub: Licensing Client fails to launch when opening Unity Hub (UUM-103995)
Hub: Licensing Client fails to launch when opening Unity Hub (licensing client path is not found) (UUM-103996)
Hub: Licensing Client fails to launch when opening Unity Hub (licensing client path is not found) [Hub version 3.13] (UUM-110923)
License: Crash on WorkerLicense::HasEntitlement when starting the Editor (UUM-112436)
Lighting: All baked data for all scenes using APV is always loaded in Editor (UUM-104833)
Metal: [iOS] The Player freezes and "Execution of the command buffer was aborted due to an error during execution." error is continuously logged (UUM-111494)
Mono: Crash on mono_domain_jit_foreach when performing various Unity operations (UUM-112001)
Native Editor Window Foundation: Crash on -[NSApplication endModalSession:] when entering Play Mode in a specific project (UUM-109764)
Platform Audio: Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again (UUM-103525)
Shader System: Crash on tlsf_free when adding a 3D object to a Scene of a new Universal 3D project (UUM-107673)
SRP Foundation: Gizmos are not rendering in Game view (UUM-104383)
SRP XR: GameObjects are transparent when a custom fog renderer feature is enabled (UUM-104832)
SRP XR: The Player renders black on a Quest headset when MSAA, Post Processing, and Spacewarm depth submission are enabled (UUM-84612)
Video: VideoPlayer freezes or stops on certain Android devices when enabling and disabling the Video multiple times (UUM-111599)
Vulkan: [Android] Runtime performance deteriorates on certain Android devices when Graphics API is set to Vulkan on an upgraded project (UUM-107530)
6000.1.13f1 Release Notes
Changes
Documentation: Added link to relevant area of Discussions on the multiplayer landing page.
Editor: The game view rendering statistics window now displays a warning of incorrect triangle and vertex count when indirect draw calls are issued, such as is the case with GPU Occlusion Culling. (UUM-102572)
Fixes
2D: Fixed artifacts occurring on Metal when using Rendergraph pipeline. (UUM-109986)
2D: Fixed UI rendering when FXAA is enabled with camera stack. (UUM-110338)
2D: Fixed URP 2D lighting with meshes in Rendergraph. (UUM-109312)
2D: Improved validation of RefreshTile Tilemap argument signature in Editor. (UUM-109125)
Android: Fixed a bug where calls lead to a state where starting new audio streams caused a main thread stall. (UUM-103525)
Android: Fixed crash on GameActivity, when touching screen with 9 fingers or more. GameActivity only supports up to 8 fingers touching screen at the same time. (UUM-108743)
Android: Fixed warning showing libraries as not 16 KB page aligned when they have been updated externally. (UUM-111393)
Asset Import: Detect a corrupt library when loading a project in the Unity Editor, and present an error message with instructions on how to delete the corrupt library, with documentation URL. (UUM-109873)
Editor: "Asset Labels" section should not appear when a non-asset is being selected. (UUM-110356)
Editor: Exception thrown when renaming component with symbols in UIBuilder. (UUM-107901)
Editor: Fixed a bug where ctrl + left click would not open the contextual menu for the Orientation Gizmo and added support for Mac's two-finger click. (UUM-102749)
Editor: Fixed an issue where progress messages displayed during editor startup on Windows would sometimes stop updating. (UUM-110166)
Editor: Fixed prefab stage applying changes too early. (UUM-107890)
Editor: Fixed SerializedProperty errors that could occur when editing and canceling the edit for an int2 followed by float2. (UUM-110524)
Editor: Fixed the method to get object picker control ID while avoiding creating a new instance. (UUM-110121)
Editor: Fixed Underline with font fallback chain. (UUM-110065)
Editor: LaunchScreen for Windows Editor only closed with Esc key and not also Enter. (UUM-111095)
Editor: Removed redundant NUnit include from SRP Core code. (UUM-110025)
Editor: Updated 7-Zip to 25.00.
GI: Fixed a bug where the Renderer Light Probe Selection setting malfunctions when set to "Use Ambient Probe". Renderers outside the probe hull would, in fact, not use the ambient probe, but just get black SH data. (UUM-96421)
GI: Fixed case where custom properties on a Renderer are not taken into account, leading to incorrectly baked lightmaps. (UUM-108565)
Graphics: Added missing initialization in EvaluateAdaptiveProbeVolume. (UUM-110695)
HDRP: Fixed material debug view when path tracing is enabled. (UUM-103401)
IL2CPP: Ensure macOS
.dSYMdebug symbol bundles are reliably copied to the build output on clean builds when detailed stacktraces are enabled. (UUM-108362)IL2CPP: Fixed issue where Linux was running out of memory pages due to them not being returned. (UUM-110285)
IMGUI: Fixed fallback font weight for Roboto-Mono in IMGUI. (UUM-110337)
Mono: Fixed crash that would occur due to symbol collision between builtin Brotli compression and system installed versions. (UUM-108000)
Player: The DeveloperConsole now correctly opens after being re-enabled, fixing an issue where it would remain stuck in a closed state. (UUM-109718)
Scene/Game View: Fixed an issue where Focus Pan command would often set an impractical zoom pivot if Canvas object was picked. (UUM-108790)
TextCore: Make sure disabled TextField do not collapse. (UUM-103184)
uGUI: Updated Image raycast behavior to ensure consistent handling of screenPoints outside bounds, preventing parent Images from blocking child Images. (UUM-110769)
UI Toolkit: Clicking on Spacing/Border Widget values in the UI Builder now selects these values. (UUM-105818)
UI Toolkit: Fixed change events being sent when the text had not changed, but the precision of the text value did not exactly match the float value. (UUM-100527)
UI Toolkit: Fixed elements sometimes still referenced in memory after being removed from their panel. (UUM-109369)
UI Toolkit: Fixed focus in UI Builder code preview when clicking on ScrollView controls. (UUM-105775)
UI Toolkit: Fixed property field indentation. (UUM-108741)
UI Toolkit: Fixed the argument exception when docking a window that contains a RadioButtonGroup control. (UUM-105010)
Video: [Android] VideoPlayer leaks memory when repeating Play and Stop on a Video. (UUM-77668)
XR: Fixed for the background motion vectors being generated incorrectly for spacewarp.
Package changes in 6000.1.13f1
Packages updated

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