Manual installs
Operating systems
-Component installers
Windows
+Windows ARM64
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 6000.0.44f1
Analytics: [Android]Crash on lib/arm64/libil2cpp.so when Unity Analytics and Engine Code stripping are enabled (UUM-95408)
Audio Authoring: Audio Reverb Zone still produces sound when the Audio Source volume is 0 (UUM-92689)
Culling: "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used (UUM-97309)
DirectX12: Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected (UUM-90065)
Graphics Device Features: Editor freezes when loading a specific AssetBundle (UUM-99842)
Input: Touch Input is not registered correctly when using multiple displays (UUM-99077)
Lighting: Adaptive Probe Volumes are not applied to URP Simple Lit or Lit Shaders when using "Mixed" Light Mode (UUM-98838)
Raytracing: Crash on GfxDeviceD3D12::AllocBottomLevelAccelerationStructure when using Raytracing (UUM-101163)
Serialization: Crash on MonoBehaviour::VirtualRedirectTransfer when closing Editor after removing HDRP and importing Water Samples before (UUM-97847)
SRP XR: GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher (UUM-90118)
SRP XR: The Player renders black on a Quest headset when MSAA, Post Processing, and Spacewarm depth submission are enabled (UUM-84612)
Vulkan: Editor crash on "(nvoglv64) vkGetInstanceProcAddr" when opening Prefab with Gizmos enabled in the Scene View (UUM-99992)
Vulkan: [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices (UUM-100171)
6000.0.44f1 Release Notes
Improvements
- Editor: Adding Scale Mode in Local Volumetric Fog components. (UUM-99378)
Fixes
2D: Fixed post processing resolve for Renderer2D. (UUM-99455)
2D: Fixed runtime light2d not created with target sorting layers. (UUM-11350)
Android: TouchScreenKeyboard.Status will properly get updated when keyboard is closed on GameActivity. (UUM-92151)
Asset Bundles: Fixed a rare race condition when loading AssetBundles using AssetBundle.LoadFromStream. (UUM-92381)
Audio: Fixed an issue that would cause audio playables to throw a warning in the console. (UUM-96563)
DX12: Fuxed RenderDoc captures crash during time durations calculations. (UUM-99796)
Editor: Fixed a null reference exception on macOS when modifying textures to mark them as normal maps through the NormalMap setting dialog. (UUM-80063)
Editor: Fixed an error message when multiple objects with LODGroup components are selected. (UUM-97878)
Editor: Fixed an issue by adding Unity logo (16x16 and 32x32) for Dark Mode. (UUM-96682)
Editor: Fixed an issue where it was possible to edit the console content. (UUM-99459)
Editor: Fixed an issue where the Device Simulator's scale would not persist when maximizing then minimizing another window. (UUM-78562)
Editor: Fixed dropdown rendering problem when opening from the Prefab Overrides Comparison window. (UUM-97349)
Editor: Fixed error messages with texture slots that have a missing texture. (UUM-99281)
Editor: FIxed issue where an infinite reimport loop occured when a package was modifying scripting settings in a project with a build profile and player settings overrides. (UUM-95853)
Editor: Linux: Fixed crash when an exception is thrown in a docked tab when closing a window. (UUM-97461)
Editor: Reduce the amount of time spent getting the time SpeedTree9Importer.DirtyCustomerDependencies. (UUM-99767)
Editor: Removed the scroller from the prefab override modal when the content does not overflow. (UUM-83279)
Editor: Switch to OnDidApplyAnimationProperties instead of Update for DecalProjectors. (UUM-100025)
GI: Fixed an issue 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)
Graphics: Fixed an issue where compression of NPOT textures with mipmaps is not supported by the GPU. Texture2D.Compress function has been updated to detect that and not compress the texture, issuing an error message, so that it is consistent with the texture import pipeline. (UUM-35314)
Graphics: Fixed ForceLODGroup not working with GPUResidentDrawer. (UUM-92428)
Graphics: Fixed the lens flare's incorrect position when Camera's Viewport Rect has a nonzero offset, or if hardware dynamic resolution is enabled. (UUM-95513)
Kernel: Reduced profiler overhead when executing For Each jobs. (UUM-92906)
Mono: Fixed performance regression where hardware intrinsics were not being applied fully. (UUM-85288)
Package Manager: Fixed dropdown menus sometimes opening outside the package manager window. (UUM-77945)
Package Manager: Fixed the issue when a upm package on Asset Store conflicts with a package on scoped registry, both become unaccessible (UUM-86790)
Package Manager: Fixed the issue where packages in My Assets and My Registries does not refresh properly when modifying scoped registry settings. (UUM-93899)
Particles: Clarify unexpected behavior on ParticleSystem.Play() API documentation (UUM-99113)
Particles: Fixed potential crash with sub-emitter with multiple parents. (UUM-86973)
TextMeshPro: Fixed an issue where buffers could overflow when using nested style in the Text. (UUM-85880)
UI: Changed names for Windows architecture to differentiate between 64 and 32-bit (UUM-87932)
UI Elements: Fixed the TreeView's item clipping when using the Fixed Height Virtualization together with the Scale with Screen Size. (UUM-84105)
UI Toolkit: Asset paths can now contain the guid only part. It should take the form "?guid=<guid>".
For example:
?guid=31d37ba308e6d7e4e8cf36686723531b
To reference a sub asset:
?guid=8d23fbed442f16943ae964bfa099acd0#arrow-up(UUM-79330)UI Toolkit: Fixed a NullReferenceException. (UUM-100051)
UI Toolkit: Fixed Add Binding corrupting UXML when the binding contained nested UxmlObjects. (UUM-99993)
UI Toolkit: Fixed an issue where the EditorWindow creator wizard did not use the same xmlns prefix as the UI Builder. (UUM-99615)
UI Toolkit: Fixed an issue with the tabClosed event having the wrong Tab index. (UUM-100211)
UI Toolkit: Fixed cancellation of transitions when using transition-property:all; that were not occurring in some cases (UUM-91519)
UI Toolkit: Fixed dropdown menu positions appearing in the wrong place. (UUM-74016)
UI Toolkit: Fixed IndexOutOfRangeException when performing an Undo operation after moving an element in the UI Builder. (UUM-71822)
UI Toolkit: Fixed NullReferenceException when assigning a new instance of PanelSettings to a UIDocument. (UUM-100049)
UI Toolkit: Fixed UI Builder loses reference to the opened UI Document when domain reload is done. (UUM-99971)
URP: Lit's emission animates properly even with an initial _EmissionColor equal to (0,0,0). (UUM-83698)
VFX Graph: Fixed BakedGI node showing black in VFX graph outputs using Shader Graph. (UUM-99499)
Video: [Windows] Allow an arbitrary amount of webcam (virtual and/or physical) devices to be used. (UUM-96061)
VisionOS: Added GCEventInteraction support to allow for game controller to work with visionOS UI as well as game content. (UUM-87703)
Web: Fixed an issue where RangeError: Array buffer allocation failed was thrown when running URP sample on Chrome with compression. (UUM-98061)
Windows: Fixed a monitor handle association with the display details, for all resolutions. (UUM-78860)
Package changes in 6000.0.44f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.0.44f1
Analytics: [Android]Crash on lib/arm64/libil2cpp.so when Unity Analytics and Engine Code stripping are enabled (UUM-95408)
Audio Authoring: Audio Reverb Zone still produces sound when the Audio Source volume is 0 (UUM-92689)
Culling: "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used (UUM-97309)
DirectX12: Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected (UUM-90065)
Graphics Device Features: Editor freezes when loading a specific AssetBundle (UUM-99842)
Input: Touch Input is not registered correctly when using multiple displays (UUM-99077)
Lighting: Adaptive Probe Volumes are not applied to URP Simple Lit or Lit Shaders when using "Mixed" Light Mode (UUM-98838)
Raytracing: Crash on GfxDeviceD3D12::AllocBottomLevelAccelerationStructure when using Raytracing (UUM-101163)
Serialization: Crash on MonoBehaviour::VirtualRedirectTransfer when closing Editor after removing HDRP and importing Water Samples before (UUM-97847)
SRP XR: GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher (UUM-90118)
SRP XR: The Player renders black on a Quest headset when MSAA, Post Processing, and Spacewarm depth submission are enabled (UUM-84612)
Vulkan: Editor crash on "(nvoglv64) vkGetInstanceProcAddr" when opening Prefab with Gizmos enabled in the Scene View (UUM-99992)
Vulkan: [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices (UUM-100171)
6000.0.44f1 Release Notes
Improvements
- Editor: Adding Scale Mode in Local Volumetric Fog components. (UUM-99378)
Fixes
2D: Fixed post processing resolve for Renderer2D. (UUM-99455)
2D: Fixed runtime light2d not created with target sorting layers. (UUM-11350)
Android: TouchScreenKeyboard.Status will properly get updated when keyboard is closed on GameActivity. (UUM-92151)
Asset Bundles: Fixed a rare race condition when loading AssetBundles using AssetBundle.LoadFromStream. (UUM-92381)
Audio: Fixed an issue that would cause audio playables to throw a warning in the console. (UUM-96563)
DX12: Fuxed RenderDoc captures crash during time durations calculations. (UUM-99796)
Editor: Fixed a null reference exception on macOS when modifying textures to mark them as normal maps through the NormalMap setting dialog. (UUM-80063)
Editor: Fixed an error message when multiple objects with LODGroup components are selected. (UUM-97878)
Editor: Fixed an issue by adding Unity logo (16x16 and 32x32) for Dark Mode. (UUM-96682)
Editor: Fixed an issue where it was possible to edit the console content. (UUM-99459)
Editor: Fixed an issue where the Device Simulator's scale would not persist when maximizing then minimizing another window. (UUM-78562)
Editor: Fixed dropdown rendering problem when opening from the Prefab Overrides Comparison window. (UUM-97349)
Editor: Fixed error messages with texture slots that have a missing texture. (UUM-99281)
Editor: FIxed issue where an infinite reimport loop occured when a package was modifying scripting settings in a project with a build profile and player settings overrides. (UUM-95853)
Editor: Linux: Fixed crash when an exception is thrown in a docked tab when closing a window. (UUM-97461)
Editor: Reduce the amount of time spent getting the time SpeedTree9Importer.DirtyCustomerDependencies. (UUM-99767)
Editor: Removed the scroller from the prefab override modal when the content does not overflow. (UUM-83279)
Editor: Switch to OnDidApplyAnimationProperties instead of Update for DecalProjectors. (UUM-100025)
GI: Fixed an issue 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)
Graphics: Fixed an issue where compression of NPOT textures with mipmaps is not supported by the GPU. Texture2D.Compress function has been updated to detect that and not compress the texture, issuing an error message, so that it is consistent with the texture import pipeline. (UUM-35314)
Graphics: Fixed ForceLODGroup not working with GPUResidentDrawer. (UUM-92428)
Graphics: Fixed the lens flare's incorrect position when Camera's Viewport Rect has a nonzero offset, or if hardware dynamic resolution is enabled. (UUM-95513)
Kernel: Reduced profiler overhead when executing For Each jobs. (UUM-92906)
Mono: Fixed performance regression where hardware intrinsics were not being applied fully. (UUM-85288)
Package Manager: Fixed dropdown menus sometimes opening outside the package manager window. (UUM-77945)
Package Manager: Fixed the issue when a upm package on Asset Store conflicts with a package on scoped registry, both become unaccessible (UUM-86790)
Package Manager: Fixed the issue where packages in My Assets and My Registries does not refresh properly when modifying scoped registry settings. (UUM-93899)
Particles: Clarify unexpected behavior on ParticleSystem.Play() API documentation (UUM-99113)
Particles: Fixed potential crash with sub-emitter with multiple parents. (UUM-86973)
TextMeshPro: Fixed an issue where buffers could overflow when using nested style in the Text. (UUM-85880)
UI: Changed names for Windows architecture to differentiate between 64 and 32-bit (UUM-87932)
UI Elements: Fixed the TreeView's item clipping when using the Fixed Height Virtualization together with the Scale with Screen Size. (UUM-84105)
UI Toolkit: Asset paths can now contain the guid only part. It should take the form "?guid=<guid>".
For example:
?guid=31d37ba308e6d7e4e8cf36686723531b
To reference a sub asset:
?guid=8d23fbed442f16943ae964bfa099acd0#arrow-up(UUM-79330)UI Toolkit: Fixed a NullReferenceException. (UUM-100051)
UI Toolkit: Fixed Add Binding corrupting UXML when the binding contained nested UxmlObjects. (UUM-99993)
UI Toolkit: Fixed an issue where the EditorWindow creator wizard did not use the same xmlns prefix as the UI Builder. (UUM-99615)
UI Toolkit: Fixed an issue with the tabClosed event having the wrong Tab index. (UUM-100211)
UI Toolkit: Fixed cancellation of transitions when using transition-property:all; that were not occurring in some cases (UUM-91519)
UI Toolkit: Fixed dropdown menu positions appearing in the wrong place. (UUM-74016)
UI Toolkit: Fixed IndexOutOfRangeException when performing an Undo operation after moving an element in the UI Builder. (UUM-71822)
UI Toolkit: Fixed NullReferenceException when assigning a new instance of PanelSettings to a UIDocument. (UUM-100049)
UI Toolkit: Fixed UI Builder loses reference to the opened UI Document when domain reload is done. (UUM-99971)
URP: Lit's emission animates properly even with an initial _EmissionColor equal to (0,0,0). (UUM-83698)
VFX Graph: Fixed BakedGI node showing black in VFX graph outputs using Shader Graph. (UUM-99499)
Video: [Windows] Allow an arbitrary amount of webcam (virtual and/or physical) devices to be used. (UUM-96061)
VisionOS: Added GCEventInteraction support to allow for game controller to work with visionOS UI as well as game content. (UUM-87703)
Web: Fixed an issue where RangeError: Array buffer allocation failed was thrown when running URP sample on Chrome with compression. (UUM-98061)
Windows: Fixed a monitor handle association with the display details, for all resolutions. (UUM-78860)
Package changes in 6000.0.44f1
Packages updated

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