Manual installs
Operating systems
-Component installers
Windows
+Windows ARM64
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 6000.1.8f1
Android: [GameActivity] Crash on "UnityMotionEventCallbacks::_GetPointerIdImpl" when giving 9+ simultaneous touch inputs (UUM-108743)
Cloud Diagnostics: [Android]Crash on lib/arm64/libil2cpp.so when Unity Analytics and Engine Code stripping are enabled (UUM-95408)
DirectX12: Crash on D3D12RenderSubPassInfo::Begin when creating a new "Universal 3D sample" project (UUM-105811)
DirectX12: Crash on D3D12SwapChain::Present when performing various Unity operations (UUM-107390)
DirectX12: Crash on GfxDeviceD3D12::ProcessReleaseQueue when performing various Unity operations (UUM-107470)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when opening a project after changing the Graphics API to DirectX12 (UUM-77757)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when performing various Unity operations (UUM-104826)
DirectX12: [AMD] Crash on D3D12SwapChain::CreateHWND when creating or opening a project (UUM-104715)
DirectX12: [AMD] Crash on VerifyD3DTextureSharingCallback when creating a new project (UUM-104855)
DirectX12: [Intel] Crash on BufferD3D12::BeginWrite when opening a newly created URP project with DirectX12 set as the default graphics API (UUM-104889)
Graphics Device Features: Graphics.RenderMeshIndirect does not issue multi-draw rendering commands when using a graphics API capable of multi-draw commands (UUM-91617)
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)
Lighting: All baked data for all scenes using APV is always loaded in Editor (UUM-104833)
Platform Audio: Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again (UUM-103525)
SRP XR: GameObjects are transparent when a custom fog renderer feature is enabled (UUM-104832)
SRP XR: The Player renders black on a Quest headset when MSAA, Post Processing, and Spacewarm depth submission are enabled (UUM-84612)
Video: Crash on mono-2.0-bdwgc.dll when instantiating a Prefab with Rigidbody after loading a scene from an Asset Bundle (UUM-108799)
Vulkan: AndroidPlayer selects Vulkan Graphics API over GLES even on devices with limited support (UUM-109250)
Vulkan: [Android] Runtime performance deteriorates on certain Android devices when Graphics API is set to Vulkan on an upgraded project (UUM-107530)
Web Platform: Garbage Collector memory leak when allocating and deallocating memory in Web builds (UUM-86352)
6000.1.8f1 Release Notes
Improvements
- iOS: Added support for CAMetalDisplayLink. It is enabled by default on ios (when built with xcode15+ and run ios17+). It can be overriden at runtime by tweaking/overriding [UnityAppController shouldUseMetalDisplayLink] method. By default it is disabled on tvos, since most of them are slow, and failing to catch up with target FPS (on complex scenes) will result in confusing GPU hang messages. (UUM-66493)
Fixes
Animation: Fixed an issue where disabling an Animator would stop the Animator from evaluating. (UUM-107650)
Animation: Improved warnings associated with automatic calculations for 2D blend trees where some or none of the clips have any velocity. (UUM-107878)
Animation: Improved warnings associated with Homogenous Speed calculations for blend trees where some or none of the clips have any velocity. (UUM-107877)
DX12: Fixed by displaying more details in the log message and displaying them only once to avoid spam. (UUM-105174)
DX12: Fixed by displaying more details in the log message and displaying them only once to avoid spam. (UUM-97790)
DX12: Fixed by making sure we don't do anything with invalid input attachment indices. (UUM-105412)
Editor: Enabled horizontal scroll for search Index Manager window. (UUM-104905)
Editor: Fixed TMP's GetSpriteIndexFromName method. (UUM-61436)
Editor: Fixed
HeaderAttributeproperty drawer issue when used with collections. (UUM-104395)Editor: Popup regression caused by a multi-platform fix only affecting OSX. (UUM-107557)
Editor: Random crash in BatchRendererGroup rendering fixed. (UUM-105252)
Editor: RG16 texture format is now fully supported and available in Editor Inspector. (UUM-81515)
GI: Valid mesh fails extraction for LightBaking. (UUM-101294)
Graphics: Fixed by converting the mismatching format to correct one. (UUM-82662)
Graphics: Fixed DispatchRays not being able to setup shader records correctly for the first time when is called when not using async shader compilation. (UUM-83017)
HDRP: Removed DLSS Sharpness slider as it has been deprecated. (UUM-98939)
Mono: Fixed GC Handle leak that would happen every time a new function pointer was returned for a managed delegate. (UUM-105139)
Physics 2D: Fixed memory leak when reporting 2D physics collision callbacks. (UUM-108093)
Profiler: Fixed FrameTiming.cpuMainThreadFrameTime and Profiler to not include RenderThread wait times when Split Graphics Jobs are enabled. (UUM-104394)
Terrain: Fixed low resolution icons for high PPI and retina displays. (WBTRB-147)
TextCore: Fixed richTextTag not taking into account the display scaling. (UUM-104160)
UI Toolkit: Added missing UxmlAttribute converters for byte, sbyte, short and ushort.
UI Toolkit: Adjusted min size of UI Builder viewport to avoid clipping issues. (UUM-100559)
UI Toolkit: Adjusted min size of UI Builder window and panes to avoid clipping issues. (UUM-103062)
UI Toolkit: Automatically set the alpha channel of unset style color properties to 1 when picked through the color picker. (UUM-76955)
UI Toolkit: Fixed an issue where debug names would not appear when pressing the Alt key in debug inspector mode. (UUM-18712)
UI Toolkit: Fixed cosmetic issue with the padding of sections in the UI Builder inspector. (UUM-86658)
UI Toolkit: Fixed dirty builder state on switching to a document with a different canvas size. (UUM-107410)
UI Toolkit: Fixed dirty builder state on UXML and USS changes. (UUM-105717)
UI Toolkit: Fixed excessive empty space is present when observing Editor tabs. (UUM-108287)
UI Toolkit: Fixed flickering of the data source and path view when refreshing the UIBuilder inspector. (UUM-97556)
UI Toolkit: Fixed highlight color of the uxml header when doing a drag and drop from the Library. (UUM-76953)
UI Toolkit: Fixed lack of cohesion and spacing in UI Builder's variables section. (UUM-97031)
UI Toolkit: Fixed UI Builder Hierarchy files are not marked dirty when Inspector fields in Attributes category are changed. (UUM-105143)
UI Toolkit: Fixed USS preview not updated on deletion of selector. (UUM-104904)
UI Toolkit: Improved memory layout of UxmlSerializedData to reduce padding. (UUM-108363)
XR: Updated XR Interaction Toolkit (com.unity.xr.interaction.toolkit) to version 3.1.2.
Package changes in 6000.1.8f1
Packages updated
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.1.8f1
Android: [GameActivity] Crash on "UnityMotionEventCallbacks::_GetPointerIdImpl" when giving 9+ simultaneous touch inputs (UUM-108743)
Cloud Diagnostics: [Android]Crash on lib/arm64/libil2cpp.so when Unity Analytics and Engine Code stripping are enabled (UUM-95408)
DirectX12: Crash on D3D12RenderSubPassInfo::Begin when creating a new "Universal 3D sample" project (UUM-105811)
DirectX12: Crash on D3D12SwapChain::Present when performing various Unity operations (UUM-107390)
DirectX12: Crash on GfxDeviceD3D12::ProcessReleaseQueue when performing various Unity operations (UUM-107470)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when opening a project after changing the Graphics API to DirectX12 (UUM-77757)
DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when performing various Unity operations (UUM-104826)
DirectX12: [AMD] Crash on D3D12SwapChain::CreateHWND when creating or opening a project (UUM-104715)
DirectX12: [AMD] Crash on VerifyD3DTextureSharingCallback when creating a new project (UUM-104855)
DirectX12: [Intel] Crash on BufferD3D12::BeginWrite when opening a newly created URP project with DirectX12 set as the default graphics API (UUM-104889)
Graphics Device Features: Graphics.RenderMeshIndirect does not issue multi-draw rendering commands when using a graphics API capable of multi-draw commands (UUM-91617)
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)
Lighting: All baked data for all scenes using APV is always loaded in Editor (UUM-104833)
Platform Audio: Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again (UUM-103525)
SRP XR: GameObjects are transparent when a custom fog renderer feature is enabled (UUM-104832)
SRP XR: The Player renders black on a Quest headset when MSAA, Post Processing, and Spacewarm depth submission are enabled (UUM-84612)
Video: Crash on mono-2.0-bdwgc.dll when instantiating a Prefab with Rigidbody after loading a scene from an Asset Bundle (UUM-108799)
Vulkan: AndroidPlayer selects Vulkan Graphics API over GLES even on devices with limited support (UUM-109250)
Vulkan: [Android] Runtime performance deteriorates on certain Android devices when Graphics API is set to Vulkan on an upgraded project (UUM-107530)
Web Platform: Garbage Collector memory leak when allocating and deallocating memory in Web builds (UUM-86352)
6000.1.8f1 Release Notes
Improvements
- iOS: Added support for CAMetalDisplayLink. It is enabled by default on ios (when built with xcode15+ and run ios17+). It can be overriden at runtime by tweaking/overriding [UnityAppController shouldUseMetalDisplayLink] method. By default it is disabled on tvos, since most of them are slow, and failing to catch up with target FPS (on complex scenes) will result in confusing GPU hang messages. (UUM-66493)
Fixes
Animation: Fixed an issue where disabling an Animator would stop the Animator from evaluating. (UUM-107650)
Animation: Improved warnings associated with automatic calculations for 2D blend trees where some or none of the clips have any velocity. (UUM-107878)
Animation: Improved warnings associated with Homogenous Speed calculations for blend trees where some or none of the clips have any velocity. (UUM-107877)
DX12: Fixed by displaying more details in the log message and displaying them only once to avoid spam. (UUM-105174)
DX12: Fixed by displaying more details in the log message and displaying them only once to avoid spam. (UUM-97790)
DX12: Fixed by making sure we don't do anything with invalid input attachment indices. (UUM-105412)
Editor: Enabled horizontal scroll for search Index Manager window. (UUM-104905)
Editor: Fixed TMP's GetSpriteIndexFromName method. (UUM-61436)
Editor: Fixed
HeaderAttributeproperty drawer issue when used with collections. (UUM-104395)Editor: Popup regression caused by a multi-platform fix only affecting OSX. (UUM-107557)
Editor: Random crash in BatchRendererGroup rendering fixed. (UUM-105252)
Editor: RG16 texture format is now fully supported and available in Editor Inspector. (UUM-81515)
GI: Valid mesh fails extraction for LightBaking. (UUM-101294)
Graphics: Fixed by converting the mismatching format to correct one. (UUM-82662)
Graphics: Fixed DispatchRays not being able to setup shader records correctly for the first time when is called when not using async shader compilation. (UUM-83017)
HDRP: Removed DLSS Sharpness slider as it has been deprecated. (UUM-98939)
Mono: Fixed GC Handle leak that would happen every time a new function pointer was returned for a managed delegate. (UUM-105139)
Physics 2D: Fixed memory leak when reporting 2D physics collision callbacks. (UUM-108093)
Profiler: Fixed FrameTiming.cpuMainThreadFrameTime and Profiler to not include RenderThread wait times when Split Graphics Jobs are enabled. (UUM-104394)
Terrain: Fixed low resolution icons for high PPI and retina displays. (WBTRB-147)
TextCore: Fixed richTextTag not taking into account the display scaling. (UUM-104160)
UI Toolkit: Added missing UxmlAttribute converters for byte, sbyte, short and ushort.
UI Toolkit: Adjusted min size of UI Builder viewport to avoid clipping issues. (UUM-100559)
UI Toolkit: Adjusted min size of UI Builder window and panes to avoid clipping issues. (UUM-103062)
UI Toolkit: Automatically set the alpha channel of unset style color properties to 1 when picked through the color picker. (UUM-76955)
UI Toolkit: Fixed an issue where debug names would not appear when pressing the Alt key in debug inspector mode. (UUM-18712)
UI Toolkit: Fixed cosmetic issue with the padding of sections in the UI Builder inspector. (UUM-86658)
UI Toolkit: Fixed dirty builder state on switching to a document with a different canvas size. (UUM-107410)
UI Toolkit: Fixed dirty builder state on UXML and USS changes. (UUM-105717)
UI Toolkit: Fixed excessive empty space is present when observing Editor tabs. (UUM-108287)
UI Toolkit: Fixed flickering of the data source and path view when refreshing the UIBuilder inspector. (UUM-97556)
UI Toolkit: Fixed highlight color of the uxml header when doing a drag and drop from the Library. (UUM-76953)
UI Toolkit: Fixed lack of cohesion and spacing in UI Builder's variables section. (UUM-97031)
UI Toolkit: Fixed UI Builder Hierarchy files are not marked dirty when Inspector fields in Attributes category are changed. (UUM-105143)
UI Toolkit: Fixed USS preview not updated on deletion of selector. (UUM-104904)
UI Toolkit: Improved memory layout of UxmlSerializedData to reduce padding. (UUM-108363)
XR: Updated XR Interaction Toolkit (com.unity.xr.interaction.toolkit) to version 3.1.2.
Package changes in 6000.1.8f1
Packages updated

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