Manual installs
Operating systems
-Component installers
macOS ARM64
+macOS
+Windows ARM64
+Windows
+Release
Release notes
+Known Issues in 6000.0.75f1
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)
Metal: Game freezes after command buffer Timeout error (UUM-125778)
Metal: macOS stutters in a minimal project in the Editor in Play Mode (UUM-85256)
6000.0.75f1 Release Notes
Improvements
AI: The API documentation for the NavMeshHit struct and related concepts was missing information. (UUM-140847)
Build System: Updated the bundled 7-Zip to version 26.01.
Editor: Removed the warning under Canvas component when Normal or Tangent are enabled in Overlay mode. (UUM-137367)
API Changes
- Editor: Added: Added new public DeeplinkHandlerAttribute.
Fixes
2D: Fixed a shader warning in Hidden/Light2D. (UUM-134522)
2D: Fixed an issue with 2D shadow volumetric strength. (UUM-136056)
2D: Fixed issue where a Tile with the Collider Type Grid does not line up correctly when the Tilemap's tile anchor is different from the default cell center. (UUM-136995)
2D: Fixed missing lighting and shadows in the preview camera when using URP 2D. (UUM-139229)
Accessibility: Fixed
AccessibilityHierarchythrowing an exception when the node ID reachesint.MaxValue, and accessibility nodes being created with duplicate IDs after wrapping around the max ID value. (UUM-137871)Android: Fixed Switch Pro gamepad triggers being non-functional on Android when the controller reports L2/R2 as button events instead of axis events. (UUM-139567)
Audio: Fixed crash when entering Play Mode if a Timeline with an AudioTrack is loaded from an AssetBundle and the audio clip fails to allocate an FMOD channel. (UUM-136551)
Build System: Fixed an issue where player would crash on launch of a folder containing an assembly was deleted during a pre-build callback. (UUM-137492)
DX12: Fixed slow memory leak of D3D12 fences in large scenes. (UUM-140429)
Editor: 2D: Fix case where Sprite with SpriteSkin is invisible in Editor Play Mode when using Addressables SpriteAtlas loading via "SpriteAtlasManager.atlasRequested" with Sprite Atlas V2 packing enabled. (UUM-137123)
Editor: Fixed the Layout and Substitution Tables leaking between domain reloads. (UUM-138000)
Graphics: Fixed help button scaling of the Virtual Texturing Profiler module on multi-monitor setups with several pixel densities. (UUM-137763)
Graphics: Fixed OpenGLES crash when invalid binding slot is passed for uniform buffer binding. (UUM-138897)
Graphics: Fixed the link to the Streaming Controller component documentation. (UUM-139928)
Graphics: Fixed the link to the Virtual Texturing Profiler module documentation. (UUM-137763)
Graphics: [Vulkan] Fixed an incorrect
DontCareload action being applied after depth resolve or compute shader writes to aRenderTexture, causing artifacts to appear. (UUM-46565)HDRP: Fixed a bug where HDRP SSGI would bleed color from one side of the screen to the opposite. (UUM-139120)
iOS: Fixed a crash when loading achievements from GameCenter multiple times. (UUM-138417)
iOS: Further improvements to UIScene lifecycle events - universal deep link handling, moved AbsoluteURL set earlier to not miss it in Awake(). (UUM-140746)
Kernel: Fixed crash during shutdown if the job system was accessed from a finalizer. (UUM-128777)
Networking: Added back some missing Mono configuration files in Linux player builds, which would result in exceptions being thrown when trying to use certain .NET networking APIs (notably
WebRequest). (UUM-135731)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: Updated MbedTLS to version 3.6.6 to address some (minor and likely unexploitable) security vulnerabilities. (UUM-140908)
Physics: Fixed an issue where 'Incremental Static Broadphase"'s value wouldn't be sent into the physics sdk, thus causing issues for setups where a very large number of static colliders are present. (UUM-141093)
Scripting: Fixed integer overflow crash in container. (UUM-134628)
Shaders: Fixed
ShaderVariantCollectionreturning 0 when accessing theshaderCountandvariantCountin player builds. (UUM-137398)uGUI: Fixed an issue where nullReferenceException when changing input field focus with script in OnValidate event . (UUM-132637)
uGUI: Fixed InputField fails to get the last character of a Hangul(IME) (Korean character) text when focus is shifted with the Tab key. (UUM-126213)
Video: Added a Console warning when opening Segmented MP4 file on Windows-based platforms, as this media type is not supported. (UUM-132004)
WebGL: [WebGPU] Make sure WebCam video is oriented correctly on mobile devices. (UUM-139017)
XR: Fixed a bug with lens flare where its position was identical between views, causing a visual artifact. (UUM-108851)
XR: Fixed built-in shader constant unity_StereoEyeIndex not being properly set when using multi-pass XR rendering mode in URP, affecting shaders such as Skybox/Panoramic which would fail to display as stereoscopic even when using the 3D Layout option. (UUM-120719)
Package changes in 6000.0.75f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.0.75f1
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)
Metal: Game freezes after command buffer Timeout error (UUM-125778)
Metal: macOS stutters in a minimal project in the Editor in Play Mode (UUM-85256)
6000.0.75f1 Release Notes
Improvements
AI: The API documentation for the NavMeshHit struct and related concepts was missing information. (UUM-140847)
Build System: Updated the bundled 7-Zip to version 26.01.
Editor: Removed the warning under Canvas component when Normal or Tangent are enabled in Overlay mode. (UUM-137367)
API Changes
- Editor: Added: Added new public DeeplinkHandlerAttribute.
Fixes
2D: Fixed a shader warning in Hidden/Light2D. (UUM-134522)
2D: Fixed an issue with 2D shadow volumetric strength. (UUM-136056)
2D: Fixed issue where a Tile with the Collider Type Grid does not line up correctly when the Tilemap's tile anchor is different from the default cell center. (UUM-136995)
2D: Fixed missing lighting and shadows in the preview camera when using URP 2D. (UUM-139229)
Accessibility: Fixed
AccessibilityHierarchythrowing an exception when the node ID reachesint.MaxValue, and accessibility nodes being created with duplicate IDs after wrapping around the max ID value. (UUM-137871)Android: Fixed Switch Pro gamepad triggers being non-functional on Android when the controller reports L2/R2 as button events instead of axis events. (UUM-139567)
Audio: Fixed crash when entering Play Mode if a Timeline with an AudioTrack is loaded from an AssetBundle and the audio clip fails to allocate an FMOD channel. (UUM-136551)
Build System: Fixed an issue where player would crash on launch of a folder containing an assembly was deleted during a pre-build callback. (UUM-137492)
DX12: Fixed slow memory leak of D3D12 fences in large scenes. (UUM-140429)
Editor: 2D: Fix case where Sprite with SpriteSkin is invisible in Editor Play Mode when using Addressables SpriteAtlas loading via "SpriteAtlasManager.atlasRequested" with Sprite Atlas V2 packing enabled. (UUM-137123)
Editor: Fixed the Layout and Substitution Tables leaking between domain reloads. (UUM-138000)
Graphics: Fixed help button scaling of the Virtual Texturing Profiler module on multi-monitor setups with several pixel densities. (UUM-137763)
Graphics: Fixed OpenGLES crash when invalid binding slot is passed for uniform buffer binding. (UUM-138897)
Graphics: Fixed the link to the Streaming Controller component documentation. (UUM-139928)
Graphics: Fixed the link to the Virtual Texturing Profiler module documentation. (UUM-137763)
Graphics: [Vulkan] Fixed an incorrect
DontCareload action being applied after depth resolve or compute shader writes to aRenderTexture, causing artifacts to appear. (UUM-46565)HDRP: Fixed a bug where HDRP SSGI would bleed color from one side of the screen to the opposite. (UUM-139120)
iOS: Fixed a crash when loading achievements from GameCenter multiple times. (UUM-138417)
iOS: Further improvements to UIScene lifecycle events - universal deep link handling, moved AbsoluteURL set earlier to not miss it in Awake(). (UUM-140746)
Kernel: Fixed crash during shutdown if the job system was accessed from a finalizer. (UUM-128777)
Networking: Added back some missing Mono configuration files in Linux player builds, which would result in exceptions being thrown when trying to use certain .NET networking APIs (notably
WebRequest). (UUM-135731)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: Updated MbedTLS to version 3.6.6 to address some (minor and likely unexploitable) security vulnerabilities. (UUM-140908)
Physics: Fixed an issue where 'Incremental Static Broadphase"'s value wouldn't be sent into the physics sdk, thus causing issues for setups where a very large number of static colliders are present. (UUM-141093)
Scripting: Fixed integer overflow crash in container. (UUM-134628)
Shaders: Fixed
ShaderVariantCollectionreturning 0 when accessing theshaderCountandvariantCountin player builds. (UUM-137398)uGUI: Fixed an issue where nullReferenceException when changing input field focus with script in OnValidate event . (UUM-132637)
uGUI: Fixed InputField fails to get the last character of a Hangul(IME) (Korean character) text when focus is shifted with the Tab key. (UUM-126213)
Video: Added a Console warning when opening Segmented MP4 file on Windows-based platforms, as this media type is not supported. (UUM-132004)
WebGL: [WebGPU] Make sure WebCam video is oriented correctly on mobile devices. (UUM-139017)
XR: Fixed a bug with lens flare where its position was identical between views, causing a visual artifact. (UUM-108851)
XR: Fixed built-in shader constant unity_StereoEyeIndex not being properly set when using multi-pass XR rendering mode in URP, affecting shaders such as Skybox/Panoramic which would fail to display as stereoscopic even when using the 3D Layout option. (UUM-120719)
Package changes in 6000.0.75f1
Packages updated

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