Manual installs
Operating systems
-Component installers
Windows
+Windows ARM64
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 6000.0.25f1
Asset - Database: Crash on MonoBehaviour::Transfer
when the XR Interaction Toolkit Sample Assets are updated (UUM-76934) Build Settings Window: The Editor spams the error message "Unexpected transport error from import worker 247. Code=2, error=End of file," causing the Asset Importer to crash (UUM-82880)
Graphics Device Features: [Quest] Editor crashes on toggleFoveation when activating SRP Foveated Rendering in DX12 (UUM-85208)
HDRP: Graphics Compositor breaks Unity rendering when the "Output Camera" is changed to a scene Camera and one Camera SubLayer is active.
https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-84610Input: Crash on InputDeviceIOCTL when closing Unity editor (UUM-10774)
Input: Input is not received after some time when using two controllers simultaneously (UUM-85315)
Lighting: Spot light with high Outer Spot Angle produces artefacts/clipping when using the Forward+ Rendering Path (UUM-85566)
Shader System: Shaders are always recompiled when the Editor is opened (UUM-75262)
SpeedTree: This release of SpeedTree includes a change to the interface of the SpeedTree8Wind shadergraph node. If you have an animated SpeedTree in the shadergraph, be sure to connect an ObjectSpacePosition node to the input of the SpeedTree8Wind. If the wind node does not have an input on the ObjectSpacePosition port, the mesh will be shrunk down to a point at origin (making it seem to vanish).
https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-84616Vulkan: [Android] Particles not rendered in the Player on some Android devices with Android 14 (UUM-68080)
6000.0.25f1 Release Notes
Improvements
- Shaders: Improved shader compilation logging in the player. (UUM-79781)
Fixes
2D: Fixed an issue where Tile Palettes with Hexagonal Flat Top layouts are drawn incorrectly as Hexagonal Point Top layout. (UUM-83525)
2D: Show error dialog when user tries to create a Tile Palette or Tiles on a Tile Palette in a non-asset folder. (UUM-83197)
AI: Links were not generated in places where the NavMesh forms a ramp. (UUM-78145)
Animation: Fixed error when binding transform of a humanoid having 2 non-human bones sharing the same name. (UUM-82236)
Animation: Fixed invalid default values of animated parameters in animator controller. (UUM-73614)
Editor: Added back in support for X64 specific Editor plugins. (UUM-71393)
Editor: Addressing the Meta Core SDK not loading when attempting to play in editor over Oculus Link. (UUM-71393)
Editor: Adds a ticker that runs every 2 hours to check if the license on the machine is valid. (UUM-72089)
Editor: Fixed 'Open Download Page' in the platform browser/Build Profile window leads to insecure download for editor not installed through Unity Hub. (UUM-84171)
Editor: Fixed a GRD and GPU Occlusion culling rare crash. (UUM-83152)
Editor: Fixed a random editor freeze when generating lighting. (UUM-84915)
Editor: Fixed Additional Compiler argument not updating when switching tabs in Player Settings window or when selecting different platforms in Build Settings window (UUM-66839)
Editor: Fixed an issue where the restart editor prompt for Graphics Jobs Mode appeared when switching between Windows and other platforms. (UUM-83947)
Editor: Fixed Build profile window refreshed every frame on Android. (UUM-83850)
Editor: Fixed crash when the UI option "Remove unused properties" is clicked on the default material. (UUM-61599)
Editor: Fixed rendering issues for XRSettings.renderViewportScale when using Vulkan. (UUM-83765)
Editor: Fixed the over-clamping of delta time value applied to "unity_DeltaTime". (UUM-35772)
Editor: libcurl used by Unity update to version 8.10.1.
Editor: [URP][RG] Incorrect partial blur when using RenderGraph in URP. (UUM-79602)
GI: Fixed an issue where Adaptive Probe Volumes could not be baked when the chosen graphics library is GLES. (UUM-82539)
GI: Fixed an issue where sampling of Adaptive Probe Volumes was incorrect when using leak reduction modes on GLES. (UUM-82539)
GI: Fixed to remove the loaded data when a temporary baking set is created. (UUM-73654)
HDRP: Ensure custom post-processing effects are disabled when post-processing is disabled. (UUM-78486)
HDRP: Fixed cloud layers not being drawn behind transparent refractive objects. (UUM-82679)
HDRP: Fixed HairVertex instancing-related shader-compilation issues. (UUM-84231)
HDRP: Ignore material variants with log message. (UUM-72639)
macOS: Fixed Application.targetFrameRate not being ignored when QualitySettings.vSyncCount > 0. (UUM-83568)
Networking: Fixed an issue where TLS connections would fail to be established after a certain time/number. (UUM-83744)
Package Manager: Fixed the issue where the refresh timestamp does not get updated when users click on
Refresh Listbutton. (UUM-77972)Particles: Scheduling a Particle System job outside of MonoBehaviour.OnParticleUpdateJobScheduled() will now generate an InvalidOperationException in order to prevent incorrect job schedules which could cause a hang. (UUM-79599)
Physics: Fixed a race condition inside Physics Debugger's contacts tab. Where the underlying contacts array would be incorrectly passed onto new jobs while still in use inside the previous set of contacts display jobs. (PHYS-387)
Physics: Fixed an issue where mass distribution updates with regards to setting the center of mass for a Rigidbody component would not affect WheelCollider components. (UUM-84990)
Physics: Fixed an issue with the Cloth component's inspector where exiting play-mode with the self and inter collision tool open would cause a null reference exception. (UUM-78853)
Physics: Fixed CharacterJoint's derrived axis locks being ignored. This would cause some ragdoll setups for never come to rest during simulation. (UUM-83156)
Search: Ensure SearchViewItem doesn't modify SearchItem state. (UUM-79399)
Search: Ensure SearchViewItem doesn't modify SearchItem state. (UUM-79646)
Search: Fixed Audio Mixer asset icons in the Search window. (UUM-73173)
Search: Fixed Scene Provider search when a string property is a numerical value. (UUM-69142)
Search: Search Scene Selector shows file with unity in their name. (UUM-83640)
Search: Using ReuseWindow SearchFlags won't create a new window and won't change its position. (UUM-75480)
Shadergraph: [Metal] Fix shader compilation errors due to Foveated Rendering when building URP 3D template. (UUM-77815)
Shaders: Fixed a crash that could occur when a shadow caster pass is deleted due to shader errors. (UUM-82622)
Shaders: Fixed BiRP support for strict shader variant matching. (UUM-58290)
Shaders: Shader inspector now shows the highest number of variants per shader stage instead of number of vertex stage variants. (UUM-55971)
TextMeshPro: Updated "Examples and Extras" scenes to be compatible with URP and HDRP. (UUM-74205)
UI Toolkit: Fixed labels alignment for IMGUI containers. (UUM-70643)
UI Toolkit: Fixed serialization of UxmlAttributes for Lists and Arrays of unity objects. (UUM-83779)
UI Toolkit: Fixed UI Builder not displaying the name of some elements in the hierarchy when they did not use UxmlElement or UxmlFactory. (UUM-84170)
UI Toolkit: The UXML file importer will now show a button to fix issues with any file paths that have changed but can still be resolved via their guid. Importer errors/warnings can now also be seen in the assets inspector. (UUM-83531)
Universal RP: Remove "AssertionException The RenderTextureDescriptor used to create a TextureDesc contains both graphicsFormat and depthStencilFormat". (UUM-84871)
Universal Windows Platform: Stop reading mdb symbol files during player builds. (UUM-79478)
Version Control: UnityYAMLMerge is now able to open files when using long file paths on Windows. (UUM-77908)
VFX Graph: Incorrect sanitization of SetCustomAttribute when Random was different than Random.Off. (UUM-83598)
VFX Graph: Missing delayed field for Sample Water Surface Operator. (UUM-84054)
VFX Graph: Particle outputs connected to particle strip systems don't render last particle. (UUM-84424)
VFX Graph: Unexpected log "Expression graph was marked as dirty after compiling context for UI" while using Custom HLSL based operators. (UUM-84060)
WebGL: Fixed choppy video playback when using more than one Render Texture to play a video in Linear Color Space. (UUM-79894)
Package changes in 6000.0.25f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.0.25f1
Asset - Database: Crash on MonoBehaviour::Transfer
when the XR Interaction Toolkit Sample Assets are updated (UUM-76934) Build Settings Window: The Editor spams the error message "Unexpected transport error from import worker 247. Code=2, error=End of file," causing the Asset Importer to crash (UUM-82880)
Graphics Device Features: [Quest] Editor crashes on toggleFoveation when activating SRP Foveated Rendering in DX12 (UUM-85208)
HDRP: Graphics Compositor breaks Unity rendering when the "Output Camera" is changed to a scene Camera and one Camera SubLayer is active.
https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-84610Input: Crash on InputDeviceIOCTL when closing Unity editor (UUM-10774)
Input: Input is not received after some time when using two controllers simultaneously (UUM-85315)
Lighting: Spot light with high Outer Spot Angle produces artefacts/clipping when using the Forward+ Rendering Path (UUM-85566)
Shader System: Shaders are always recompiled when the Editor is opened (UUM-75262)
SpeedTree: This release of SpeedTree includes a change to the interface of the SpeedTree8Wind shadergraph node. If you have an animated SpeedTree in the shadergraph, be sure to connect an ObjectSpacePosition node to the input of the SpeedTree8Wind. If the wind node does not have an input on the ObjectSpacePosition port, the mesh will be shrunk down to a point at origin (making it seem to vanish).
https://issuetracker.unity3d.com/product/unity/issues/guid/UUM-84616Vulkan: [Android] Particles not rendered in the Player on some Android devices with Android 14 (UUM-68080)
6000.0.25f1 Release Notes
Improvements
- Shaders: Improved shader compilation logging in the player. (UUM-79781)
Fixes
2D: Fixed an issue where Tile Palettes with Hexagonal Flat Top layouts are drawn incorrectly as Hexagonal Point Top layout. (UUM-83525)
2D: Show error dialog when user tries to create a Tile Palette or Tiles on a Tile Palette in a non-asset folder. (UUM-83197)
AI: Links were not generated in places where the NavMesh forms a ramp. (UUM-78145)
Animation: Fixed error when binding transform of a humanoid having 2 non-human bones sharing the same name. (UUM-82236)
Animation: Fixed invalid default values of animated parameters in animator controller. (UUM-73614)
Editor: Added back in support for X64 specific Editor plugins. (UUM-71393)
Editor: Addressing the Meta Core SDK not loading when attempting to play in editor over Oculus Link. (UUM-71393)
Editor: Adds a ticker that runs every 2 hours to check if the license on the machine is valid. (UUM-72089)
Editor: Fixed 'Open Download Page' in the platform browser/Build Profile window leads to insecure download for editor not installed through Unity Hub. (UUM-84171)
Editor: Fixed a GRD and GPU Occlusion culling rare crash. (UUM-83152)
Editor: Fixed a random editor freeze when generating lighting. (UUM-84915)
Editor: Fixed Additional Compiler argument not updating when switching tabs in Player Settings window or when selecting different platforms in Build Settings window (UUM-66839)
Editor: Fixed an issue where the restart editor prompt for Graphics Jobs Mode appeared when switching between Windows and other platforms. (UUM-83947)
Editor: Fixed Build profile window refreshed every frame on Android. (UUM-83850)
Editor: Fixed crash when the UI option "Remove unused properties" is clicked on the default material. (UUM-61599)
Editor: Fixed rendering issues for XRSettings.renderViewportScale when using Vulkan. (UUM-83765)
Editor: Fixed the over-clamping of delta time value applied to "unity_DeltaTime". (UUM-35772)
Editor: libcurl used by Unity update to version 8.10.1.
Editor: [URP][RG] Incorrect partial blur when using RenderGraph in URP. (UUM-79602)
GI: Fixed an issue where Adaptive Probe Volumes could not be baked when the chosen graphics library is GLES. (UUM-82539)
GI: Fixed an issue where sampling of Adaptive Probe Volumes was incorrect when using leak reduction modes on GLES. (UUM-82539)
GI: Fixed to remove the loaded data when a temporary baking set is created. (UUM-73654)
HDRP: Ensure custom post-processing effects are disabled when post-processing is disabled. (UUM-78486)
HDRP: Fixed cloud layers not being drawn behind transparent refractive objects. (UUM-82679)
HDRP: Fixed HairVertex instancing-related shader-compilation issues. (UUM-84231)
HDRP: Ignore material variants with log message. (UUM-72639)
macOS: Fixed Application.targetFrameRate not being ignored when QualitySettings.vSyncCount > 0. (UUM-83568)
Networking: Fixed an issue where TLS connections would fail to be established after a certain time/number. (UUM-83744)
Package Manager: Fixed the issue where the refresh timestamp does not get updated when users click on
Refresh Listbutton. (UUM-77972)Particles: Scheduling a Particle System job outside of MonoBehaviour.OnParticleUpdateJobScheduled() will now generate an InvalidOperationException in order to prevent incorrect job schedules which could cause a hang. (UUM-79599)
Physics: Fixed a race condition inside Physics Debugger's contacts tab. Where the underlying contacts array would be incorrectly passed onto new jobs while still in use inside the previous set of contacts display jobs. (PHYS-387)
Physics: Fixed an issue where mass distribution updates with regards to setting the center of mass for a Rigidbody component would not affect WheelCollider components. (UUM-84990)
Physics: Fixed an issue with the Cloth component's inspector where exiting play-mode with the self and inter collision tool open would cause a null reference exception. (UUM-78853)
Physics: Fixed CharacterJoint's derrived axis locks being ignored. This would cause some ragdoll setups for never come to rest during simulation. (UUM-83156)
Search: Ensure SearchViewItem doesn't modify SearchItem state. (UUM-79399)
Search: Ensure SearchViewItem doesn't modify SearchItem state. (UUM-79646)
Search: Fixed Audio Mixer asset icons in the Search window. (UUM-73173)
Search: Fixed Scene Provider search when a string property is a numerical value. (UUM-69142)
Search: Search Scene Selector shows file with unity in their name. (UUM-83640)
Search: Using ReuseWindow SearchFlags won't create a new window and won't change its position. (UUM-75480)
Shadergraph: [Metal] Fix shader compilation errors due to Foveated Rendering when building URP 3D template. (UUM-77815)
Shaders: Fixed a crash that could occur when a shadow caster pass is deleted due to shader errors. (UUM-82622)
Shaders: Fixed BiRP support for strict shader variant matching. (UUM-58290)
Shaders: Shader inspector now shows the highest number of variants per shader stage instead of number of vertex stage variants. (UUM-55971)
TextMeshPro: Updated "Examples and Extras" scenes to be compatible with URP and HDRP. (UUM-74205)
UI Toolkit: Fixed labels alignment for IMGUI containers. (UUM-70643)
UI Toolkit: Fixed serialization of UxmlAttributes for Lists and Arrays of unity objects. (UUM-83779)
UI Toolkit: Fixed UI Builder not displaying the name of some elements in the hierarchy when they did not use UxmlElement or UxmlFactory. (UUM-84170)
UI Toolkit: The UXML file importer will now show a button to fix issues with any file paths that have changed but can still be resolved via their guid. Importer errors/warnings can now also be seen in the assets inspector. (UUM-83531)
Universal RP: Remove "AssertionException The RenderTextureDescriptor used to create a TextureDesc contains both graphicsFormat and depthStencilFormat". (UUM-84871)
Universal Windows Platform: Stop reading mdb symbol files during player builds. (UUM-79478)
Version Control: UnityYAMLMerge is now able to open files when using long file paths on Windows. (UUM-77908)
VFX Graph: Incorrect sanitization of SetCustomAttribute when Random was different than Random.Off. (UUM-83598)
VFX Graph: Missing delayed field for Sample Water Surface Operator. (UUM-84054)
VFX Graph: Particle outputs connected to particle strip systems don't render last particle. (UUM-84424)
VFX Graph: Unexpected log "Expression graph was marked as dirty after compiling context for UI" while using Custom HLSL based operators. (UUM-84060)
WebGL: Fixed choppy video playback when using more than one Render Texture to play a video in Linear Color Space. (UUM-79894)
Package changes in 6000.0.25f1
Packages updated

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