Manual installs
Operating systems
-Component installers
macOS ARM64
+macOS
+Windows ARM64
+Windows
+Release
Release notes
+Known Issues in 6000.4.3f1
6000.2.0a10: Crash on TexturesD3D12::CreateTextureInternal() when opening a project for the first time (UUM-135024)
6000.3.0a3: Crash on Umbra::QueryExt::queryStaticShadowCasters when baking a custom Reflection Probe with the minimum Near Clipping Planes value (UUM-137250)
6000.3.0a5: URP Decals become invisible when over 1000 units away from the camera (UUM-138945)
6000.4.0a4: Crash on core::base_hash_set when building a specific project (UUM-139283)
6000.5.0a4,6000.0.66f1,6000.3.4f1,6000.4.0b4: ShaderVariantCollection.variantCount and ShaderVariantCollection.shaderCount returns 0 in Builds (UUM-137398)
6000.5.0a8,6000.6.0a1,6000.4.0b12,6000.3.12f1: Crash on xatlas::internal::pack::Atlas::findChartLocation_bruteForce when generating the lighting (UUM-139715)
6000.5.0a8,6000.6.0a1,6000.4.0b12,6000.3.12f1: Crash with multiple StackTraces when building lighting in a Specific Scene (UUM-138494)
6000.6.0a1,6000.3.11f1: Color parameter is ignored when creating dynamic text in a UI Document with DrawText() (UUM-137907)
6000.6.0a1,6000.5.0a9,6000.3.12f1,6000.4.0f1: Switching platforms will trigger shader-related warnings (TraceTransparentRays) (UUM-139001)
6000.6.0a1,6000.5.0b1,6000.4.1f1: Inspector fails to render and NRE errors thrown when Domain is reloaded after code changes and Image component is visible in Inspector (UUM-139557)
Metal: macOS stutters in a minimal project in the Editor in Play Mode (UUM-85256)
: Crash in vk::OnscreenSwapChain::AcquireNextImage (UUM-138508)
: 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)
: Crash on PolygonCollider2D::CreatePolygonShapes when painting multiple tiles from Tile Palette onto Tilemap (UUM-138488)
: Editor memory leak in VisualElement when recompiling in a blank URP project (UUM-138000)
: New Releases are shipped without the newest URP and HDRP Template Versions (UUM-137426)
6000.4.3f1 Release Notes
Improvements
Documentation: The Prefabs in baking documentation has gotten a new note clarifying why the TransformUsageFlags.Dynamic flag is added to prefabs during baking. (UUM-124917)
UI Toolkit: Improved GPU performance by reducing the area where edge antialiasing is applied on default meshes.
API Changes
- Editor: Changed: Expose JobHandle.GetHashCode and Equals and ==/!= operators when ENABLE_UNITY_COLLECTIONS_CHECKS is not defined.
Changes
Entities: Improve determinism of Runtime Content Management archive folder across builds. (UUM-129944)
Package: com.unity.collections: Updated BinarySearch methods "returns" documentation and updated some related unit tests (UUM-82280)
Fixes
AI: Fixed crash drawing debug visualisation for an agent with small radius and a far away destination. (UUM-133552)
Animation: Added a notification in the FBX Importer UI when FBX takes aren't used by any clip. (UUM-130850)
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: Fixed an issue where a layout with Locked Project Browser could spam the Console with log errors. (UUM-137174)
Editor: Fixed an issue where clicking Delete in the context menu on a selection of multiple blocks in a context node would only delete the block that was clicked on instead of the entire selection. (UUM-137656)
Editor: Fixed an issue where HDR Colors weren't correctly recorded in the Animation Window. (UUM-83771)
Editor: Fixed deadlock race condition when loading and unloading content files in the editor. (UUM-137677)
Editor: Specific ScriptableObject asset names no longer cause warnings when opening the Build Profiles window. (UUM-135389)
Graph Toolkit: Fixed issues with the subgraph node right-click menu.
Convert to Asset SubgraphandUnpack to Local Subgraphmenu items are no longer duplicated when multiple valid subgraph types exist in the graph. These actions no longer allow changing the underlying asset type of the subgraph.
Find Asset in Projectnow correctly pings the associated asset in the Project window. (UUM-137211)Graph Toolkit: Graph Toolkit: Removed the Disable Node entry from the right-click menu as the feature is incomplete. This was not meant to be public yet. (UUM-137461)
Physics 2D: PhysicsHingeJoint can now be "unpinned" which provides rotational constraining only with the point-to-point constraint, effectively allowing the PhysicsBody to move while having rotational-only constraints applied. (UUM-137810)
Physics 2D: Update Box2D to include various bug-fixes and improvements, most notably being contact recycling to improve contact performance during simulation. (UUM-137810)
Profiler: Fixed issue where loading a Profiler capture while actively recording would mix loaded data with frames that hadn't finished processing. (UUM-134269)
Profiler: Fixed Profiler screenshots not recording on Vulkan. (UUM-126495)
UI Toolkit: Fixed corners on Mac that would show an invalid pixel on the very edge. (UUM-122540)
UI Toolkit: Fixed different VectorImage size when importing SVGs with "Arc Encodings" vs "Basic Triangulation". (UUM-121289)
UI Toolkit: Fixed VectorImage import ignoring the viewport. (UUM-133924)
UI Toolkit: Fixed viewport options not exposed for SVG VectorImages. (UUM-138244)
UI Toolkit: Patched missing pixels caused by some T junctions. (UUM-121344)
URP: Fixed an issue where on-tile PostPro had a different result compared to traditional PostPro when Color Space was set to Gamma. (UUM-135686)
XR: Fixed an issue when building and running Meta Quest applications with texture compression targeting enabled. (UUM-131974)
Package changes in 6000.4.3f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.4.3f1
6000.2.0a10: Crash on TexturesD3D12::CreateTextureInternal() when opening a project for the first time (UUM-135024)
6000.3.0a3: Crash on Umbra::QueryExt::queryStaticShadowCasters when baking a custom Reflection Probe with the minimum Near Clipping Planes value (UUM-137250)
6000.3.0a5: URP Decals become invisible when over 1000 units away from the camera (UUM-138945)
6000.4.0a4: Crash on core::base_hash_set when building a specific project (UUM-139283)
6000.5.0a4,6000.0.66f1,6000.3.4f1,6000.4.0b4: ShaderVariantCollection.variantCount and ShaderVariantCollection.shaderCount returns 0 in Builds (UUM-137398)
6000.5.0a8,6000.6.0a1,6000.4.0b12,6000.3.12f1: Crash on xatlas::internal::pack::Atlas::findChartLocation_bruteForce when generating the lighting (UUM-139715)
6000.5.0a8,6000.6.0a1,6000.4.0b12,6000.3.12f1: Crash with multiple StackTraces when building lighting in a Specific Scene (UUM-138494)
6000.6.0a1,6000.3.11f1: Color parameter is ignored when creating dynamic text in a UI Document with DrawText() (UUM-137907)
6000.6.0a1,6000.5.0a9,6000.3.12f1,6000.4.0f1: Switching platforms will trigger shader-related warnings (TraceTransparentRays) (UUM-139001)
6000.6.0a1,6000.5.0b1,6000.4.1f1: Inspector fails to render and NRE errors thrown when Domain is reloaded after code changes and Image component is visible in Inspector (UUM-139557)
Metal: macOS stutters in a minimal project in the Editor in Play Mode (UUM-85256)
: Crash in vk::OnscreenSwapChain::AcquireNextImage (UUM-138508)
: 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)
: Crash on PolygonCollider2D::CreatePolygonShapes when painting multiple tiles from Tile Palette onto Tilemap (UUM-138488)
: Editor memory leak in VisualElement when recompiling in a blank URP project (UUM-138000)
: New Releases are shipped without the newest URP and HDRP Template Versions (UUM-137426)
6000.4.3f1 Release Notes
Improvements
Documentation: The Prefabs in baking documentation has gotten a new note clarifying why the TransformUsageFlags.Dynamic flag is added to prefabs during baking. (UUM-124917)
UI Toolkit: Improved GPU performance by reducing the area where edge antialiasing is applied on default meshes.
API Changes
- Editor: Changed: Expose JobHandle.GetHashCode and Equals and ==/!= operators when ENABLE_UNITY_COLLECTIONS_CHECKS is not defined.
Changes
Entities: Improve determinism of Runtime Content Management archive folder across builds. (UUM-129944)
Package: com.unity.collections: Updated BinarySearch methods "returns" documentation and updated some related unit tests (UUM-82280)
Fixes
AI: Fixed crash drawing debug visualisation for an agent with small radius and a far away destination. (UUM-133552)
Animation: Added a notification in the FBX Importer UI when FBX takes aren't used by any clip. (UUM-130850)
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: Fixed an issue where a layout with Locked Project Browser could spam the Console with log errors. (UUM-137174)
Editor: Fixed an issue where clicking Delete in the context menu on a selection of multiple blocks in a context node would only delete the block that was clicked on instead of the entire selection. (UUM-137656)
Editor: Fixed an issue where HDR Colors weren't correctly recorded in the Animation Window. (UUM-83771)
Editor: Fixed deadlock race condition when loading and unloading content files in the editor. (UUM-137677)
Editor: Specific ScriptableObject asset names no longer cause warnings when opening the Build Profiles window. (UUM-135389)
Graph Toolkit: Fixed issues with the subgraph node right-click menu.
Convert to Asset SubgraphandUnpack to Local Subgraphmenu items are no longer duplicated when multiple valid subgraph types exist in the graph. These actions no longer allow changing the underlying asset type of the subgraph.
Find Asset in Projectnow correctly pings the associated asset in the Project window. (UUM-137211)Graph Toolkit: Graph Toolkit: Removed the Disable Node entry from the right-click menu as the feature is incomplete. This was not meant to be public yet. (UUM-137461)
Physics 2D: PhysicsHingeJoint can now be "unpinned" which provides rotational constraining only with the point-to-point constraint, effectively allowing the PhysicsBody to move while having rotational-only constraints applied. (UUM-137810)
Physics 2D: Update Box2D to include various bug-fixes and improvements, most notably being contact recycling to improve contact performance during simulation. (UUM-137810)
Profiler: Fixed issue where loading a Profiler capture while actively recording would mix loaded data with frames that hadn't finished processing. (UUM-134269)
Profiler: Fixed Profiler screenshots not recording on Vulkan. (UUM-126495)
UI Toolkit: Fixed corners on Mac that would show an invalid pixel on the very edge. (UUM-122540)
UI Toolkit: Fixed different VectorImage size when importing SVGs with "Arc Encodings" vs "Basic Triangulation". (UUM-121289)
UI Toolkit: Fixed VectorImage import ignoring the viewport. (UUM-133924)
UI Toolkit: Fixed viewport options not exposed for SVG VectorImages. (UUM-138244)
UI Toolkit: Patched missing pixels caused by some T junctions. (UUM-121344)
URP: Fixed an issue where on-tile PostPro had a different result compared to traditional PostPro when Color Space was set to Gamma. (UUM-135686)
XR: Fixed an issue when building and running Meta Quest applications with texture compression targeting enabled. (UUM-131974)
Package changes in 6000.4.3f1
Packages updated

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