Manual installs
Operating systems
-Component installers
macOS ARM64
+macOS
+Windows ARM64
+Windows
+Release
Release notes
+Known Issues in 6000.0.73f1
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)
: Crash on ConstraintProjectionTree::projectionTreeBuildStep when ConfigurableJoint uses JointProjectionMode.PositionAndRotation and connected Rigidbody switches from kinematic to non-kinematic (UUM-135394)
: Editor memory leak in VisualElement when recompiling in a blank URP project (UUM-138000)
6000.0.73f1 Release Notes
API Changes
- Editor: Changed: Expose JobHandle.GetHashCode and Equals and ==/!= operators when ENABLE_UNITY_COLLECTIONS_CHECKS is not defined.
Fixes
2D: Fixed an issue where having a long Palette or Brush name could hide other UI elements in the Tile Palette. (UUM-130336)
2D: Fixed an issue where the Palette and Brush dropdown changed in size when switching to other Palettes or Brushes with names of different lengths. (UUM-132618)
2D: Fixed an issue with sprite flicker and draw call fluctuation when Sprite Skins are culled. (UUM-132924)
2D: Fixed issue where the Tile Palette window is extremely zoomed in after collapsing the Tile Palette view using the separator and expanding the window by using the Brush view button. (UUM-132739)
2D: Truncated long Target, Palette, and Brush names for Target, Palette, and Brush dropdowns.
AI: Fixed crash drawing debug visualisation for an agent with small radius and a far away destination. (UUM-133552)
DX12: Reduced critical crashes when minimizing (via Alt-Tab) "Exclusive Fullscreen" window in Player by pausing rendering. Other modes and graphics APIs are not affected. For better stability consider using "FullScreenWindow" (borderless) mode (https://devblogs.microsoft.com/directx/demystifying-full-screen-optimizations/\). (UUM-134743)
Editor: Clamped memory settings for Publishing Settings/WebAssembly Language Features so they cannot be less than 0. (UUM-134687)
Editor: Fixed an issue where upgrading old meta files for Win64 plugins disabled the plugin. (UUM-137610)
Editor: Recreate buildprofilecontext.asset if it cannot be loaded to ensure proper operation of the build profile window. (UUM-136377)
Editor: Specific ScriptableObject asset names no longer cause warnings when opening the Build Profiles window. (UUM-135389)
Graphics: Added SystemInfo.SupportsTypedUAVShaderLoadStoreOnGraphicsFormat() for checking format support on given hardware when doing shader typed load/store on UAVs. Applicable to DX11 and DX12. (UUM-101875)
Graphics: Fixed a crash when using GPU skinning on Adreno devices. (UUM-93243)
Graphics: Fixed crash when using shaders with unused vertex attributes on some Adreno Vulkan drivers. (UUM-137056)
Graphics: Fixed crashes on Android that occurred when the command pool ran out of memory. (UUM-125566)
Graphics: Fixed GrabPass does not correctly set the rect size when set up with a camera.SetTargetBuffers() instead of a render texture in DirectX11. (UUM-135889)
Graphics: Fixed graphical corruption when using dynamic resolution with STP upscaling when using the Metal graphics API. (UUM-136227)
Graphics: Fixed incorrect UVs on some Adreno 7xx driver versions when using Vulkan. (UUM-126477)
IL2CPP: Corrected C++ warnings in libil2cpp code (UUM-138294)
Physics: Fixed NaN values that could be introduced in some cases where a Rigidbody would have acceleration applied via ForceMode.Acceleration, while having it's rotation constrained. The issue would most often occur in conjunction with manually calling Physics.Simulate. (UUM-103515)
Shaders: Fixed an occasional crash when saving shaders. (UUM-133627)
Text: Added hideSoftkeyboard option to UITK and option to have both physical and touch screen keyboard active at the same time. (UUM-122340)
Text: Fixed issue with language toggling on a physical keyboard would not work correctly. (UUM-130105)
UI Toolkit: Disabled UITK GPU performance testing on Microsoft Basic Renderer. (UUM-137559)
UI Toolkit: Fixed border color transitions not working when starting color is transparent. (UUM-136876)
XR: Fixed an issue when building and running Meta Quest applications with texture compression targeting enabled. (UUM-131974)
Package changes in 6000.0.73f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.0.73f1
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)
: Crash on ConstraintProjectionTree::projectionTreeBuildStep when ConfigurableJoint uses JointProjectionMode.PositionAndRotation and connected Rigidbody switches from kinematic to non-kinematic (UUM-135394)
: Editor memory leak in VisualElement when recompiling in a blank URP project (UUM-138000)
6000.0.73f1 Release Notes
API Changes
- Editor: Changed: Expose JobHandle.GetHashCode and Equals and ==/!= operators when ENABLE_UNITY_COLLECTIONS_CHECKS is not defined.
Fixes
2D: Fixed an issue where having a long Palette or Brush name could hide other UI elements in the Tile Palette. (UUM-130336)
2D: Fixed an issue where the Palette and Brush dropdown changed in size when switching to other Palettes or Brushes with names of different lengths. (UUM-132618)
2D: Fixed an issue with sprite flicker and draw call fluctuation when Sprite Skins are culled. (UUM-132924)
2D: Fixed issue where the Tile Palette window is extremely zoomed in after collapsing the Tile Palette view using the separator and expanding the window by using the Brush view button. (UUM-132739)
2D: Truncated long Target, Palette, and Brush names for Target, Palette, and Brush dropdowns.
AI: Fixed crash drawing debug visualisation for an agent with small radius and a far away destination. (UUM-133552)
DX12: Reduced critical crashes when minimizing (via Alt-Tab) "Exclusive Fullscreen" window in Player by pausing rendering. Other modes and graphics APIs are not affected. For better stability consider using "FullScreenWindow" (borderless) mode (https://devblogs.microsoft.com/directx/demystifying-full-screen-optimizations/\). (UUM-134743)
Editor: Clamped memory settings for Publishing Settings/WebAssembly Language Features so they cannot be less than 0. (UUM-134687)
Editor: Fixed an issue where upgrading old meta files for Win64 plugins disabled the plugin. (UUM-137610)
Editor: Recreate buildprofilecontext.asset if it cannot be loaded to ensure proper operation of the build profile window. (UUM-136377)
Editor: Specific ScriptableObject asset names no longer cause warnings when opening the Build Profiles window. (UUM-135389)
Graphics: Added SystemInfo.SupportsTypedUAVShaderLoadStoreOnGraphicsFormat() for checking format support on given hardware when doing shader typed load/store on UAVs. Applicable to DX11 and DX12. (UUM-101875)
Graphics: Fixed a crash when using GPU skinning on Adreno devices. (UUM-93243)
Graphics: Fixed crash when using shaders with unused vertex attributes on some Adreno Vulkan drivers. (UUM-137056)
Graphics: Fixed crashes on Android that occurred when the command pool ran out of memory. (UUM-125566)
Graphics: Fixed GrabPass does not correctly set the rect size when set up with a camera.SetTargetBuffers() instead of a render texture in DirectX11. (UUM-135889)
Graphics: Fixed graphical corruption when using dynamic resolution with STP upscaling when using the Metal graphics API. (UUM-136227)
Graphics: Fixed incorrect UVs on some Adreno 7xx driver versions when using Vulkan. (UUM-126477)
IL2CPP: Corrected C++ warnings in libil2cpp code (UUM-138294)
Physics: Fixed NaN values that could be introduced in some cases where a Rigidbody would have acceleration applied via ForceMode.Acceleration, while having it's rotation constrained. The issue would most often occur in conjunction with manually calling Physics.Simulate. (UUM-103515)
Shaders: Fixed an occasional crash when saving shaders. (UUM-133627)
Text: Added hideSoftkeyboard option to UITK and option to have both physical and touch screen keyboard active at the same time. (UUM-122340)
Text: Fixed issue with language toggling on a physical keyboard would not work correctly. (UUM-130105)
UI Toolkit: Disabled UITK GPU performance testing on Microsoft Basic Renderer. (UUM-137559)
UI Toolkit: Fixed border color transitions not working when starting color is transparent. (UUM-136876)
XR: Fixed an issue when building and running Meta Quest applications with texture compression targeting enabled. (UUM-131974)
Package changes in 6000.0.73f1
Packages updated

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