Manual installs
Operating systems
-Component installers
macOS ARM64
+macOS
+Windows ARM64
+Windows
+Release
Release notes
+Known Issues in 6000.0.74f1
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.5.0a4,6000.0.66f1,6000.3.4f1,6000.4.0b4: ShaderVariantCollection.variantCount and ShaderVariantCollection.shaderCount returns 0 in Builds (UUM-137398)
IL2CPP: [iOS] [Android] External library generics fail during IL2CPP build (UUM-125284)
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)
: Crash on "core::base_hash_set" when using nested [SerializeReference] fields in List
structures (UUM-139722) : Crash on CheckDeviceStatus when selecting GameObjects in the scene view while using DX12 (UUM-138597)
: Editor memory leak in VisualElement when recompiling in a blank URP project (UUM-138000)
6000.0.74f1 Release Notes
Changes
- Audio: Compressed In Memory setting defaults to Decompress On Load on Chromium-Based Web Browsers to avoid Memory Leaks. (UUM-136929)
Fixes
2D: Added support for using Unity Recorder with the 2D renderer. (UUM-136415)
Android: Fixed a crash that would occur when using URP with the Depth/Stencil buffer disabled in Player Settings on Android. (UUM-109005)
Android: Fixed an issue with artifacts on Pixel 10 with shaders that use discard or clip. (UUM-139019)
Audio: Fixed Memory Leaks when using Compressed In Memory setting on Non-Chromium Web Browsers. (UUM-136929)
Editor: Fixed an infinite frame-skipping loop that occurred when playing back a video file while the game's frame rate was much lower than the video's frame rate. (UUM-131279)
Editor: Fixed an issue where Domain Reload still occurred with Domain Reload on Enter Play Mode disabled if the upgrade of
EditorSettings.assetfailed, or was reverted/modified manually. (UUM-138521)Editor: Fixed an issue where Domain Reload still occurred with Domain Reload on Enter Play Mode disabled if the upgrade of
EditorSettings.assetfailed, or was reverted/modified manually. (UUM-138521)Editor: Fixed an out of range exception when using Underline with TextCore. (UUM-137906)
Editor: Setup package entitlements earlier for Vulkan Editors, to support all Native plugin use cases. (UUM-135157)
Editor: Sign IL2CPP related files to prevent potential issues from antivirus software flagging unsigned binaries as suspicious. (UUM-137463)
Editor: Workaround crash when using stencil-only format on Mali GPUs with OpenGL ES. (UUM-111344)
GI: Fixed a bug where shadowmask or subtractive shader variants were erroneously stripped when no single scene contained both shadowcasting mixed lights and baked lightmaps or light probes. (UUM-127288)
Graphics: Added a preventive measure to the JPEG decoder used by the "ImageConversion" class to prevent denial-of-service through the exploitation of the LJT-01-003 vulnerability. Unity will now automatically abort the decoding of JPEG files after decoding 1000 progressive scans. (UUM-129186)
Graphics: Fixed a crash that would occur in Vulkan swapchain when it would acquire next image. (UUM-138508)
Graphics: Fixed an incorrect thread-safety error check in the Vulkan Editor. (UUM-90240)
Graphics: Fixed an issue where MSAA CameraDepthTexture resizing was inconsistent when using the ScalableBufferManager in DX12, Metal, and legacy Vulkan device and Fixed an issue where an implicit truncation of vector type shader warning was thrown when building standalone or Android player. (UUM-100367)
Graphics: Fixed compute skinning artifacts or crashes when using Vulkan. (UUM-135988)
Graphics: Fixed instancing on Pixel 10 when using Vulkan. (UUM-139629)
Graphics: Fixed missing alpha channel when using DXT1 texture with 1bit alpha with OpenGL. (UUM-86650)
Graphics: Fixed ReadPixels when using OpenGL for readbacks into destination texture that is wider than the readback rect. (UUM-121817)
Graphics: Removed repeating log messages in release builds about GraphicsStateCollection.Warmup falling back to legacy shader variant loading when using unsupported graphics APIs. (UUM-138841)
Graphics: Used glClear instead of clear quad when possible to avoid artifacts on some older Android devices. (UUM-135708)
HDRP: Fixed DLSS & FSR2 black screen after adding a custom render pass. (UUM-113720)
HDRP: Fixed null limit.xy values in _ColorPyramidUvScaleAndLimitCurrentFrame after color pyramid for distortion. (UUM-130925)
Package: Added ScrollView support to RagdollWindow on resize. (UUM-139914)
Package Manager: Fixed an issue where changing the Packages Cache Location would cause "TLS Allocator ALLOC_TEMP_MAIN has unfreed allocations" errors to appear repeatedly in the Editor log. (UUM-131286)
Particles: Prevented a crash on TrailModule::Update with nested sub-emitters. (UUM-131142)
Particles: Prevented a crash when using nested sub-emitters with the Birth spawn condition. (UUM-115382)
Scene/Game View: Fixed a bug that could crash the editor when using PlayModeWindow.SetViewType during playmode. (UUM-139011)
Scripting: Added main-thread guard in ScriptingCoverage::FilterRecordedMethods for thread safety during script reload. (UUM-137724)
URP: Fixed URP DepthBlit sample by preventing manual depth resolve when not necessary. (UUM-134993)
WebGL: Fixed a rendering error that occurred when using Terrain detail meshes with WebGPU and WebGL. (UUM-91734)
WebGL: Fixed an issue where
R16UNorm,R16SNorm,RG16UNorm,RG16SNorm,RGBA16UNorm, andRGBA16SNormwere incorrectly declared as filterable. (UUM-139873)WebGL: Fixed WebGL console warnings when switching fullscreen state. (UUM-139208)
Package changes in 6000.0.74f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.0.74f1
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.5.0a4,6000.0.66f1,6000.3.4f1,6000.4.0b4: ShaderVariantCollection.variantCount and ShaderVariantCollection.shaderCount returns 0 in Builds (UUM-137398)
IL2CPP: [iOS] [Android] External library generics fail during IL2CPP build (UUM-125284)
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)
: Crash on "core::base_hash_set" when using nested [SerializeReference] fields in List
structures (UUM-139722) : Crash on CheckDeviceStatus when selecting GameObjects in the scene view while using DX12 (UUM-138597)
: Editor memory leak in VisualElement when recompiling in a blank URP project (UUM-138000)
6000.0.74f1 Release Notes
Changes
- Audio: Compressed In Memory setting defaults to Decompress On Load on Chromium-Based Web Browsers to avoid Memory Leaks. (UUM-136929)
Fixes
2D: Added support for using Unity Recorder with the 2D renderer. (UUM-136415)
Android: Fixed a crash that would occur when using URP with the Depth/Stencil buffer disabled in Player Settings on Android. (UUM-109005)
Android: Fixed an issue with artifacts on Pixel 10 with shaders that use discard or clip. (UUM-139019)
Audio: Fixed Memory Leaks when using Compressed In Memory setting on Non-Chromium Web Browsers. (UUM-136929)
Editor: Fixed an infinite frame-skipping loop that occurred when playing back a video file while the game's frame rate was much lower than the video's frame rate. (UUM-131279)
Editor: Fixed an issue where Domain Reload still occurred with Domain Reload on Enter Play Mode disabled if the upgrade of
EditorSettings.assetfailed, or was reverted/modified manually. (UUM-138521)Editor: Fixed an issue where Domain Reload still occurred with Domain Reload on Enter Play Mode disabled if the upgrade of
EditorSettings.assetfailed, or was reverted/modified manually. (UUM-138521)Editor: Fixed an out of range exception when using Underline with TextCore. (UUM-137906)
Editor: Setup package entitlements earlier for Vulkan Editors, to support all Native plugin use cases. (UUM-135157)
Editor: Sign IL2CPP related files to prevent potential issues from antivirus software flagging unsigned binaries as suspicious. (UUM-137463)
Editor: Workaround crash when using stencil-only format on Mali GPUs with OpenGL ES. (UUM-111344)
GI: Fixed a bug where shadowmask or subtractive shader variants were erroneously stripped when no single scene contained both shadowcasting mixed lights and baked lightmaps or light probes. (UUM-127288)
Graphics: Added a preventive measure to the JPEG decoder used by the "ImageConversion" class to prevent denial-of-service through the exploitation of the LJT-01-003 vulnerability. Unity will now automatically abort the decoding of JPEG files after decoding 1000 progressive scans. (UUM-129186)
Graphics: Fixed a crash that would occur in Vulkan swapchain when it would acquire next image. (UUM-138508)
Graphics: Fixed an incorrect thread-safety error check in the Vulkan Editor. (UUM-90240)
Graphics: Fixed an issue where MSAA CameraDepthTexture resizing was inconsistent when using the ScalableBufferManager in DX12, Metal, and legacy Vulkan device and Fixed an issue where an implicit truncation of vector type shader warning was thrown when building standalone or Android player. (UUM-100367)
Graphics: Fixed compute skinning artifacts or crashes when using Vulkan. (UUM-135988)
Graphics: Fixed instancing on Pixel 10 when using Vulkan. (UUM-139629)
Graphics: Fixed missing alpha channel when using DXT1 texture with 1bit alpha with OpenGL. (UUM-86650)
Graphics: Fixed ReadPixels when using OpenGL for readbacks into destination texture that is wider than the readback rect. (UUM-121817)
Graphics: Removed repeating log messages in release builds about GraphicsStateCollection.Warmup falling back to legacy shader variant loading when using unsupported graphics APIs. (UUM-138841)
Graphics: Used glClear instead of clear quad when possible to avoid artifacts on some older Android devices. (UUM-135708)
HDRP: Fixed DLSS & FSR2 black screen after adding a custom render pass. (UUM-113720)
HDRP: Fixed null limit.xy values in _ColorPyramidUvScaleAndLimitCurrentFrame after color pyramid for distortion. (UUM-130925)
Package: Added ScrollView support to RagdollWindow on resize. (UUM-139914)
Package Manager: Fixed an issue where changing the Packages Cache Location would cause "TLS Allocator ALLOC_TEMP_MAIN has unfreed allocations" errors to appear repeatedly in the Editor log. (UUM-131286)
Particles: Prevented a crash on TrailModule::Update with nested sub-emitters. (UUM-131142)
Particles: Prevented a crash when using nested sub-emitters with the Birth spawn condition. (UUM-115382)
Scene/Game View: Fixed a bug that could crash the editor when using PlayModeWindow.SetViewType during playmode. (UUM-139011)
Scripting: Added main-thread guard in ScriptingCoverage::FilterRecordedMethods for thread safety during script reload. (UUM-137724)
URP: Fixed URP DepthBlit sample by preventing manual depth resolve when not necessary. (UUM-134993)
WebGL: Fixed a rendering error that occurred when using Terrain detail meshes with WebGPU and WebGL. (UUM-91734)
WebGL: Fixed an issue where
R16UNorm,R16SNorm,RG16UNorm,RG16SNorm,RGBA16UNorm, andRGBA16SNormwere incorrectly declared as filterable. (UUM-139873)WebGL: Fixed WebGL console warnings when switching fullscreen state. (UUM-139208)
Package changes in 6000.0.74f1
Packages updated

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