Manual installs
Operating systems
-Component installers
macOS ARM64
+macOS
+Windows ARM64
+Windows
+Release
Release notes
+Known Issues in 6000.3.15f1
6000.0.61f1: Crash on tlsf_free when generating Font Atlas with SDF16 or SDF32 (UUM-141061)
6000.0.6f1: [RenderGraph][D3D12] Crash on D3D12SwapChain::Present when using AddComputePass with EnableAsyncCompute(true) and UseTexture (UUM-140183)
6000.5.0a4,6000.0.66f1,6000.3.4f1,6000.4.0b4: ShaderVariantCollection.variantCount and ShaderVariantCollection.shaderCount returns 0 in Builds (UUM-137398)
Metal: Game freezes after command buffer Timeout error (UUM-125778)
Metal: macOS stutters in a minimal project in the Editor in Play Mode (UUM-85256)
: DX12 Graphics API is not used, when it is first in the graphics API list (UUM-141555)
: Materials move to other GameObjects in a Prefab when disabling a child GameObject in Prefab Mode with an open SubScene (UUM-139663)
6000.3.15f1 Release Notes
Improvements
Build System: Updated the bundled 7-Zip to version 26.01.
iOS: Added player settings toggle to enable metal display link (without resorting to code).
iOS: Switch to ca display link on serious/critical thermal state.
API Changes
Physics: Added: Added the
angularVelocityproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
bodyAngularVelocityproperty to theContactPairHeadertype. (UUM-140799)Physics: Added: Added the
bodyLinearVelocityproperty to theContactPairHeadertype. (UUM-140799)Physics: Added: Added the
linearVelocityproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
otherBodyAngularVelocityproperty to theContactPairHeadertype. (UUM-140799)Physics: Added: Added the
otherBodyLinearVelocityproperty to theContactPairHeadertype. (UUM-140799)Physics: Added: Added the
thisAngularVelocityproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisArticulationBodyproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisBodyproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisGameObjectproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisLinearVelocityproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisRigidbodyproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisTransformproperty to theCollisiontype. (UUM-140799)
Fixes
2D: Fixed crash on ShaderPropertySheet::FindPropertyIndex when opening a specific project. (UUM-110537)
2D: Fixed missing lighting and shadows in the preview camera when using URP 2D. (UUM-139229)
Accessibility: Fixed accessibility nodes being created with duplicate IDs after wrapping around the max ID value. (UUM-137871)
Adaptive Performance: Clamped the adaptive-performance recomputed descriptor size to 1 to avoid errors in zero sized render texture. (UUM-138049)
AI: Fixed NavMeshAgent getting stuck on corner of a box obstacle when moved with navAgent.Move. (UUM-136684)
Android: Fixed Switch Pro gamepad triggers being non-functional on Android when the controller reports L2/R2 as button events instead of axis events. (UUM-139567)
Animation: Fixed ArgumentOutOfRangeException when selecting a transition to a short looping animation in the Animator window. (UUM-139812)
DX12: Fixed slow memory leak of D3D12 fences in large scenes. (UUM-140429)
DX12: Make sure that we are not accessing arrays with negative indices. (UUM-134479)
Editor: Added the
Noneto the Type Picker in UI Builder. (UUM-137289)Editor: Copy to clipboard works for query containing special characters like { }. (UUM-137347)
Editor: Fixed an issue where nested tags did not work with ATG. (UUM-139569)
Editor: Fixed an out of range exception when using Underline with TextCore. (UUM-137906)
Editor: Fixed Anchor Presets UI not responding to Shift/Alt Modifier keys in LinuxEditor. (UUM-137598)
Editor: Fixed multi edit for enum values. (UUM-138913)
Editor: Fixed off-center Provider Name list in Adaptive Performance settings. (UUM-136419)
Editor: Fixed the Layout and Substitution Tables leaking between domain reloads. (UUM-138000)
Editor: Fixed views not being properly refocused when switching between windows. (UUM-139948)
Editor: Fixed
DrawTextnot drawing in the color provided. (UUM-137907)Editor: Sign IL2CPP related files to prevent potential issues from antivirus software flagging unsigned binaries as suspicious. (UUM-137463)
Editor: Undo is supported for all Light Types. (UUM-136891)
Editor: Workaround crash when using stencil-only format on Mali GPUs with OpenGL ES. (UUM-111344)
EmbeddedLinux: Fixed nested windowing asynchronous operations in callbacks. (UUM-138651)
Engine Diagnostics: Fixed Editor exceptions not being reported to Engine Diagnostics when CrashReportingSettings.captureEditorExceptions is enabled. (UUM-136672)
GI: Fixed a bug where lightmap packing would fail with xAtlas when the scene contains meshes whose UV layout has zero area. (UUM-139715)
GI: Fixed a bug where meshes with unreferenced vertex positions would sometimes cause crashes during baking, when using the xAtlas packer. (UUM-138494)
GI: Suppressed spurious FXC warnings in UnifiedRT TraceRay shader. (UUM-139001)
GI: UnifiedRT: Fixed an issue where
RayTracingRenderPipelineResourceshad to be public for a Player build. (UUM-137604)Graphics: Fixed a crash when clicking Load RenderDoc in projects with Terrain active. (UUM-99314)
Graphics: Fixed an issue where MSAA CameraDepthTexture resizing was inconsistent when using the ScalableBufferManager in DX12, Metal, and legacy Vulkan device and Fixed an issue where an implicit truncation of vector type shader warning was thrown when building standalone or Android player. (UUM-100367)
Graphics: Fixed help button scaling of the Virtual Texturing Profiler module on multi-monitor setups with several pixel densities. (UUM-137763)
Graphics: Fixed instancing on Pixel 10 when using Vulkan. (UUM-139629)
Graphics: Fixed issues when importing textures with the
R16G16B16format on Direct3D. (UUM-104117)Graphics: Fixed OpenGLES crash when invalid binding slot is passed for uniform buffer binding. (UUM-138897)
Graphics: Fixed the link to the Streaming Controller component documentation. (UUM-139928)
Graphics: Fixed the link to the Virtual Texturing Profiler module documentation. (UUM-137763)
Graphics: Removed repeating log messages in release builds about GraphicsStateCollection.Warmup falling back to legacy shader variant loading when using unsupported graphics APIs. (UUM-138841)
Graphics: [Vulkan] Fixed an incorrect
DontCareload action being applied after depth resolve or compute shader writes to aRenderTexture, causing artifacts to appear. (UUM-46565)HDRP: Fixed a bug where HDRP SSGI would bleed color from one side of the screen to the opposite. (UUM-139120)
HDRP: Fixed an issue with the Rendering Debugger where the Freeze Camera For Culling dropdown was only showing None as an option. (UUM-137626)
HDRP: Fixed null limit.xy values in _ColorPyramidUvScaleAndLimitCurrentFrame after color pyramid for distortion. (UUM-130925)
iOS: Fixed a crash when loading achievements from GameCenter multiple times. (UUM-138417)
Kernel: Fixed crash during shutdown if the job system was accessed from a finalizer. (UUM-128777)
Linux: Fixed Linux Automatic Toolchain Installer not installing Arm64 sysroot for Linux Arm64 Server. (UUM-136647)
Networking: Added back some missing Mono configuration files in Linux player builds, which would result in exceptions being thrown when trying to use certain .NET networking APIs (notably
WebRequest). (UUM-135731)Networking: Updated MbedTLS to version 3.6.6 to address some (minor and likely unexploitable) security vulnerabilities. (UUM-140908)
Package: Added ScrollView support to RagdollWindow on resize. (UUM-139914)
Package Manager: Fixed an issue where changing the Packages Cache Location would cause "TLS Allocator ALLOC_TEMP_MAIN has unfreed allocations" errors to appear repeatedly in the Editor log. (UUM-131286)
Physics: Fixed an issue where MeshCollider components receiving a non-uniform scale would handle it incorrectly. (UUM-139681)
Physics: Fixed an issue where
Collision.transformreturned an incorrectTransformwhen colliding with aArticulationBodycomponent if the body andCollidercomponent are on different GameObjects. (UUM-140799)Plugins: [NVUnityPlugin] Fixed a DLSS jitter and flickering issue. (UUM-134012)
Profiler: Updated
FrameTimingManager.GetLatestTimingsAPI so background time isn't included in the next focused frame when the Player is unpaused. (UUM-132089)QNX: Fixed nested windowing asynchronous operations in callbacks. (UUM-138651)
Scene/Game View: Fixed a bug that could crash the editor when using PlayModeWindow.SetViewType during playmode. (UUM-139011)
Scripting: When adding a new empty reference entry to an Assembly Definition Asset inspector and clicking Apply, the entry incorrectly duplicates the last entry in the list instead of remaining empty. (UUM-119332)
Shadergraph: Added a setting for
enumkeyword inputs that allows the project's Shader Build Settings to override them. Also added a setting to add anoneentry to theenum. (UUM-135644)Text: Ensure Color Gradient works when combined with Shadow and Outline. (UUM-140065)
Text: Fixed NullReferenceException when word wrapping sup and sub tag. (UUM-139927)
uGUI: Fixed an issue where nullReferenceException when changing input field focus with script in OnValidate event . (UUM-132637)
uGUI: Fixed InputField fails to get the last character of a Hangul(IME) (Korean character) text when focus is shifted with the Tab key. (UUM-126213)
UI Toolkit: Fixed a compilation error when code generating property bags while nullable reference types are enabled. (UUM-126159)
UI Toolkit: Fixed alpha of SVG previews when imported as a texture. (UUM-137765)
UI Toolkit: Fixed an IndexOutOfRangeException and a Blur Radius value reverting when saving with Ctrl+S/Cmd+S after editing the Text Shadow Blur Radius and another property. (UUM-139822)
UI Toolkit: Fixed an issue where a binding using the ToSource binding mode would update the UI following a change to the UI. (UUM-120902)
UI Toolkit: Fixed an issue where a bound property to a UnityEngine.Object through the runtime binding system could not set null back to the source. (UUM-134627)
UI Toolkit: Fixed an issue where exporting colors for a
StyleSheetdid not have enough precision. (UUM-127703)UI Toolkit: Fixed an issue where packed sprites could enter the dynamic atlas. (UUM-137771)
UI Toolkit: Fixed being unable to add elements in UI Builder when searching in UI Builder Hierarchy. (UUM-138485)
UI Toolkit: Fixed documentation help links for SVGImporter and FilterFunctionDefinition. (UUM-139170)
UI Toolkit: Fixed missing documentation link on the imported Vector Image asset Inspector header. (UUM-139560)
UI Toolkit: Fixed nested manual topics in
[HelpURL]resolving to a "page missing" docs page. (UUM-140384)UI Toolkit: Fixed search mode is exited when any resulting element is manipulated with. (UUM-138487)
UI Toolkit: Fixed the TryRemoveItem invalid operation exception when removing stale data. (UUM-137639)
URP: Added documentation clarifying that Adaptive Performance can override decal draw distances at runtime. (UUM-138945)
URP: Added stereo instancing support to custom UITK shaders written in Shader Graph. (UUM-131994)
URP: Fixed URP DepthBlit sample by preventing manual depth resolve when not necessary. (UUM-134993)
Video: Added a Console warning when opening Segmented MP4 file on Windows-based platforms, as this media type is not supported. (UUM-132004)
WebGL: Fixed an issue where
R16UNorm,R16SNorm,RG16UNorm,RG16SNorm,RGBA16UNorm, andRGBA16SNormwere incorrectly declared as filterable. (UUM-139873)WebGL: Fixed WebGL console warnings when switching fullscreen state. (UUM-139208)
WebGL: [WebGPU] Fixed a RenderGraph error with MSAA textures due to CoreCopy shader. (UUM-133838)
WebGL: [WebGPU] Make sure WebCam video is oriented correctly on mobile devices. (UUM-139017)
XR: Fixed built-in shader constant unity_StereoEyeIndex not being properly set when using multi-pass XR rendering mode in URP, affecting shaders such as Skybox/Panoramic which would fail to display as stereoscopic even when using the 3D Layout option. (UUM-120719)
Package changes in 6000.3.15f1
Packages updated
Packages added
Changeset
+Third Party Notices
Release notes
+Known Issues in 6000.3.15f1
6000.0.61f1: Crash on tlsf_free when generating Font Atlas with SDF16 or SDF32 (UUM-141061)
6000.0.6f1: [RenderGraph][D3D12] Crash on D3D12SwapChain::Present when using AddComputePass with EnableAsyncCompute(true) and UseTexture (UUM-140183)
6000.5.0a4,6000.0.66f1,6000.3.4f1,6000.4.0b4: ShaderVariantCollection.variantCount and ShaderVariantCollection.shaderCount returns 0 in Builds (UUM-137398)
Metal: Game freezes after command buffer Timeout error (UUM-125778)
Metal: macOS stutters in a minimal project in the Editor in Play Mode (UUM-85256)
: DX12 Graphics API is not used, when it is first in the graphics API list (UUM-141555)
: Materials move to other GameObjects in a Prefab when disabling a child GameObject in Prefab Mode with an open SubScene (UUM-139663)
6000.3.15f1 Release Notes
Improvements
Build System: Updated the bundled 7-Zip to version 26.01.
iOS: Added player settings toggle to enable metal display link (without resorting to code).
iOS: Switch to ca display link on serious/critical thermal state.
API Changes
Physics: Added: Added the
angularVelocityproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
bodyAngularVelocityproperty to theContactPairHeadertype. (UUM-140799)Physics: Added: Added the
bodyLinearVelocityproperty to theContactPairHeadertype. (UUM-140799)Physics: Added: Added the
linearVelocityproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
otherBodyAngularVelocityproperty to theContactPairHeadertype. (UUM-140799)Physics: Added: Added the
otherBodyLinearVelocityproperty to theContactPairHeadertype. (UUM-140799)Physics: Added: Added the
thisAngularVelocityproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisArticulationBodyproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisBodyproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisGameObjectproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisLinearVelocityproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisRigidbodyproperty to theCollisiontype. (UUM-140799)Physics: Added: Added the
thisTransformproperty to theCollisiontype. (UUM-140799)
Fixes
2D: Fixed crash on ShaderPropertySheet::FindPropertyIndex when opening a specific project. (UUM-110537)
2D: Fixed missing lighting and shadows in the preview camera when using URP 2D. (UUM-139229)
Accessibility: Fixed accessibility nodes being created with duplicate IDs after wrapping around the max ID value. (UUM-137871)
Adaptive Performance: Clamped the adaptive-performance recomputed descriptor size to 1 to avoid errors in zero sized render texture. (UUM-138049)
AI: Fixed NavMeshAgent getting stuck on corner of a box obstacle when moved with navAgent.Move. (UUM-136684)
Android: Fixed Switch Pro gamepad triggers being non-functional on Android when the controller reports L2/R2 as button events instead of axis events. (UUM-139567)
Animation: Fixed ArgumentOutOfRangeException when selecting a transition to a short looping animation in the Animator window. (UUM-139812)
DX12: Fixed slow memory leak of D3D12 fences in large scenes. (UUM-140429)
DX12: Make sure that we are not accessing arrays with negative indices. (UUM-134479)
Editor: Added the
Noneto the Type Picker in UI Builder. (UUM-137289)Editor: Copy to clipboard works for query containing special characters like { }. (UUM-137347)
Editor: Fixed an issue where nested tags did not work with ATG. (UUM-139569)
Editor: Fixed an out of range exception when using Underline with TextCore. (UUM-137906)
Editor: Fixed Anchor Presets UI not responding to Shift/Alt Modifier keys in LinuxEditor. (UUM-137598)
Editor: Fixed multi edit for enum values. (UUM-138913)
Editor: Fixed off-center Provider Name list in Adaptive Performance settings. (UUM-136419)
Editor: Fixed the Layout and Substitution Tables leaking between domain reloads. (UUM-138000)
Editor: Fixed views not being properly refocused when switching between windows. (UUM-139948)
Editor: Fixed
DrawTextnot drawing in the color provided. (UUM-137907)Editor: Sign IL2CPP related files to prevent potential issues from antivirus software flagging unsigned binaries as suspicious. (UUM-137463)
Editor: Undo is supported for all Light Types. (UUM-136891)
Editor: Workaround crash when using stencil-only format on Mali GPUs with OpenGL ES. (UUM-111344)
EmbeddedLinux: Fixed nested windowing asynchronous operations in callbacks. (UUM-138651)
Engine Diagnostics: Fixed Editor exceptions not being reported to Engine Diagnostics when CrashReportingSettings.captureEditorExceptions is enabled. (UUM-136672)
GI: Fixed a bug where lightmap packing would fail with xAtlas when the scene contains meshes whose UV layout has zero area. (UUM-139715)
GI: Fixed a bug where meshes with unreferenced vertex positions would sometimes cause crashes during baking, when using the xAtlas packer. (UUM-138494)
GI: Suppressed spurious FXC warnings in UnifiedRT TraceRay shader. (UUM-139001)
GI: UnifiedRT: Fixed an issue where
RayTracingRenderPipelineResourceshad to be public for a Player build. (UUM-137604)Graphics: Fixed a crash when clicking Load RenderDoc in projects with Terrain active. (UUM-99314)
Graphics: Fixed an issue where MSAA CameraDepthTexture resizing was inconsistent when using the ScalableBufferManager in DX12, Metal, and legacy Vulkan device and Fixed an issue where an implicit truncation of vector type shader warning was thrown when building standalone or Android player. (UUM-100367)
Graphics: Fixed help button scaling of the Virtual Texturing Profiler module on multi-monitor setups with several pixel densities. (UUM-137763)
Graphics: Fixed instancing on Pixel 10 when using Vulkan. (UUM-139629)
Graphics: Fixed issues when importing textures with the
R16G16B16format on Direct3D. (UUM-104117)Graphics: Fixed OpenGLES crash when invalid binding slot is passed for uniform buffer binding. (UUM-138897)
Graphics: Fixed the link to the Streaming Controller component documentation. (UUM-139928)
Graphics: Fixed the link to the Virtual Texturing Profiler module documentation. (UUM-137763)
Graphics: Removed repeating log messages in release builds about GraphicsStateCollection.Warmup falling back to legacy shader variant loading when using unsupported graphics APIs. (UUM-138841)
Graphics: [Vulkan] Fixed an incorrect
DontCareload action being applied after depth resolve or compute shader writes to aRenderTexture, causing artifacts to appear. (UUM-46565)HDRP: Fixed a bug where HDRP SSGI would bleed color from one side of the screen to the opposite. (UUM-139120)
HDRP: Fixed an issue with the Rendering Debugger where the Freeze Camera For Culling dropdown was only showing None as an option. (UUM-137626)
HDRP: Fixed null limit.xy values in _ColorPyramidUvScaleAndLimitCurrentFrame after color pyramid for distortion. (UUM-130925)
iOS: Fixed a crash when loading achievements from GameCenter multiple times. (UUM-138417)
Kernel: Fixed crash during shutdown if the job system was accessed from a finalizer. (UUM-128777)
Linux: Fixed Linux Automatic Toolchain Installer not installing Arm64 sysroot for Linux Arm64 Server. (UUM-136647)
Networking: Added back some missing Mono configuration files in Linux player builds, which would result in exceptions being thrown when trying to use certain .NET networking APIs (notably
WebRequest). (UUM-135731)Networking: Updated MbedTLS to version 3.6.6 to address some (minor and likely unexploitable) security vulnerabilities. (UUM-140908)
Package: Added ScrollView support to RagdollWindow on resize. (UUM-139914)
Package Manager: Fixed an issue where changing the Packages Cache Location would cause "TLS Allocator ALLOC_TEMP_MAIN has unfreed allocations" errors to appear repeatedly in the Editor log. (UUM-131286)
Physics: Fixed an issue where MeshCollider components receiving a non-uniform scale would handle it incorrectly. (UUM-139681)
Physics: Fixed an issue where
Collision.transformreturned an incorrectTransformwhen colliding with aArticulationBodycomponent if the body andCollidercomponent are on different GameObjects. (UUM-140799)Plugins: [NVUnityPlugin] Fixed a DLSS jitter and flickering issue. (UUM-134012)
Profiler: Updated
FrameTimingManager.GetLatestTimingsAPI so background time isn't included in the next focused frame when the Player is unpaused. (UUM-132089)QNX: Fixed nested windowing asynchronous operations in callbacks. (UUM-138651)
Scene/Game View: Fixed a bug that could crash the editor when using PlayModeWindow.SetViewType during playmode. (UUM-139011)
Scripting: When adding a new empty reference entry to an Assembly Definition Asset inspector and clicking Apply, the entry incorrectly duplicates the last entry in the list instead of remaining empty. (UUM-119332)
Shadergraph: Added a setting for
enumkeyword inputs that allows the project's Shader Build Settings to override them. Also added a setting to add anoneentry to theenum. (UUM-135644)Text: Ensure Color Gradient works when combined with Shadow and Outline. (UUM-140065)
Text: Fixed NullReferenceException when word wrapping sup and sub tag. (UUM-139927)
uGUI: Fixed an issue where nullReferenceException when changing input field focus with script in OnValidate event . (UUM-132637)
uGUI: Fixed InputField fails to get the last character of a Hangul(IME) (Korean character) text when focus is shifted with the Tab key. (UUM-126213)
UI Toolkit: Fixed a compilation error when code generating property bags while nullable reference types are enabled. (UUM-126159)
UI Toolkit: Fixed alpha of SVG previews when imported as a texture. (UUM-137765)
UI Toolkit: Fixed an IndexOutOfRangeException and a Blur Radius value reverting when saving with Ctrl+S/Cmd+S after editing the Text Shadow Blur Radius and another property. (UUM-139822)
UI Toolkit: Fixed an issue where a binding using the ToSource binding mode would update the UI following a change to the UI. (UUM-120902)
UI Toolkit: Fixed an issue where a bound property to a UnityEngine.Object through the runtime binding system could not set null back to the source. (UUM-134627)
UI Toolkit: Fixed an issue where exporting colors for a
StyleSheetdid not have enough precision. (UUM-127703)UI Toolkit: Fixed an issue where packed sprites could enter the dynamic atlas. (UUM-137771)
UI Toolkit: Fixed being unable to add elements in UI Builder when searching in UI Builder Hierarchy. (UUM-138485)
UI Toolkit: Fixed documentation help links for SVGImporter and FilterFunctionDefinition. (UUM-139170)
UI Toolkit: Fixed missing documentation link on the imported Vector Image asset Inspector header. (UUM-139560)
UI Toolkit: Fixed nested manual topics in
[HelpURL]resolving to a "page missing" docs page. (UUM-140384)UI Toolkit: Fixed search mode is exited when any resulting element is manipulated with. (UUM-138487)
UI Toolkit: Fixed the TryRemoveItem invalid operation exception when removing stale data. (UUM-137639)
URP: Added documentation clarifying that Adaptive Performance can override decal draw distances at runtime. (UUM-138945)
URP: Added stereo instancing support to custom UITK shaders written in Shader Graph. (UUM-131994)
URP: Fixed URP DepthBlit sample by preventing manual depth resolve when not necessary. (UUM-134993)
Video: Added a Console warning when opening Segmented MP4 file on Windows-based platforms, as this media type is not supported. (UUM-132004)
WebGL: Fixed an issue where
R16UNorm,R16SNorm,RG16UNorm,RG16SNorm,RGBA16UNorm, andRGBA16SNormwere incorrectly declared as filterable. (UUM-139873)WebGL: Fixed WebGL console warnings when switching fullscreen state. (UUM-139208)
WebGL: [WebGPU] Fixed a RenderGraph error with MSAA textures due to CoreCopy shader. (UUM-133838)
WebGL: [WebGPU] Make sure WebCam video is oriented correctly on mobile devices. (UUM-139017)
XR: Fixed built-in shader constant unity_StereoEyeIndex not being properly set when using multi-pass XR rendering mode in URP, affecting shaders such as Skybox/Panoramic which would fail to display as stereoscopic even when using the 3D Layout option. (UUM-120719)
Package changes in 6000.3.15f1
Packages updated
Packages added

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