Manual installs
Operating systems
-Component installers
Windows
+Windows ARM64
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 6000.3.3f1
6000.4.0a3,6000.3.0b7: Crash on CheckDeviceStatus when executing specific InferenceEngine actions (UUM-131538)
Metal: Game freezes after command buffer Timeout error (UUM-125778)
Metal: [iOS] Screen flashing after the iOS splash screen (UUM-121453)
Platform Audio: [Windows] Crash on AudioManager::InitFMOD when performing various actions in the Editor (UUM-126803)
Shader System: Crash on keywords::PrintKeywordSpaceInfo when uninstalling Universal Render Pipeline in a specific project (UUM-130674)
SRP Templates: Removed VR Module dependency prevents URP Sample from compiling (UUM-130083)
uGUI Controls: [iOS][Android] OnSubmit event is triggered indefinitely on UGUI Input Field after dismissing keyboard on mobile (UUM-130350)
6000.3.3f1 Release Notes
Improvements
IL2CPP: Fixed some of the problems building the il2cpp.sln that is available to source code customers.
IL2CPP: Small performance improvement in generic variance type checks.
Physics: Exposed log verbosity as a option within the physics pane in order to allow users to suppress some warnings/logs coming out of the PhysX integration. The new setting can be found under Edit->Project Settings->Physics->Settings within the GameObject tab. (PHYS-681)
Changes
- Adaptive Performance: Made Adaptive Performance Android Provider package discoverable in the Unity Package Manager.
Fixes
2D: Fixed crash when SpriteRenderer with Polygon2DCollider has size of 0 for 9-slice. (UUM-128496)
2D: Fixed issue where the correct values for the cell layout and sizing are not shown in a Tile Set importer inspector when the TileSet is selected or its changes are applied or reverted. (UUM-126070)
2D: Fixed memory spike after activating Freeform Light2Ds. (UUM-121040)
Asset Bundles: Fixed cache-related crash on iOS when loading assets. (UUM-120877)
Audio: Fixed manual link for AudioRandomContainer inspector help button. (UUM-129752)
Editor: Applied prefab override that contains proper transform values and materials. (UUM-125673)
Editor: Delete the Meta file that was creating an empty folder. (UUM-126018)
Editor: Fixed AddComponent menu not showing in certain multiple display layouts. (UUM-127596)
Editor: Fixed AddComponent menu producing a warning when selecting Animation/Animation and other combinations that may use the same name for parent and child menu items. (UUM-127073)
Editor: Fixed BRG,GRD and EG 16KiB cbuffer limited low end mobiles. (UUM-102083)
Editor: Fixed cameras unaligned settings in SplitScreen scene in URP Package Sample. (UUM-125675)
Editor: Fixed empty PassData class in URP Package Sample. (UUM-125863)
Editor: Fixed error logs and incorrect UI state in Project Settings > Services when opening a project bound to an organization the user doesn't have access to. The Editor now correctly shows the "Refresh access" screen instead of logging errors. (UUM-117277)
Editor: Fixed errors not being displayed in the Ray Tracing Shader inspector when creating a Ray Tracing Shader containing compilation errors using ShaderUtil.CreateRayTracingShaderAsset. (UUM-129385)
Editor: Fixed exiting a viewpoint not reverting back to 2d mode. (UUM-78682)
Editor: Fixed instance status icon shows
loadingafter the scenario was cancelled in the scenario status dropdown. (UUM-127475)Editor: Fixed LinuxEditor accelerator key changes made by a context menu from persisting after the menu is closed. (UUM-127693)
Editor: Fixed MixedFOV scene unapplied prefab in URP Package Sample. (UUM-125671)
Editor: Fixed unapplied changed in prefab MainPanel in BlobShadow scene in URP Package Sample. (UUM-125677)
Editor: Fixed Unity Editor not detecting Unity Hub installation on Linux. The Editor now correctly checks both user-local (~/.local/share/applications/) and system-wide (/usr/share/applications/) locations for the Hub desktop file, and properly respects the XDG_DATA_HOME environment variable. (UUM-96606)
Editor: Flipped Y-axis for pointer input coordinates of NMouse in Input System. (UUM-126062)
Editor: Removed unsused lighting setting file in URP Package Sample. (UUM-125859)
Editor: Rename the particle systems with meaningful names. (UUM-125864)
Editor: TaskCanceledException when stopping a play mode scenario. (UUM-127653)
Engine Diagnostics: Fixed issue where binaries with a non-zero load address would not be symbolicated correctly in Engine Diagnostics. (UUM-129639)
GI: Fixed a bug where loading a scene that contained light probe data, but was baked with "Baked Indirect" mode, caused a warning to be fired. (UUM-112568)
GI: Fixed an issue where a warning would be displayed, and light probes would look incorrect when loading a scene lit only by Enlighten Realtime GI, and no baked GI. (UUM-129727)
GI: Fixed an issue where the Meta pass was being incorrectly included in builds where it was not needed. (UUM-116130)
Graphics: Allow to set Render Pipeline Asset alongside with Global Settings in case when Asset Bundles were used. (UUM-103724)
Graphics: Fallback to main-thread skin matrix calculation for non-optimized SkinnedMeshRenderers when serialized with "m_DirtyAABB" set to true and "Update When Offscreen" is enabled. (UUM-128966)
Graphics: Fixed floating point precision issue with ACES tonemapping. (UUM-125596)
Graphics: Reduced excessive stack allocations from Camera::RenderEditorCamera. (UUM-126336)
IL2CPP: Fixed a rare crash of the il2cpp executable on Windows. (UUM-127507)
IL2CPP: Fixed C++ compilation error when a generic method on a generic class called another method on the same class with a different generic arguments. (UUM-125284)
IL2CPP:
BEE_BUILD_THREADSwill now be respected when il2cpp is used to compile an exported project. (UUM-129014)Input System: Fixed multiple mouse button presses not processed after Mouse.current.WarpCursorPosition() on Windows. (UUM-128971)
Kernel: InvalidOperationException is no longer generated when scheduling an IJobParallelForDefer job with a NativeList that is tagged with [NativeDisableContainerSafetyRestriction]. (UUM-124996)
Package Manager: "Install" button remains active after installing a UPM package from Asset Store in the Package Manager window. (UUM-129496)
Physics: Added the overflow: hidden property to the collision layer matrix container in order to no longer generate scroll bars when scaling down the project settings window. (UUM-111251)
Physics: Fixed an issue where some logs messages coming from the PhysX integration would be ignored. (PHYS-681)
Physics: Fixed an issue where transform sync would in some instances incorrectly change the CharacterController component's internal shape rotation. In the case of PhysX this manifested by bodies being flung out when hit from the "right side" which meant that the internal capsule was reverted to it's default orientation (x-axis aligned in PhysX). (UUM-128624)
Physics: Improved performance of heightfield creation for terrain collider while async loading. (UUM-120104)
Physics 2D: Ensure that all available project templates have the 2D physics project setting option of "Reuse Collision Callbacks" enabled. (UUM-129517)
Scene/Game View: Fixed the size of the "Camera overscan settings" dropdown window. (UUM-130100)
Shadergraph: Fixed documentation links for Dropdown, Property, Keyword, Custom Function and Redirect Nodes. (UUM-128883)
Shaders: Fixed the issue where Missing dependency errors are thrown in the inspector when creating a computeshader and raytracingshader via cacheserver. (UUM-116514)
Tests: TestSimulateTypingText_Alphabet unstable on iOS Simulator. (UUM-113118)
Tests: TestSimulateTypingText_Numbers unstable on Android emulators. (UUM-104029)
Text: Added justified text support to ATG. (UUM-128557)
uGUI: Fixed a typo in Canvas Component warning. (UUM-129087)
UI Elements: Fixed the Dynamic ListView not refreshing when an item is being added using MakeNoneElement with 0 height. (UUM-128315)
UI Toolkit: Fixed errors when modifying the filter definition while using the UI Builder. (UUM-121402)
UI Toolkit: Fixed material properties bleeding to the next element when material doesn't change. (UUM-129665)
UI Toolkit: Fixed TextMesh component icon that was difficult to see in dark-mode. (UUM-125871)
UI Toolkit: Removed UI Renderer from the Add Component menu. (UUM-115776)
URP: Fixed URP unlit shader template. (UUM-129683)
Web: Fixed regression of the emscripten build option "-sERROR_ON_UNDEFINED_SYMBOLS=0". (UUM-126250)
WebGL: WebGPU: Fix for setting mip level for writable textures bound to compute shaders. (UUM-130285)
WebGL: WebGPU: fix issue with setting a Texture2DArray as a render target with AllDepthSlices, only the first layer was cleared. (UUM-130122)
Package changes in 6000.3.3f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.3.3f1
6000.4.0a3,6000.3.0b7: Crash on CheckDeviceStatus when executing specific InferenceEngine actions (UUM-131538)
Metal: Game freezes after command buffer Timeout error (UUM-125778)
Metal: [iOS] Screen flashing after the iOS splash screen (UUM-121453)
Platform Audio: [Windows] Crash on AudioManager::InitFMOD when performing various actions in the Editor (UUM-126803)
Shader System: Crash on keywords::PrintKeywordSpaceInfo when uninstalling Universal Render Pipeline in a specific project (UUM-130674)
SRP Templates: Removed VR Module dependency prevents URP Sample from compiling (UUM-130083)
uGUI Controls: [iOS][Android] OnSubmit event is triggered indefinitely on UGUI Input Field after dismissing keyboard on mobile (UUM-130350)
6000.3.3f1 Release Notes
Improvements
IL2CPP: Fixed some of the problems building the il2cpp.sln that is available to source code customers.
IL2CPP: Small performance improvement in generic variance type checks.
Physics: Exposed log verbosity as a option within the physics pane in order to allow users to suppress some warnings/logs coming out of the PhysX integration. The new setting can be found under Edit->Project Settings->Physics->Settings within the GameObject tab. (PHYS-681)
Changes
- Adaptive Performance: Made Adaptive Performance Android Provider package discoverable in the Unity Package Manager.
Fixes
2D: Fixed crash when SpriteRenderer with Polygon2DCollider has size of 0 for 9-slice. (UUM-128496)
2D: Fixed issue where the correct values for the cell layout and sizing are not shown in a Tile Set importer inspector when the TileSet is selected or its changes are applied or reverted. (UUM-126070)
2D: Fixed memory spike after activating Freeform Light2Ds. (UUM-121040)
Asset Bundles: Fixed cache-related crash on iOS when loading assets. (UUM-120877)
Audio: Fixed manual link for AudioRandomContainer inspector help button. (UUM-129752)
Editor: Applied prefab override that contains proper transform values and materials. (UUM-125673)
Editor: Delete the Meta file that was creating an empty folder. (UUM-126018)
Editor: Fixed AddComponent menu not showing in certain multiple display layouts. (UUM-127596)
Editor: Fixed AddComponent menu producing a warning when selecting Animation/Animation and other combinations that may use the same name for parent and child menu items. (UUM-127073)
Editor: Fixed BRG,GRD and EG 16KiB cbuffer limited low end mobiles. (UUM-102083)
Editor: Fixed cameras unaligned settings in SplitScreen scene in URP Package Sample. (UUM-125675)
Editor: Fixed empty PassData class in URP Package Sample. (UUM-125863)
Editor: Fixed error logs and incorrect UI state in Project Settings > Services when opening a project bound to an organization the user doesn't have access to. The Editor now correctly shows the "Refresh access" screen instead of logging errors. (UUM-117277)
Editor: Fixed errors not being displayed in the Ray Tracing Shader inspector when creating a Ray Tracing Shader containing compilation errors using ShaderUtil.CreateRayTracingShaderAsset. (UUM-129385)
Editor: Fixed exiting a viewpoint not reverting back to 2d mode. (UUM-78682)
Editor: Fixed instance status icon shows
loadingafter the scenario was cancelled in the scenario status dropdown. (UUM-127475)Editor: Fixed LinuxEditor accelerator key changes made by a context menu from persisting after the menu is closed. (UUM-127693)
Editor: Fixed MixedFOV scene unapplied prefab in URP Package Sample. (UUM-125671)
Editor: Fixed unapplied changed in prefab MainPanel in BlobShadow scene in URP Package Sample. (UUM-125677)
Editor: Fixed Unity Editor not detecting Unity Hub installation on Linux. The Editor now correctly checks both user-local (~/.local/share/applications/) and system-wide (/usr/share/applications/) locations for the Hub desktop file, and properly respects the XDG_DATA_HOME environment variable. (UUM-96606)
Editor: Flipped Y-axis for pointer input coordinates of NMouse in Input System. (UUM-126062)
Editor: Removed unsused lighting setting file in URP Package Sample. (UUM-125859)
Editor: Rename the particle systems with meaningful names. (UUM-125864)
Editor: TaskCanceledException when stopping a play mode scenario. (UUM-127653)
Engine Diagnostics: Fixed issue where binaries with a non-zero load address would not be symbolicated correctly in Engine Diagnostics. (UUM-129639)
GI: Fixed a bug where loading a scene that contained light probe data, but was baked with "Baked Indirect" mode, caused a warning to be fired. (UUM-112568)
GI: Fixed an issue where a warning would be displayed, and light probes would look incorrect when loading a scene lit only by Enlighten Realtime GI, and no baked GI. (UUM-129727)
GI: Fixed an issue where the Meta pass was being incorrectly included in builds where it was not needed. (UUM-116130)
Graphics: Allow to set Render Pipeline Asset alongside with Global Settings in case when Asset Bundles were used. (UUM-103724)
Graphics: Fallback to main-thread skin matrix calculation for non-optimized SkinnedMeshRenderers when serialized with "m_DirtyAABB" set to true and "Update When Offscreen" is enabled. (UUM-128966)
Graphics: Fixed floating point precision issue with ACES tonemapping. (UUM-125596)
Graphics: Reduced excessive stack allocations from Camera::RenderEditorCamera. (UUM-126336)
IL2CPP: Fixed a rare crash of the il2cpp executable on Windows. (UUM-127507)
IL2CPP: Fixed C++ compilation error when a generic method on a generic class called another method on the same class with a different generic arguments. (UUM-125284)
IL2CPP:
BEE_BUILD_THREADSwill now be respected when il2cpp is used to compile an exported project. (UUM-129014)Input System: Fixed multiple mouse button presses not processed after Mouse.current.WarpCursorPosition() on Windows. (UUM-128971)
Kernel: InvalidOperationException is no longer generated when scheduling an IJobParallelForDefer job with a NativeList that is tagged with [NativeDisableContainerSafetyRestriction]. (UUM-124996)
Package Manager: "Install" button remains active after installing a UPM package from Asset Store in the Package Manager window. (UUM-129496)
Physics: Added the overflow: hidden property to the collision layer matrix container in order to no longer generate scroll bars when scaling down the project settings window. (UUM-111251)
Physics: Fixed an issue where some logs messages coming from the PhysX integration would be ignored. (PHYS-681)
Physics: Fixed an issue where transform sync would in some instances incorrectly change the CharacterController component's internal shape rotation. In the case of PhysX this manifested by bodies being flung out when hit from the "right side" which meant that the internal capsule was reverted to it's default orientation (x-axis aligned in PhysX). (UUM-128624)
Physics: Improved performance of heightfield creation for terrain collider while async loading. (UUM-120104)
Physics 2D: Ensure that all available project templates have the 2D physics project setting option of "Reuse Collision Callbacks" enabled. (UUM-129517)
Scene/Game View: Fixed the size of the "Camera overscan settings" dropdown window. (UUM-130100)
Shadergraph: Fixed documentation links for Dropdown, Property, Keyword, Custom Function and Redirect Nodes. (UUM-128883)
Shaders: Fixed the issue where Missing dependency errors are thrown in the inspector when creating a computeshader and raytracingshader via cacheserver. (UUM-116514)
Tests: TestSimulateTypingText_Alphabet unstable on iOS Simulator. (UUM-113118)
Tests: TestSimulateTypingText_Numbers unstable on Android emulators. (UUM-104029)
Text: Added justified text support to ATG. (UUM-128557)
uGUI: Fixed a typo in Canvas Component warning. (UUM-129087)
UI Elements: Fixed the Dynamic ListView not refreshing when an item is being added using MakeNoneElement with 0 height. (UUM-128315)
UI Toolkit: Fixed errors when modifying the filter definition while using the UI Builder. (UUM-121402)
UI Toolkit: Fixed material properties bleeding to the next element when material doesn't change. (UUM-129665)
UI Toolkit: Fixed TextMesh component icon that was difficult to see in dark-mode. (UUM-125871)
UI Toolkit: Removed UI Renderer from the Add Component menu. (UUM-115776)
URP: Fixed URP unlit shader template. (UUM-129683)
Web: Fixed regression of the emscripten build option "-sERROR_ON_UNDEFINED_SYMBOLS=0". (UUM-126250)
WebGL: WebGPU: Fix for setting mip level for writable textures bound to compute shaders. (UUM-130285)
WebGL: WebGPU: fix issue with setting a Texture2DArray as a render target with AllDepthSlices, only the first layer was cleared. (UUM-130122)
Package changes in 6000.3.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.
