Manual installs
Operating systems
-Component installers
Windows
+Windows ARM64
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 6000.0.43f1
Analytics: [Android]Crash on lib/arm64/libil2cpp.so when Unity Analytics and Engine Code stripping are enabled (UUM-95408)
Audio Authoring: Audio Reverb Zone still produces sound when the Audio Source volume is 0 (UUM-92689)
DirectX12: Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected (UUM-90065)
Documentation Tooling: Scripting API Manual Page's layout is broken when using Unity 6 manual version or above (UUM-99976)
Graphics Device Features: Editor freezes when loading a specific AssetBundle (UUM-99842)
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: Touch Input is not registered correctly when using multiple displays (UUM-99077)
Lighting: "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used (UUM-97309)
Lighting: Adaptive Probe Volumes are not applied to URP Simple Lit or Lit Shaders when using "Mixed" Light Mode (UUM-98838)
Raytracing: Crash after the “State comes from an incompatible keyword space“ log when opening the project (UUM-98620)
Serialization: Crash on MonoBehaviour::VirtualRedirectTransfer when closing Editor after removing HDRP and importing Water Samples before (UUM-97847)
SRP XR: GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher (UUM-90118)
SRP XR: The Player renders black on a Quest headset when MSAA, Post Processing, and Spacewarm depth submission are enabled (UUM-84612)
Templates Microgames: Errors in the Console when creating a new "2D Platformer Microgame" template project (UUM-99756)
UI Builder: UI Builder unloads UXML file and discards any unsaved changes when entering Play Mode with Domain and Scene Reload enabled (UUM-99971)
Vulkan: Editor crash on "(nvoglv64) vkGetInstanceProcAddr" when opening Prefab with Gizmos enabled in the Scene View (UUM-99992)
Vulkan: [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices (UUM-100171)
Vulkan: [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started (UUM-95365)
6000.0.43f1 Release Notes
Improvements
- Build System: Try to avoid false "read the full binlog without getting a BuildFinishedMessage" build error messages.
Changes
- Scripting: Removed old ApiUpdater configurations that were causing issues. (UUM-77628)
Fixes
2D: Fixed an issue when Grid is occasionally not drawn when a Tilemap Editor Tool is activated. (UUM-99612)
2D: Fixed an issue where the preview for painting a Tile does not show up on the Tile Palette Window if the view of the Palette is changed using the right mouse button. (UUM-98009)
2D: Fixed an issue where Tiles are selected on the Tile Palette or Tilemap, it forces a focus on the Inspector window which may cause it to become unresponsive when done again. (UUM-98004)
2D: Fixed case where Textures swap when SpriteRenderers with shared materials and animators are toggled on and off. (UUM-98517)
2D: Fixed missing fog parameters in sprite subtargets. (UUM-85456)
Android: Fixed an issue by ignoring a harmless warnings coming from sdkmanager - "Errors during XML parse:", "Additionally, the fallback loader failed to parse the XML."
Android: Fixed an issue where text using certain fonts were not rendered properly. (UUM-61570)
Android: Fixed an issue where text using certain fonts were not rendered properly. (UUM-97504)
Android: Fixed an issue where the Editor.log will contain now entry on how the app is launched, for ex., adb.exe -s "FA7A31A08307" shell am start -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -S -n ."com.DefaultCompany.GameActivity/com.unity3d.player.UnityPlayerActivity". (UUM-84923)
Android: Fixed AndroidJNI.ToBooleanArray not returning 0 when null. (UUM-90092)
Build Pipeline: Fixed error handling when using the "Build and Run" option so that shader syntax errors, and other logged errors, are consistently treated as build failures. In some cases the content of a failed build was being reused, instead of the content being rebuilt, on the next build attempt. (UUM-96214)
Editor: Fixed a crash when changing template scene to instantiate if user has a preview thumbnail set. (UUM-97241)
Editor: Fixed an issue b removubg CurrentMaximizeLayout from the Layout menu as it should not be loadable as any other layout. Prevent layouts loaded from menus and scripts to put Unity in an unrecoverable state. (UUM-98930)
Editor: Fixed an issue by improving Add Component window so long item names are truncated with ellipsis. (UUM-91895)
Editor: Fixed an issue by the Editor Console no longer displays ArgumentNullException error while trying to save a new scene template and the currently loaded scene is a new unsaved scene. (UUM-97129)
Editor: Fixed an issue where a Scene was built with the additive Scene's contents when loading the additive Scene on Awake. (UUM-99623)
Editor: Fixed Gradient field picker not updating correctly during Undo/Redo. (UUM-99032)
Editor: Fixed opening editor log when -logFile is a relative path. (UUM-96399)
Editor: Fixed the DirtyFlags of all buld profiles are changed to "True" when activating a build profile. (UUM-96006)
Editor: Fixed the indentation of list properties in the inspector. (UUM-99070)
Editor: Prefab Override comparison window now displays properly with many fields. (UUM-96045)
Game Core: Fixed for Video Player when reading video files with long path prefix. (UUM-78606)
Graphics: Fixed issue that caused screen flickering after splash screen on iOS devices. (UUM-75677)
Graphics: Implemented a workaround for Vulkan MSAA resolve subpass issue on Adreno GPUs. (UUM-95529)
HDRP: Fixed Lit's depthOffset + no-heightmap configuration. (UUM-44723)
HDRP: Fixed water system memory leak on domain reload. (UUM-91837)
Input: Fixed F22 key which was not supported in the helper UnityEditorInternal.InternalEditorUtility.TextifyEvent. (UUM-99102)
Mobile: Fixed user certificates included in the app by default. (UUM-97194)
Profiler: Fixed potential Editor crash on invalid_parameter_internal when starting Standalone Profiler. (UUM-98081)
Scene/Game View: Fixed a bug where using the public ContextMenuUtility API could cause the Editor to eventually crash. (UUM-98587)
SRP Core: Fixed a memory leaks when using SRP Core predefined objects. (UUM-98014)
Text: Fixed OTL GSUB Table Reader. (UUM-99056)
TextMeshPro: Fixed a float comparison issue. (UUM-97873)
TextMeshPro: Fixed additional cases of incorrect character caching handling when font styles and weights are used with fallback font assets and multiple text objects present in the same scene. (UUM-97348)
UI Toolkit: Fixed an issue by removing the extra separator in the UI Builder's context menu on Windows. (UUM-86122)
UI Toolkit: Fixed an issue where non-default dimension units were omitted in the USS output by the UI Builder when the value was 0. (UUM-99023)
UI Toolkit: Fixed an issue where the slider will now accumulate clicks over time when the page size is very small and does not move after a single click. (UUM-86425)
UI Toolkit: Fixed ListView not scrolling to the last item when add button was clicked and the field was bound to a SerializedProperty. (UUM-98875)
UI Toolkit: Fixed UI Debugger picking for editor panel. (UUM-95486)
UI Toolkit: Fixed UI Toolkit player hang on Safari WebGL. (UUM-90736)
URP: Fixed DecalProjector's animation-clip support. (UUM-96218)
Version Control: Fixed an issue when modifying the mergespecfile.tx to use Beyond Compare, it continues to fall back to FileMerge. (UUM-91595)
VFX Graph: Fixed a crash when reimporting textures used by a VFX that is active and culled. (UUM-97920)
VFX Graph: Fixed an unexpected compilation failure. (UUM-97805)
VFX Graph: Fixed crash when loading renderDoc from inside the editor in DX12. (UUM-76028)
VFX Graph: Fixed glitch with GPU events and strips, when the parent system particle count exceeds child system strip capacity. (UUM-97068)
Windows: Fixed for Video Player when reading video files with long path prefix. (UUM-78606)
XR: Fixed tracking origin mode validation logic. (UUM-90392)
Package changes in 6000.0.43f1
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.0.43f1
Analytics: [Android]Crash on lib/arm64/libil2cpp.so when Unity Analytics and Engine Code stripping are enabled (UUM-95408)
Audio Authoring: Audio Reverb Zone still produces sound when the Audio Source volume is 0 (UUM-92689)
DirectX12: Increased Memory usage when Update Mode 'On Demand' Realtime lights are used and DX12 API is selected (UUM-90065)
Documentation Tooling: Scripting API Manual Page's layout is broken when using Unity 6 manual version or above (UUM-99976)
Graphics Device Features: Editor freezes when loading a specific AssetBundle (UUM-99842)
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: Touch Input is not registered correctly when using multiple displays (UUM-99077)
Lighting: "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used (UUM-97309)
Lighting: Adaptive Probe Volumes are not applied to URP Simple Lit or Lit Shaders when using "Mixed" Light Mode (UUM-98838)
Raytracing: Crash after the “State comes from an incompatible keyword space“ log when opening the project (UUM-98620)
Serialization: Crash on MonoBehaviour::VirtualRedirectTransfer when closing Editor after removing HDRP and importing Water Samples before (UUM-97847)
SRP XR: GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher (UUM-90118)
SRP XR: The Player renders black on a Quest headset when MSAA, Post Processing, and Spacewarm depth submission are enabled (UUM-84612)
Templates Microgames: Errors in the Console when creating a new "2D Platformer Microgame" template project (UUM-99756)
UI Builder: UI Builder unloads UXML file and discards any unsaved changes when entering Play Mode with Domain and Scene Reload enabled (UUM-99971)
Vulkan: Editor crash on "(nvoglv64) vkGetInstanceProcAddr" when opening Prefab with Gizmos enabled in the Scene View (UUM-99992)
Vulkan: [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices (UUM-100171)
Vulkan: [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started (UUM-95365)
6000.0.43f1 Release Notes
Improvements
- Build System: Try to avoid false "read the full binlog without getting a BuildFinishedMessage" build error messages.
Changes
- Scripting: Removed old ApiUpdater configurations that were causing issues. (UUM-77628)
Fixes
2D: Fixed an issue when Grid is occasionally not drawn when a Tilemap Editor Tool is activated. (UUM-99612)
2D: Fixed an issue where the preview for painting a Tile does not show up on the Tile Palette Window if the view of the Palette is changed using the right mouse button. (UUM-98009)
2D: Fixed an issue where Tiles are selected on the Tile Palette or Tilemap, it forces a focus on the Inspector window which may cause it to become unresponsive when done again. (UUM-98004)
2D: Fixed case where Textures swap when SpriteRenderers with shared materials and animators are toggled on and off. (UUM-98517)
2D: Fixed missing fog parameters in sprite subtargets. (UUM-85456)
Android: Fixed an issue by ignoring a harmless warnings coming from sdkmanager - "Errors during XML parse:", "Additionally, the fallback loader failed to parse the XML."
Android: Fixed an issue where text using certain fonts were not rendered properly. (UUM-61570)
Android: Fixed an issue where text using certain fonts were not rendered properly. (UUM-97504)
Android: Fixed an issue where the Editor.log will contain now entry on how the app is launched, for ex., adb.exe -s "FA7A31A08307" shell am start -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -f 0x10200000 -S -n ."com.DefaultCompany.GameActivity/com.unity3d.player.UnityPlayerActivity". (UUM-84923)
Android: Fixed AndroidJNI.ToBooleanArray not returning 0 when null. (UUM-90092)
Build Pipeline: Fixed error handling when using the "Build and Run" option so that shader syntax errors, and other logged errors, are consistently treated as build failures. In some cases the content of a failed build was being reused, instead of the content being rebuilt, on the next build attempt. (UUM-96214)
Editor: Fixed a crash when changing template scene to instantiate if user has a preview thumbnail set. (UUM-97241)
Editor: Fixed an issue b removubg CurrentMaximizeLayout from the Layout menu as it should not be loadable as any other layout. Prevent layouts loaded from menus and scripts to put Unity in an unrecoverable state. (UUM-98930)
Editor: Fixed an issue by improving Add Component window so long item names are truncated with ellipsis. (UUM-91895)
Editor: Fixed an issue by the Editor Console no longer displays ArgumentNullException error while trying to save a new scene template and the currently loaded scene is a new unsaved scene. (UUM-97129)
Editor: Fixed an issue where a Scene was built with the additive Scene's contents when loading the additive Scene on Awake. (UUM-99623)
Editor: Fixed Gradient field picker not updating correctly during Undo/Redo. (UUM-99032)
Editor: Fixed opening editor log when -logFile is a relative path. (UUM-96399)
Editor: Fixed the DirtyFlags of all buld profiles are changed to "True" when activating a build profile. (UUM-96006)
Editor: Fixed the indentation of list properties in the inspector. (UUM-99070)
Editor: Prefab Override comparison window now displays properly with many fields. (UUM-96045)
Game Core: Fixed for Video Player when reading video files with long path prefix. (UUM-78606)
Graphics: Fixed issue that caused screen flickering after splash screen on iOS devices. (UUM-75677)
Graphics: Implemented a workaround for Vulkan MSAA resolve subpass issue on Adreno GPUs. (UUM-95529)
HDRP: Fixed Lit's depthOffset + no-heightmap configuration. (UUM-44723)
HDRP: Fixed water system memory leak on domain reload. (UUM-91837)
Input: Fixed F22 key which was not supported in the helper UnityEditorInternal.InternalEditorUtility.TextifyEvent. (UUM-99102)
Mobile: Fixed user certificates included in the app by default. (UUM-97194)
Profiler: Fixed potential Editor crash on invalid_parameter_internal when starting Standalone Profiler. (UUM-98081)
Scene/Game View: Fixed a bug where using the public ContextMenuUtility API could cause the Editor to eventually crash. (UUM-98587)
SRP Core: Fixed a memory leaks when using SRP Core predefined objects. (UUM-98014)
Text: Fixed OTL GSUB Table Reader. (UUM-99056)
TextMeshPro: Fixed a float comparison issue. (UUM-97873)
TextMeshPro: Fixed additional cases of incorrect character caching handling when font styles and weights are used with fallback font assets and multiple text objects present in the same scene. (UUM-97348)
UI Toolkit: Fixed an issue by removing the extra separator in the UI Builder's context menu on Windows. (UUM-86122)
UI Toolkit: Fixed an issue where non-default dimension units were omitted in the USS output by the UI Builder when the value was 0. (UUM-99023)
UI Toolkit: Fixed an issue where the slider will now accumulate clicks over time when the page size is very small and does not move after a single click. (UUM-86425)
UI Toolkit: Fixed ListView not scrolling to the last item when add button was clicked and the field was bound to a SerializedProperty. (UUM-98875)
UI Toolkit: Fixed UI Debugger picking for editor panel. (UUM-95486)
UI Toolkit: Fixed UI Toolkit player hang on Safari WebGL. (UUM-90736)
URP: Fixed DecalProjector's animation-clip support. (UUM-96218)
Version Control: Fixed an issue when modifying the mergespecfile.tx to use Beyond Compare, it continues to fall back to FileMerge. (UUM-91595)
VFX Graph: Fixed a crash when reimporting textures used by a VFX that is active and culled. (UUM-97920)
VFX Graph: Fixed an unexpected compilation failure. (UUM-97805)
VFX Graph: Fixed crash when loading renderDoc from inside the editor in DX12. (UUM-76028)
VFX Graph: Fixed glitch with GPU events and strips, when the parent system particle count exceeds child system strip capacity. (UUM-97068)
Windows: Fixed for Video Player when reading video files with long path prefix. (UUM-78606)
XR: Fixed tracking origin mode validation logic. (UUM-90392)
Package changes in 6000.0.43f1

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