Manual installs
Operating systems
-Component installers
Windows
+Windows ARM64
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 6000.0.60f1
Android: [GameActivity] APK built with Development Build enabled gets flagged as having Malware (UUM-116588)
DirectX12: Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected (UUM-90065)
DirectX12: [Intel] Crash on BufferD3D12::BeginWrite when opening a newly created URP project with DirectX12 set as the default graphics API (UUM-104889)
Entities Graphics: Memory usage rises when switching scenes with GRD (UUM-120539)
Hub: Licensing Client fails to launch when opening Unity Hub (UUM-103995)
Hub: Licensing Client fails to launch when opening Unity Hub (licensing client path is not found) (UUM-103996)
IL2CPP: [macOS][iOS][IL2CPP] Crash when using the nullable enum as a parameter and passing a default value into it. (UUM-116854)
iOS: Time.deltaTime is switching between 9.998583E-06 and approximately 0.01 seconds (UUM-119142)
License: Crash on WorkerLicense::HasEntitlement when starting the Editor (UUM-112436)
Mecanim Animation: Animator is still spamming too much when states stay active too long. (UUM-121440)
Mecanim Animation: InspectorElement and AnimationMode memory leak when selecting different GameObjects in the Hierarchy with the Inspector tab open (UUM-121239)
Metal: Crash on mono_dump_native_crash_info in a project with a Render Pipeline, which uses a 2D renderer when changing the Shader of a material to Standard Unlit (UUM-121727)
Shader System: Crash on tlsf_free when selecting a cube in the "Getting Started With Unity" template (UUM-107673)
Text (TextMeshPro): Editor Freezes when instantiating TMP text formatted with rich text tags in non Latin languages (UUM-122214)
6000.0.60f1 Release Notes
Improvements
Android: Added an option to Player Settings allowing to disable the automatic creation of a Presentation for rendering camera targeting Display 2 if a presentation display is detected.
Documentation: Added more details on the GPU occlusion culling algorithm.
Scene/Game View: Improved icon quality of the Edit Collider tool. (UUM-115187)
API Changes
- iOS: Added: Added iPhone 17 device generation enums and screen cutouts.
Fixes
2D: Fixed Light2d issue on PowerVR. (UUM-115475)
AI: Fixed some mesh colliders with unusual positions and orientations not being collected during a NavMesh build when using the default bounds. (UUM-102676)
AI: Navigation queries, including path calculations, now correctly identify valid locations on rugged sections of the NavMesh. (UUM-65656)
AI: Navigation queries, including path calculations, now correctly identify valid locations on rugged sections of the NavMesh. (UUM-86671)
Android: Fixed "The text is cut off and doesn't fit for the "Enable Armv9 Security Features for Arm64" property".
Changed "Enable Armv9 Security Features for Arm64 builds" to "Armv9 Security Features for Arm64". (UUM-103205)Android: Fixed freeze of when an external monitor is disconnected from an Android device. (UUM-115016)
Android: Fixed rendering issues after an external monitor is reconnected to an Android device. (UUM-115127)
Android: Updated build-tools and platform-tools to 36.0.0. (UUM-119894)
Animation: Fixed an issue where the RuntimeAnimatorController type would not have an icon displayed when it was shown in search fields. (UUM-120760)
Animation: Fixed an issue where the view would be erratically jumping when dragging the AnimatorControllerView while Auto Live Link was active. (UUM-120472)
Animation: Fixed error being spammed when state has played for too long, error is now logged only once. (UUM-117041)
Animation: Fixed right-click menu item "Make Transition" not doing anything if focus is not on the Animator Window. (UUM-114257)
Animation: Updated the AnimationWindow with the standard playhead icon. (UUM-114632)
Audio: Fixed crash due to missing handling of null 'name' argument in AudioMixer.GetFloat. (UUM-109545)
Audio: [Android] Fixed an issue when audio ducking would occur after re-focusing the Unity application while recording with audio. (UUM-115964)
Audio: [Android] Fixed an issue when audio would completely disappear after re-focusing the Unity application while recording without audio.
Burst: Fixed a crash that could occur when scheduling jobs in a constructor due incorrect Burst shared statics. (UUM-77850)
DX12: Fixed a memory leak when using ray tracing effects. (UUM-119726)
DX12: Fixed crash in the editor caused by a copy operation inside a render pass. (UUM-97353)
Editor: Builtin resources should not be pinged. (UUM-112343)
Editor: Corrected calculates the maximum width of the "Analyze Import Process" button in the "Import Activity" window, the first time that the window is shown. (UUM-116158)
Editor: Disabled GPUResidentDrawer on VisionOS platform and issue a log for it. (UUM-78318)
Editor: Fixed Acceleration Structure Build Flags checkbox not working in Renderer inspector when lightmap preview foldout is open. (UUM-116585)
Editor: Fixed artifacts when using a Google Pixel device under Android 14-15, the Video Player, and when changing the resolution dynamically. (UUM-108144)
Editor: Fixed Bind Texture script link in Water sample Cave scene. (UUM-104561)
Editor: Fixed issue where About box is the wrong size unless you press the Alt key. (UUM-120154)
Editor: Fixed issue where an incorrect error message was displayed when attempting to load an overlay preset that did not match target window type. (UUM-115655)
Editor: Fixed occasional validation warning in editor about "texture not bound" in preview. (UUM-119802)
Editor: Fixed unwrap crashing, when using bad "min object scale". (UUM-112809)
Editor: Fixed Unwrapping.GenerateSecondaryUVSet when used with Mesh have baseVertex tweaked. (UUM-109482)
Editor: Fixed water system debug mode for tesselation on metal. (UUM-96407)
Editor: HDRP random crash fix when changing quality settings. (UUM-96844)
Editor: Linux Editor alert dialogs will now appear above popup windows that open them. (UUM-119145)
Editor: Removed the styling causing the misalignment with foldout headers in the prefab override comparison window. (UUM-119442)
Editor: Removed unity forums from the about menu. (UUM-116355)
Editor: Report Editor architecture information.
GI: Fixed a bug where some column labels were incorrect in the Light explorer when using URP. (UUM-83864)
GI: Re-import cubemaps with specular convolution instead of re-baking reflection probes when switching platforms. (UUM-111929)
Graphics: Removed GPUResidentDrawerResources.asset which has been obsolete since 2023.3.0a14. (UUM-120113)
Graphics: This PR fixes a missing shader binding when PrecomputedAtmosphericAttenuation is set to zero in ShaderConfig.cs and ShaderConfig.cs.hlsl
This error was causing graphical issues such as broken ocean lighting, on top of error messages. (UUM-117118)Graphics: When UpdateExternalTexture is called it will Unregister the previous texture to free the memory. (UUM-105771)
HDRP: Fixed a bug where an error was logged when using HDRP path tracer with PBR sky. (UUM-97700)
HDRP: Fixed the bug where HDRP water rendered always on top of high-quality-line-hair. Now you can use the LineRendering.CompositionMode = BeforeColorPyramidAfterClouds in the volume profile to fix this. (UUM-110959)
IL2CPP: Fixed crash when extracting parameter info from a method with a nullable enum parameter with a default value. (UUM-116854)
IL2CPP: Fixed issue where logs are sometimes scrambled in Android's logcat when using Console.WriteLine. (UUM-114863)
iOS: Fixed extra repaint call on CADisplayLink. (UUM-119142)
iOS: Fixed occasional crashes when using GPU batched skinning. (UUM-117690)
iOS: Fixed occasional hang when rotating device and using AR. (UUM-117686)
Mono: Fixed the System.String.Replace throwing NotImplementedException. (UUM-117367)
Mono: Protect calls to fork with a gc_lock on all MacOS variations. (UUM-101541)
Particles: Particles are now filling UNITY_MATRIX_PREV_M with identity to be consistent with world matrix. (UUM-114886)
Physics 2D: Added to the scripting documentation for all physics queries that return multiple results a note of "NOTE: All results are sorted into ascending distance order i.e. the first result is the closest.". (UUM-120631)
Physics 2D: Ensure that "Rigidbody2D.Slide" correctly ignores colliders specified with "Physics2D.IgnoreCollision". (UUM-120474)
Physics 2D: Rigidbody2D.Slide should always move to the point of contact independent of the current slide angle threshold. (UUM-120297)
Player: The Player no longer becomes unresponsive after resolution switch in Exclusive Fullscreen mode when using the DX12 Graphics API. (UUM-104762)
Player: The Player now restores correctly when using Alt+Tab in the Exclusive Fullscreen mode when using the DX12 Graphics API. (UUM-67373)
Profiler: Fixed FrameDataView.GetFrameMetaData api return data after FrameDataView.GetSampleMetaData api call. (UUM-119613)
Search: Fixed focus and navigation issues in Search's QueryBuilder. (UUM-110828)
Serialization: Fixed an issue where mixed values might not appear correctly in the inspector after using Undo. (UUM-109513)
Shadergraph: Fixed an issue when deleting an open shader graph but canceling closure would result in a null reference when attempting to reclose it. (UUM-110302)
Shadergraph: Fixed an issue where custom interpolator project settings were not clamping correctly. (UUM-113366)
Shadergraph: Fixed duplicate material creation in canvas samples. (UUM-113453)
Shadergraph: Improved the appearance of subgraph node display names in various areas. (UUM-111531)
Shaders: Fixed a rare assertion about keyword space mismatch happening when calling Material.IsKeywordEnabled. (UUM-105534)
Shaders: Fixed issue where user-defined constant buffer names containing substring "Globals" would fail in glslang-dependent compilation. (UUM-120318)
SRP Core: Display Volume Profile context menu actions as disabled if the profile is empty. (UUM-115965)
SRP Core: Fixed IndexOutOfRangeException when using a buffer more times than a texture. (UUM-120616)
SRP Core: Fixed Rendering Debugger not displaying volumes using the instantiated profile reference. (UUM-119538)
SRP Core: Fixed Volume Profile changes not getting saved after the Paste Settings context menu action. (UUM-119513)
Text: Added early out with invalid padding. (UUM-117619)
TextMeshPro: Fixed incorrect handling of ligatures that contains variant selectors in their input sequences. (UUM-111750)
TextMeshPro: Fixed potential NRE when Multi Atlas Texture is used and text geometry exceeds 65535 vertices. (UUM-120500)
uGUI: Fixed layout groups not updating when an empty RectTransform child changes size. (UUM-103876)
uGUI: RawImage no longer crashes when attempting to utilize its assigned Texture when the value is an object reference of an invalid type. (UUM-117371)
UI Toolkit: Added missing converter between a RenderTexture and a StyleBackground. (UUM-120865)
UI Toolkit: Added UI Document and StyleSheet file types in create menu entries. (UUM-116809)
UI Toolkit: Fixed an issue where C# keywords could not be used as identifiers when code-generating the property bags. (UUM-113921)
UI Toolkit: Fixed an issue where nullable references could break compilation if they appeared before the type definition. (UUM-115834)
UI Toolkit: Fixed ImmediateModeElement not clipping and drawing with an invalid offset in the Game View. (UUM-110223)
UI Toolkit: Fixed instable test PanelSettingsIsSelectedByDefault. (UUM-111346)
UI Toolkit: Fixed issues with reading of the single line height USS variable in the ScrollView. (UUM-86355)
UI Toolkit: Skipping fragment shading when opacity is 0. (UUM-116792)
Undo System: Prevent adding more modifications while generating of undo actions. (UUM-110255)
Universal RP: Added a missing shader include in Shadows.hlsl, so that the function LerpWhiteTo() is included correctly. (UUM-99304)
Universal RP: Fixed bloom and screen space lens flare on tiny resolutions by fixing use of incorrect bloom mip pyramid texture. (UUM-108649)
URP: Fixed an issue where RenderingLayersTexture was not correctly registered in the ScreenSpaceDecal pass, resulting in missing or incorrect entries in the Render Graph Viewer. (UUM-109755)
URP: Fixed screen space shadows artifacts when using Vulkan on some Android devices. (UUM-116048)
Version Control: Fixed AssetImportWorkers crash on compiling ASMDEF while collab-proxy package is upgrading. (UUM-107732)
Version Control: Fixed issue in UnityYAMLMerge not able to read files under multibyte character paths. (UUM-119455)
Version Control: Updated PerforcePlugin to use ARM64 arch for ARM64 MacEditor - P4 API 2023.1 or higher. (UUM-43482)
VFX Graph: Fixed an exception that could happen when double clicking on a separator in the node search. (UUM-105303)
VFX Graph: Fixed Parallax Occlusion Mapping usage in SG. (UUM-110541)
VFX Graph: Forbid dragging a subgraph block onto the graph directly, only allow on compatible contexts. (UUM-104079)
VFX Graph: Handling correctly ShaderGraph where only one SRP support VFX but not the current one. (UUM-115004)
VisionOS: Fixed build issue with visionOS Player for source customers. (UUM-112236)
WebGL: Fixed WebGL configuration Equals/GetHashCode mismatch for IsWasm2023 property. (UUM-114524)
Package changes in 6000.0.60f1
Packages updated
com.havok.physics: 1.3.2 to 1.4.2
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.0.60f1
Android: [GameActivity] APK built with Development Build enabled gets flagged as having Malware (UUM-116588)
DirectX12: Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected (UUM-90065)
DirectX12: [Intel] Crash on BufferD3D12::BeginWrite when opening a newly created URP project with DirectX12 set as the default graphics API (UUM-104889)
Entities Graphics: Memory usage rises when switching scenes with GRD (UUM-120539)
Hub: Licensing Client fails to launch when opening Unity Hub (UUM-103995)
Hub: Licensing Client fails to launch when opening Unity Hub (licensing client path is not found) (UUM-103996)
IL2CPP: [macOS][iOS][IL2CPP] Crash when using the nullable enum as a parameter and passing a default value into it. (UUM-116854)
iOS: Time.deltaTime is switching between 9.998583E-06 and approximately 0.01 seconds (UUM-119142)
License: Crash on WorkerLicense::HasEntitlement when starting the Editor (UUM-112436)
Mecanim Animation: Animator is still spamming too much when states stay active too long. (UUM-121440)
Mecanim Animation: InspectorElement and AnimationMode memory leak when selecting different GameObjects in the Hierarchy with the Inspector tab open (UUM-121239)
Metal: Crash on mono_dump_native_crash_info in a project with a Render Pipeline, which uses a 2D renderer when changing the Shader of a material to Standard Unlit (UUM-121727)
Shader System: Crash on tlsf_free when selecting a cube in the "Getting Started With Unity" template (UUM-107673)
Text (TextMeshPro): Editor Freezes when instantiating TMP text formatted with rich text tags in non Latin languages (UUM-122214)
6000.0.60f1 Release Notes
Improvements
Android: Added an option to Player Settings allowing to disable the automatic creation of a Presentation for rendering camera targeting Display 2 if a presentation display is detected.
Documentation: Added more details on the GPU occlusion culling algorithm.
Scene/Game View: Improved icon quality of the Edit Collider tool. (UUM-115187)
API Changes
- iOS: Added: Added iPhone 17 device generation enums and screen cutouts.
Fixes
2D: Fixed Light2d issue on PowerVR. (UUM-115475)
AI: Fixed some mesh colliders with unusual positions and orientations not being collected during a NavMesh build when using the default bounds. (UUM-102676)
AI: Navigation queries, including path calculations, now correctly identify valid locations on rugged sections of the NavMesh. (UUM-65656)
AI: Navigation queries, including path calculations, now correctly identify valid locations on rugged sections of the NavMesh. (UUM-86671)
Android: Fixed "The text is cut off and doesn't fit for the "Enable Armv9 Security Features for Arm64" property".
Changed "Enable Armv9 Security Features for Arm64 builds" to "Armv9 Security Features for Arm64". (UUM-103205)Android: Fixed freeze of when an external monitor is disconnected from an Android device. (UUM-115016)
Android: Fixed rendering issues after an external monitor is reconnected to an Android device. (UUM-115127)
Android: Updated build-tools and platform-tools to 36.0.0. (UUM-119894)
Animation: Fixed an issue where the RuntimeAnimatorController type would not have an icon displayed when it was shown in search fields. (UUM-120760)
Animation: Fixed an issue where the view would be erratically jumping when dragging the AnimatorControllerView while Auto Live Link was active. (UUM-120472)
Animation: Fixed error being spammed when state has played for too long, error is now logged only once. (UUM-117041)
Animation: Fixed right-click menu item "Make Transition" not doing anything if focus is not on the Animator Window. (UUM-114257)
Animation: Updated the AnimationWindow with the standard playhead icon. (UUM-114632)
Audio: Fixed crash due to missing handling of null 'name' argument in AudioMixer.GetFloat. (UUM-109545)
Audio: [Android] Fixed an issue when audio ducking would occur after re-focusing the Unity application while recording with audio. (UUM-115964)
Audio: [Android] Fixed an issue when audio would completely disappear after re-focusing the Unity application while recording without audio.
Burst: Fixed a crash that could occur when scheduling jobs in a constructor due incorrect Burst shared statics. (UUM-77850)
DX12: Fixed a memory leak when using ray tracing effects. (UUM-119726)
DX12: Fixed crash in the editor caused by a copy operation inside a render pass. (UUM-97353)
Editor: Builtin resources should not be pinged. (UUM-112343)
Editor: Corrected calculates the maximum width of the "Analyze Import Process" button in the "Import Activity" window, the first time that the window is shown. (UUM-116158)
Editor: Disabled GPUResidentDrawer on VisionOS platform and issue a log for it. (UUM-78318)
Editor: Fixed Acceleration Structure Build Flags checkbox not working in Renderer inspector when lightmap preview foldout is open. (UUM-116585)
Editor: Fixed artifacts when using a Google Pixel device under Android 14-15, the Video Player, and when changing the resolution dynamically. (UUM-108144)
Editor: Fixed Bind Texture script link in Water sample Cave scene. (UUM-104561)
Editor: Fixed issue where About box is the wrong size unless you press the Alt key. (UUM-120154)
Editor: Fixed issue where an incorrect error message was displayed when attempting to load an overlay preset that did not match target window type. (UUM-115655)
Editor: Fixed occasional validation warning in editor about "texture not bound" in preview. (UUM-119802)
Editor: Fixed unwrap crashing, when using bad "min object scale". (UUM-112809)
Editor: Fixed Unwrapping.GenerateSecondaryUVSet when used with Mesh have baseVertex tweaked. (UUM-109482)
Editor: Fixed water system debug mode for tesselation on metal. (UUM-96407)
Editor: HDRP random crash fix when changing quality settings. (UUM-96844)
Editor: Linux Editor alert dialogs will now appear above popup windows that open them. (UUM-119145)
Editor: Removed the styling causing the misalignment with foldout headers in the prefab override comparison window. (UUM-119442)
Editor: Removed unity forums from the about menu. (UUM-116355)
Editor: Report Editor architecture information.
GI: Fixed a bug where some column labels were incorrect in the Light explorer when using URP. (UUM-83864)
GI: Re-import cubemaps with specular convolution instead of re-baking reflection probes when switching platforms. (UUM-111929)
Graphics: Removed GPUResidentDrawerResources.asset which has been obsolete since 2023.3.0a14. (UUM-120113)
Graphics: This PR fixes a missing shader binding when PrecomputedAtmosphericAttenuation is set to zero in ShaderConfig.cs and ShaderConfig.cs.hlsl
This error was causing graphical issues such as broken ocean lighting, on top of error messages. (UUM-117118)Graphics: When UpdateExternalTexture is called it will Unregister the previous texture to free the memory. (UUM-105771)
HDRP: Fixed a bug where an error was logged when using HDRP path tracer with PBR sky. (UUM-97700)
HDRP: Fixed the bug where HDRP water rendered always on top of high-quality-line-hair. Now you can use the LineRendering.CompositionMode = BeforeColorPyramidAfterClouds in the volume profile to fix this. (UUM-110959)
IL2CPP: Fixed crash when extracting parameter info from a method with a nullable enum parameter with a default value. (UUM-116854)
IL2CPP: Fixed issue where logs are sometimes scrambled in Android's logcat when using Console.WriteLine. (UUM-114863)
iOS: Fixed extra repaint call on CADisplayLink. (UUM-119142)
iOS: Fixed occasional crashes when using GPU batched skinning. (UUM-117690)
iOS: Fixed occasional hang when rotating device and using AR. (UUM-117686)
Mono: Fixed the System.String.Replace throwing NotImplementedException. (UUM-117367)
Mono: Protect calls to fork with a gc_lock on all MacOS variations. (UUM-101541)
Particles: Particles are now filling UNITY_MATRIX_PREV_M with identity to be consistent with world matrix. (UUM-114886)
Physics 2D: Added to the scripting documentation for all physics queries that return multiple results a note of "NOTE: All results are sorted into ascending distance order i.e. the first result is the closest.". (UUM-120631)
Physics 2D: Ensure that "Rigidbody2D.Slide" correctly ignores colliders specified with "Physics2D.IgnoreCollision". (UUM-120474)
Physics 2D: Rigidbody2D.Slide should always move to the point of contact independent of the current slide angle threshold. (UUM-120297)
Player: The Player no longer becomes unresponsive after resolution switch in Exclusive Fullscreen mode when using the DX12 Graphics API. (UUM-104762)
Player: The Player now restores correctly when using Alt+Tab in the Exclusive Fullscreen mode when using the DX12 Graphics API. (UUM-67373)
Profiler: Fixed FrameDataView.GetFrameMetaData api return data after FrameDataView.GetSampleMetaData api call. (UUM-119613)
Search: Fixed focus and navigation issues in Search's QueryBuilder. (UUM-110828)
Serialization: Fixed an issue where mixed values might not appear correctly in the inspector after using Undo. (UUM-109513)
Shadergraph: Fixed an issue when deleting an open shader graph but canceling closure would result in a null reference when attempting to reclose it. (UUM-110302)
Shadergraph: Fixed an issue where custom interpolator project settings were not clamping correctly. (UUM-113366)
Shadergraph: Fixed duplicate material creation in canvas samples. (UUM-113453)
Shadergraph: Improved the appearance of subgraph node display names in various areas. (UUM-111531)
Shaders: Fixed a rare assertion about keyword space mismatch happening when calling Material.IsKeywordEnabled. (UUM-105534)
Shaders: Fixed issue where user-defined constant buffer names containing substring "Globals" would fail in glslang-dependent compilation. (UUM-120318)
SRP Core: Display Volume Profile context menu actions as disabled if the profile is empty. (UUM-115965)
SRP Core: Fixed IndexOutOfRangeException when using a buffer more times than a texture. (UUM-120616)
SRP Core: Fixed Rendering Debugger not displaying volumes using the instantiated profile reference. (UUM-119538)
SRP Core: Fixed Volume Profile changes not getting saved after the Paste Settings context menu action. (UUM-119513)
Text: Added early out with invalid padding. (UUM-117619)
TextMeshPro: Fixed incorrect handling of ligatures that contains variant selectors in their input sequences. (UUM-111750)
TextMeshPro: Fixed potential NRE when Multi Atlas Texture is used and text geometry exceeds 65535 vertices. (UUM-120500)
uGUI: Fixed layout groups not updating when an empty RectTransform child changes size. (UUM-103876)
uGUI: RawImage no longer crashes when attempting to utilize its assigned Texture when the value is an object reference of an invalid type. (UUM-117371)
UI Toolkit: Added missing converter between a RenderTexture and a StyleBackground. (UUM-120865)
UI Toolkit: Added UI Document and StyleSheet file types in create menu entries. (UUM-116809)
UI Toolkit: Fixed an issue where C# keywords could not be used as identifiers when code-generating the property bags. (UUM-113921)
UI Toolkit: Fixed an issue where nullable references could break compilation if they appeared before the type definition. (UUM-115834)
UI Toolkit: Fixed ImmediateModeElement not clipping and drawing with an invalid offset in the Game View. (UUM-110223)
UI Toolkit: Fixed instable test PanelSettingsIsSelectedByDefault. (UUM-111346)
UI Toolkit: Fixed issues with reading of the single line height USS variable in the ScrollView. (UUM-86355)
UI Toolkit: Skipping fragment shading when opacity is 0. (UUM-116792)
Undo System: Prevent adding more modifications while generating of undo actions. (UUM-110255)
Universal RP: Added a missing shader include in Shadows.hlsl, so that the function LerpWhiteTo() is included correctly. (UUM-99304)
Universal RP: Fixed bloom and screen space lens flare on tiny resolutions by fixing use of incorrect bloom mip pyramid texture. (UUM-108649)
URP: Fixed an issue where RenderingLayersTexture was not correctly registered in the ScreenSpaceDecal pass, resulting in missing or incorrect entries in the Render Graph Viewer. (UUM-109755)
URP: Fixed screen space shadows artifacts when using Vulkan on some Android devices. (UUM-116048)
Version Control: Fixed AssetImportWorkers crash on compiling ASMDEF while collab-proxy package is upgrading. (UUM-107732)
Version Control: Fixed issue in UnityYAMLMerge not able to read files under multibyte character paths. (UUM-119455)
Version Control: Updated PerforcePlugin to use ARM64 arch for ARM64 MacEditor - P4 API 2023.1 or higher. (UUM-43482)
VFX Graph: Fixed an exception that could happen when double clicking on a separator in the node search. (UUM-105303)
VFX Graph: Fixed Parallax Occlusion Mapping usage in SG. (UUM-110541)
VFX Graph: Forbid dragging a subgraph block onto the graph directly, only allow on compatible contexts. (UUM-104079)
VFX Graph: Handling correctly ShaderGraph where only one SRP support VFX but not the current one. (UUM-115004)
VisionOS: Fixed build issue with visionOS Player for source customers. (UUM-112236)
WebGL: Fixed WebGL configuration Equals/GetHashCode mismatch for IsWasm2023 property. (UUM-114524)
Package changes in 6000.0.60f1
Packages updated
com.havok.physics: 1.3.2 to 1.4.2

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