Manual installs
Operating systems
-Component installers
Windows
+Windows ARM64
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 6000.0.55f1
2D: Crash on "TransferPixelDataForMaskTemplate<_sprite_packing_char2>" when building for Android (UUM-113215)
Cloud Diagnostics: [Android]Crash on lib/arm64/libil2cpp.so when Unity Analytics and Engine Code stripping are enabled (UUM-95408)
DirectX12: Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected (UUM-90065)
DirectX12: [Intel] Crash on BufferD3D12::BeginWrite when opening a newly created URP project with DirectX12 set as the default graphics API (UUM-104889)
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)
Lighting: All baked data for all scenes using APV is always loaded in Editor (UUM-104833)
Mono: Crash on mono_domain_jit_foreach when performing various Unity operations (UUM-112001)
SRP XR: The Player renders black on a Quest headset when MSAA, Post Processing, and Spacewarm depth submission are enabled (UUM-84612)
Texture: Crash on PersistentManager::GetSerializedFileIfObjectAvailable when opening a specific project (UUM-101784)
Video: VideoPlayer freezes or stops on certain Android devices when enabling and disabling the Video multiple times (UUM-111599)
6000.0.55f1 Release Notes
Improvements
2D: Improved performance of instantiation of GameObjects from Tiles. (UUM-110584)
Android: Improved Android symbols documentation, explain better what happens when both executable library has debug sections and a custom symbol file is present. (UUM-112242)
Audio: Improved timing accuracy of AudioRandomContainer.
Editor: Improved performance of RectTransform.GetWorldCorners by removing an unneeded call to the Transform property. (UUM-112591)
Changes
2D: Added a warning to the Tilemap Inspector when the Tilemap is not attached to an enabled Grid. (UUM-110584)
2D: Disabled the instantiation of GameObjects from Tiles when the Tilemap is not attached to an enabled Grid to prevent performance issues from these GameObjects. (UUM-110584)
2D: Reduced recursive limit from 11 to 6 for instantiation of GameObjects from Tiles.
Editor: The shader variant limit option in Shader Graph Project Settings now requires an opt-in override toggle. (UUM-108905)
Fixes
2D: Fixed Rendergraph 2D builders. (UUM-110269)
Animation: Added an error to explain why AnimatorController states stop working when they reach a normalized time which is too large (100,000+loops). (UUM-111056)
Asset Bundles: Ensure that the activeBuildTarget is correctly set before build callbacks are initialized. (UUM-109242)
Audio: Fixed native memory of first loaded AudioClip being reported incorrectly in profiler. (UUM-103201)
Audio: Fixed PlayDelayed/PlayScheduled not working correctly with AudioRandomContainer. (UUM-108008)
DX12: Fixed and improved DRED functionality. (UUM-111436)
Editor: Crash on RenderTarget::SetActive when opening the project. (UUM-103185)
Editor: Documentation update to PostProcessSceneAttribute.
Editor: Ensure preference to accept to modify the Diagnostics page stays valid for the life of the SettingsWindow. (UUM-104094)
Editor: Fixed an issue where the Editor would crash if you called AssetBundle.UnloadAsync(...) and then immediately called AssetBundle.LoadFromFileAsync(...) that pointed to the same bundle you were in the process of unloading. (UUM-108651)
Editor: Fixed Awaitables that use main thread affinity logic for continuations so they are not hanging when paused in play mode. (UUM-110950)
Editor: Fixed error message and refresh missing when going into playmode if no domain reload. (UUM-108340)
Editor: Fixed previous splash screen background/logo from being cleared. (UUM-111658)
Editor: Fixed VFX not repainted when changing some asset properties. (UUM-99917)
Editor: Fixed warning about inability to create a file containing "~UnityDirMonSyncFile~" in the filename located in a modules file. (UUM-109594)
Editor: Fixed
GetIconsAPI for Standalone platforms. (UUM-97474)Editor: Mac: Fix issue that when loading a multi-monitor window layout on Mac then all Unity windows would be clamped to the same screen where the mouse is, instead of keeping their positions on the various monitors. (UUM-110840)
EmbeddedLinux: Vulkan Multidisplay Crash. (UUM-101885)
Graphics: Added GSC warmup fallback to legacy SVC warmup on platforms that do not support parallel PSO compilation. (UUM-112286)
Graphics: Added missing initialization in EvaluateAdaptiveProbeVolume. (UUM-110695)
Graphics: Fixed crash after disconnecting an external display on Android. (UUM-110456)
Graphics: Fixed issue that may cause redundant clear-only renderpass when using Vulkan. (UUM-100540)
Graphics: Fixed Vulkan performance decrease from redundant clear-only renderpass. (UUM-107530)
Graphics: Speculative fix for potential race conditions in CalculateSkinningMatrices by ensuring direct job completion for improved safety. (UUM-111486)
Graphics: URP: Fixed an issue where specific configurations would cause _ProjectionParams.x to become incorrectly negated for some cameras. (UUM-109860)
Input System: Added missing support for normalised or raw scroll wheel values for macOS (OSX). (UUM-90425)
Linux: Fixed Linux runtime window unexpectedly resizes to monitor dimensions when calling "Screen.SetResolution" function with hardcoded resolution matching current display's width or height. (UUM-107466)
Linux: Vulkan Multidisplay Crash. (UUM-101885)
macOS: Create an universal .dSYM in build folder when building Intel+Silicon build. (UUM-112044)
Multiplayer: Fixed "enable Multiplayer Roles" option being reset to false every time the project is open. (UUM-111695)
Particles: Fixed crash in trail geometry job. (UUM-103773)
Prefabs: Fixed issue where m_Modifications block serializes incorrectly when replacing source prefabs. (UUM-107408)
QNX: Vulkan Multidisplay Crash. (UUM-101885)
Scene/Game View: Fixed DebugDrawMode toggle throwing exception in the console. (UUM-112598)
Scripting: Fixed ObjectPool clear timing in no domain reload environment. (UUM-111093)
Search: Changed the default operator for the filter "dir" from "equals" to "contains". (UUM-110821)
uGUI: Disabled culling of empty Rects in the Editor to avoid false positives in the Scene View. (UUM-100206)
UI Toolkit: Fixed all UnityEvent listeners that are inherited class members are unassigned. (UUM-111210)
UI Toolkit: Fixed an issue where a null value of type object would not be convertible to any other type. (UUM-112074)
UI Toolkit: Fixed the IndexOutOfRangeException when redoing elements that came after the styled visual element in the UI Builder. (UUM-109157)
UI Toolkit: Prevent the ScrollView from scrolling when the scrollbar is visible and the content does not overflow. (UUM-111723)
UI Toolkit: The UI Builder now allows for wider selection of elements in the canvas. (UUM-74631)
VisionOS: Fixed crash when using WebCamTexture in visionOS builds.
VisionOS: Fixed type in platform define check. (UUM-111401)
WebGL: Fixed an issue where resizing the WebGL canvas would cause flickering. (UUM-30810)
Package changes in 6000.0.55f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.0.55f1
2D: Crash on "TransferPixelDataForMaskTemplate<_sprite_packing_char2>" when building for Android (UUM-113215)
Cloud Diagnostics: [Android]Crash on lib/arm64/libil2cpp.so when Unity Analytics and Engine Code stripping are enabled (UUM-95408)
DirectX12: Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected (UUM-90065)
DirectX12: [Intel] Crash on BufferD3D12::BeginWrite when opening a newly created URP project with DirectX12 set as the default graphics API (UUM-104889)
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)
Lighting: All baked data for all scenes using APV is always loaded in Editor (UUM-104833)
Mono: Crash on mono_domain_jit_foreach when performing various Unity operations (UUM-112001)
SRP XR: The Player renders black on a Quest headset when MSAA, Post Processing, and Spacewarm depth submission are enabled (UUM-84612)
Texture: Crash on PersistentManager::GetSerializedFileIfObjectAvailable when opening a specific project (UUM-101784)
Video: VideoPlayer freezes or stops on certain Android devices when enabling and disabling the Video multiple times (UUM-111599)
6000.0.55f1 Release Notes
Improvements
2D: Improved performance of instantiation of GameObjects from Tiles. (UUM-110584)
Android: Improved Android symbols documentation, explain better what happens when both executable library has debug sections and a custom symbol file is present. (UUM-112242)
Audio: Improved timing accuracy of AudioRandomContainer.
Editor: Improved performance of RectTransform.GetWorldCorners by removing an unneeded call to the Transform property. (UUM-112591)
Changes
2D: Added a warning to the Tilemap Inspector when the Tilemap is not attached to an enabled Grid. (UUM-110584)
2D: Disabled the instantiation of GameObjects from Tiles when the Tilemap is not attached to an enabled Grid to prevent performance issues from these GameObjects. (UUM-110584)
2D: Reduced recursive limit from 11 to 6 for instantiation of GameObjects from Tiles.
Editor: The shader variant limit option in Shader Graph Project Settings now requires an opt-in override toggle. (UUM-108905)
Fixes
2D: Fixed Rendergraph 2D builders. (UUM-110269)
Animation: Added an error to explain why AnimatorController states stop working when they reach a normalized time which is too large (100,000+loops). (UUM-111056)
Asset Bundles: Ensure that the activeBuildTarget is correctly set before build callbacks are initialized. (UUM-109242)
Audio: Fixed native memory of first loaded AudioClip being reported incorrectly in profiler. (UUM-103201)
Audio: Fixed PlayDelayed/PlayScheduled not working correctly with AudioRandomContainer. (UUM-108008)
DX12: Fixed and improved DRED functionality. (UUM-111436)
Editor: Crash on RenderTarget::SetActive when opening the project. (UUM-103185)
Editor: Documentation update to PostProcessSceneAttribute.
Editor: Ensure preference to accept to modify the Diagnostics page stays valid for the life of the SettingsWindow. (UUM-104094)
Editor: Fixed an issue where the Editor would crash if you called AssetBundle.UnloadAsync(...) and then immediately called AssetBundle.LoadFromFileAsync(...) that pointed to the same bundle you were in the process of unloading. (UUM-108651)
Editor: Fixed Awaitables that use main thread affinity logic for continuations so they are not hanging when paused in play mode. (UUM-110950)
Editor: Fixed error message and refresh missing when going into playmode if no domain reload. (UUM-108340)
Editor: Fixed previous splash screen background/logo from being cleared. (UUM-111658)
Editor: Fixed VFX not repainted when changing some asset properties. (UUM-99917)
Editor: Fixed warning about inability to create a file containing "~UnityDirMonSyncFile~" in the filename located in a modules file. (UUM-109594)
Editor: Fixed
GetIconsAPI for Standalone platforms. (UUM-97474)Editor: Mac: Fix issue that when loading a multi-monitor window layout on Mac then all Unity windows would be clamped to the same screen where the mouse is, instead of keeping their positions on the various monitors. (UUM-110840)
EmbeddedLinux: Vulkan Multidisplay Crash. (UUM-101885)
Graphics: Added GSC warmup fallback to legacy SVC warmup on platforms that do not support parallel PSO compilation. (UUM-112286)
Graphics: Added missing initialization in EvaluateAdaptiveProbeVolume. (UUM-110695)
Graphics: Fixed crash after disconnecting an external display on Android. (UUM-110456)
Graphics: Fixed issue that may cause redundant clear-only renderpass when using Vulkan. (UUM-100540)
Graphics: Fixed Vulkan performance decrease from redundant clear-only renderpass. (UUM-107530)
Graphics: Speculative fix for potential race conditions in CalculateSkinningMatrices by ensuring direct job completion for improved safety. (UUM-111486)
Graphics: URP: Fixed an issue where specific configurations would cause _ProjectionParams.x to become incorrectly negated for some cameras. (UUM-109860)
Input System: Added missing support for normalised or raw scroll wheel values for macOS (OSX). (UUM-90425)
Linux: Fixed Linux runtime window unexpectedly resizes to monitor dimensions when calling "Screen.SetResolution" function with hardcoded resolution matching current display's width or height. (UUM-107466)
Linux: Vulkan Multidisplay Crash. (UUM-101885)
macOS: Create an universal .dSYM in build folder when building Intel+Silicon build. (UUM-112044)
Multiplayer: Fixed "enable Multiplayer Roles" option being reset to false every time the project is open. (UUM-111695)
Particles: Fixed crash in trail geometry job. (UUM-103773)
Prefabs: Fixed issue where m_Modifications block serializes incorrectly when replacing source prefabs. (UUM-107408)
QNX: Vulkan Multidisplay Crash. (UUM-101885)
Scene/Game View: Fixed DebugDrawMode toggle throwing exception in the console. (UUM-112598)
Scripting: Fixed ObjectPool clear timing in no domain reload environment. (UUM-111093)
Search: Changed the default operator for the filter "dir" from "equals" to "contains". (UUM-110821)
uGUI: Disabled culling of empty Rects in the Editor to avoid false positives in the Scene View. (UUM-100206)
UI Toolkit: Fixed all UnityEvent listeners that are inherited class members are unassigned. (UUM-111210)
UI Toolkit: Fixed an issue where a null value of type object would not be convertible to any other type. (UUM-112074)
UI Toolkit: Fixed the IndexOutOfRangeException when redoing elements that came after the styled visual element in the UI Builder. (UUM-109157)
UI Toolkit: Prevent the ScrollView from scrolling when the scrollbar is visible and the content does not overflow. (UUM-111723)
UI Toolkit: The UI Builder now allows for wider selection of elements in the canvas. (UUM-74631)
VisionOS: Fixed crash when using WebCamTexture in visionOS builds.
VisionOS: Fixed type in platform define check. (UUM-111401)
WebGL: Fixed an issue where resizing the WebGL canvas would cause flickering. (UUM-30810)
Package changes in 6000.0.55f1
Packages updated

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