Fixed TilemapRenderer rendering regressions for Individual mode and Hexagonal/Isometric Chunk mode.
Fixed editor crash when baking a nav mesh that includes objects that result in an extremely large bounds.
Added Scripting documentation for PlayerSettings.Android.compileSdkVersion.
AndroidFix
Auto-fill compileSdkVersion on existing-project upgrade.
AndroidFix
Fixed an approximately 7 MB native memory leak per Application.Unload cycle when using GameActivity.
AndroidFix
Fixed an intermittent crash on Adreno GPUs using OpenGL ES that could occur while UI Toolkit meshes were being updated, caused by the same out-of-bounds write. (UUM-148139) First seen in 6000.7.0a4.
AndroidFixUUM-148139
Fixed an intermittent crash on Adreno GPUs using OpenGL ES that could occur while UI Toolkit text was being generated, caused by the same out-of-bounds write. (UUM-147072) First seen in 6000.7.0a3.
AndroidFixUUM-147072
Fixed an intermittent crash on Adreno GPUs using OpenGL ES, caused by an out-of-bounds write while reading a shader's uniform block bindings. (UUM-147815) First seen in 6000.7.0a4.
AndroidFixUUM-147815
Fixed Android version labels to match Google's naming.
AndroidFixUUM-150412
Fixed System Bars UI columns miss alignment on big window sizes. (UUM-150348) First seen in 6000.7.0a6.
AndroidFixUUM-150348
Improved the "Missing Required API Level" dialog.
AndroidFixUUM-150206
Re-enabled Java heap leak check in AndroidPlayerUnloading integration tests.
AndroidFix
Fixed an issue where "NullReferenceException" would be thrown in the Console when interacting with the transition editor in the Animator Controller Transition inspector. (UUM-149141) First seen in 6000.7.0a4.
AnimationFixUUM-149141
Fixed an issue where Animator window's Layers dropdown (in compact mode) would be extremely wide when layers have very long names.
AnimationFixUUM-131557
Fixed GUIStyle warnings when clicking on \"Add Properties\" in Animation Window.
AnimationFixUUM-148497
Fixed Null Reference Exception when selection Object drop destination from multiple choices in the dopesheet editor.
AnimationFixUUM-148386
Fixed an issue where performance could degrade and eventually fail when the Accelerator was under heavy load.
Asset PipelineFixUUM-146082
Bug was already fixed. Added a test.
AudioFixUUM-147800
Fixed AudioSettings.driverCapabilities returning undefined value when using the Enhanced Audio Foundation.
AudioFixUUM-148718
Fixed crash when pausing AudioRandomContainer containing streaming clips on some platforms.
AudioFixUUM-148440
Corrected reporting of player build flags in analytics. (UUM-144697) First seen in 6000.7.0a5.
Build PipelineFixUUM-144697
Fixed an issue where VideoClips referenced by Content Directory builds failed to load at runtime on macOS.
Build PipelineFixmacOSUUM-147430
Fixed the Build Profile Scene List being emptied when pasting a different settings section onto it. (UUM-147103) First seen in 6000.7.0a2.
Build PipelineFixUUM-147103
Ensure the bundle is resigned correctly when running under X64 process root.
BurstFixUUM-149014
Fixed a rare compilation crash caused by a data race in portable-PDB debug info handling during parallel compilation.
BurstFix
Fixed that some of Burst's Windows assemblies were not Authenticode-signed. All Burst-authored binaries are now signed.
BurstFixWindows
Fixed the Burst Inspector disassembly search bar requiring a second Ctrl/CMD + F press to reopen after being closed.
BurstFixUUM-144286
Fixed the "Reset argument" button in Preferences > External Tools so it updates the "External Script Editor Args" field immediately instead of only after a focus change.
Code EditorFixUUM-150210
Fixed crash callstacks not being written to the log on MacOS. (UUM-149533) First seen in 6000.7.0a4.
CoreCLRFixmacOSUUM-149533
Fixed an editor CPU performance regression in passes using DrawNullGeometry (fullscreen blits, post-processing, VFX quads) caused by running shader reflection on every draw call.
DX12FixUUM-144068
Start tracking d3d12 resources using D3D12Object class on remaining D3D12 platforms similarly to how desktop does this.
DX12FixUUM-147469
Added group aware localization APIs.
EditorFix
Added headless NativeJobs (no container) [manually triggered].
EditorFix
Added headless Runtime/RegressionRuntime jobs (no container) [manually triggered].
EditorFix
Changing the size of an array through the inspector will now validate the requested array size against the max allowed object size which is 4GB. Element count and element size plus the remaining object data it taken into account.
EditorFixUUM-134407
Deleting the script of a node or state created with the GraphToolkit public API now correctly shows its placeholder and the error associated with it.
EditorFix
Fixed a deadlock that occurred when Accelerator and Virtualization were both enabled and a request completed before its callback was registered. (UUM-150056) First seen in 6000.7.0a6.
EditorFixUUM-150056
Fixed a Linux-only Editor crash caused by reentrancy while rebuilding menu items during a domain reload.
EditorFixLinuxUUM-149839
Fixed an Editor crash that occured when inspecting a TextMeshPro font asset.
EditorFixUUM-145753
Fixed an editor crash when a curve with more than 8 keys was set in a Particle System.
EditorFixUUM-144792
Fixed an issue where accessing the rootVisualElement of an Overlay's container could cause recursive calls and crash the Editor.
EditorFixUUM-149209
Fixed an issue where building a player could fail with "Error building player because script class layout is incompatible between the editor and the player" for fields typed with BCL types (for example pointers or HashSet fields in built-in packages), depending on the active build target and API compatibility level.
EditorFixUUM-146005
Fixed an issue where clicking the Gradient settings button was ignored while editing a gradient preset's name.
EditorFixUUM-148458
Fixed an issue where Control+Shift+Click in the *Hierarchy* window only selected a single item.
EditorFixUUM-141451
Fixed an issue where scripts were not being created after pressing *Enter* in the INspector's Add Component New Script view.
EditorFixUUM-149682
Fixed an issue where selecting multiple ranges of items in the *Hierarchy* window wasn't possible.
EditorFixUUM-142974
Fixed an issue where when dragging a tab in the Linux Editor, the size of the candidate window did not maintain the correct aspect. (UUM-149830) First seen in 6000.7.0a5.
EditorFixLinuxUUM-149830
Fixed Audio Source playback so that a source using an Audio Random Container now remains audible when a Rigidbody is attached to the same GameObject or a parent GameObject.
EditorFixUUM-147844
Fixed bug in scripting defines where reverting an un-applied change when a build profile loses focus should not cause a domain reload.
EditorFixUUM-149532
Fixed certain settings' label text getting truncated through unrelated actions within the Editor. (UUM-141305) First seen in 6000.7.0a5.
EditorFixUUM-141305
Fixed certain settings' label text getting truncated through unrelated actions within the Editor. (UUM-144202) First seen in 6000.7.0a5.
EditorFixUUM-144202
Fixed crash on disconnection from accelerator during build.
EditorFixUUM-148391
Fixed error spam when Surface Cache is enabled on unsupported devices. (UUM-149165) First seen in 6000.7.0a5.
EditorFixUUM-149165
Fixed for crash at shutdown due to selection history falsely retaining entities that have been destroyed by parents.
EditorFixUUM-145779
Fixed HDRP contact shadows quantizing to 2x2 pixel blocks at full resolution.
EditorFixUUM-150212
Fixed highlight appear off-centered on inspector dropdown control.
EditorFixUUM-149379
Fixed issue where hierarchy node renaming would not start or start too early.
EditorFixUUM-150001
Fixed menu entry style in the main toolbar menu. (UUM-149445) First seen in 6000.7.0a4.
EditorFixUUM-149445
Fixed menu items added from script disappearing when the editor menus are rebuilt.
EditorFixUUM-149764
Fixed NullReferenceExceptions when switching Project Settings sections while renaming a Quality Mipmap Limit Group. (UUM-149200) First seen in 6000.7.0a4.
EditorFixUUM-149200
Fixed the Analytics Debugger reporting events around a minute late and in batches, and not reporting events that were recorded but never sent. The debugger is now built into the Editor and no longer requires the com.unity.editor-analytics-debugger package.
Fixed the stylesheet leak from the UI Toolkit project settings page.
EditorFixUUM-149777
Fixed toolbar menu listed "Localization/Language" even when localization was disabled.
EditorFix
Fixed Undo/Redo for "GPU Instancing" and "Double Sided Global Illumination" fields for Materials in Inspector.
EditorFixUUM-143569
Fixed ~30ms stall during domain reload when entering play mode.
EditorFixUUM-149130
GTK : Deleting a missing node whose script was renamed or removed no longer throws an error, and graphs saved in that state can be opened again.
EditorFixUUM-148376
Isolation View overlay no longer remains visible in the Scene View after undoing an isolate action. (UUM-149238).
EditorFixUUM-149238
Overlay headers no longer collapse and hide their title and collapse arrow when the overlay content overflows. (UUM-147200, UUM-148212) First seen in 6000.7.0a2.
Print invalid define message instead of throwing.
EditorFixUUM-146349
Project Auditor: ensure all anim clips are scanned/analyzed.
EditorFix
Reinstate 2 Project Auditor analyzers that will not be migrated to the Rules package.
EditorFixUUM-150288
Removed RenderCommandTypeHelpers::IsRenderingCommandSupportedInsideRenderPass.
EditorFixUUM-150531
Scenario hang on with an Initial Scene from a read-only package.
EditorFixUUM-147441
Fixed black screen on Screen.SetResolution. (UUM-149575) First seen in 6000.7.0a5.
EmbeddedLinuxFixUUM-149575
Fixed case where first touch input is dropped.
EmbeddedLinuxFixUUM-150086
Fixed for Screen.SetResolution produces a blank screen when used with FullScreenMode.MaximizedWindow.
EmbeddedLinuxFixUUM-143541
Restore resize handling on SDL window resize events. (UUM-148383) First seen in 6000.7.0a5.
EmbeddedLinuxFixUUM-148383
Fixed an issue where editing a read-only nested text field in the Entity Buffer Inspector threw an AccessViolationException. The read-only field is now properly disabled.
EntitiesFixUUM-148905
Fixed an issue where EntityQueryManager.CreateEntityQuery would silently fall back to managed code instead of Burst-compiled code. (UUM-149276) First seen in 6000.7.0a5.
EntitiesFixUUM-149276
Fixed performance regressions related to transform hierarchy children access.
EntitiesFixUUM-138633
Only record user-initiated selection in Systems window navigation history.
EntitiesFixUUM-150002
Overwrite duplicate keys in the case TypeManager.AllTypes yields multiple entries with the same FullName, preventing an exception.
EntitiesFixUUM-147907
Fixed baked directional lights authored inside Entities subscenes not driving HDRP's Physically Based Sky.
Entities GraphicsFixUUM-137400
Fixed corrupted compute-deformation of skinned meshes in subscenes.
Entities GraphicsFixUUM-146932
Fixed a bug where shaders with a property named "_BaseColor" which is not a Color would cause error spam when using Surface Cache GI. (UUM-150355) First seen in 6000.7.0a6.
Fixed a crash when opening the Profiler (Standalone Process) window in projects created from templates that include the Tutorials framework.
Fixed crash when baking lighting for a scene placed in StreamingAssets.
Fixed GPU race condition in Surface Cache causing temporary black patches. (UUM-150444) First seen in 6000.7.0a6.
Fixed MissingComponentException for MeshRenderers without a MeshFilter.
GIFix
Fixed Surface Cache global probe buffer layout and hash gating. (UUM-149870) First seen in 6000.7.0a6.
Fixed the Windows Editor failing to start when the Microsoft Visual C++ 2010 runtime is not installed; the CPU Progressive Lightmapper now reports that it is unavailable instead.
GIFixWindowsUUM-149122
Skip lightmap denoising when the input is fully black. (UUM-150332) First seen in 6000.7.0a6.
When the Screen Space Reflection renderer feature in URP is not present on the active renderer asset, the SSR volume override now displays a warning InfoBox with an "Open" button that selects the active renderer asset.
GIFix
Fixed a crash when baking occlusion culling for large scenes.
GraphicsFixUUM-143361
Fixed a device freeze on Midgard Mali GPUs when Blit Type was set to Auto.
GraphicsFixUUM-149414
Fixed double counting of memory size for depth+stencil render surfaces. (UUM-149031) First seen in 6000.7.0a3.
GraphicsFixUUM-149031
Fixed flaky 973-Terrain-Detail-Coverage on OpenGLCore by raising camera near plane to break GLCore depth tie. (UUM-149304) First seen in 6000.7.0a5.
GraphicsFixUUM-149304
Fixed Graphics.RenderPrimitives and Graphics.DrawProcedural crash with MeshTopology.Quads when Graphics Jobs are enabled.
GraphicsFixUUM-141117
Fixed issue when creating stencil-only Render Textures.
GraphicsFixUUM-144249
Fixed Vulkan rendering artifacts on Mali GPUs with some renderpass/subpass configurations.
GraphicsFixUUM-147578
Added issue in Template Browser where the tab keyboard shortcut sometimes caused keyboard navigation to go out of sync with selections.
GraphViewFixUUM-144972
Allowed multiple instances of the Template Browser to coexist for different tools.
GraphViewFixUUM-137579
Changing the Template Browser Sort Type preserves selection.
GraphViewFixUUM-143043
Ensure selection is visible when changing the Sort Type for the Template Browser.
GraphViewFixUUM-143045
Fixed the Template Browser displaying errors when creating an asset from a deleted template.
GraphViewFixUUM-143138
Handle exceptions from various keyboard commands when used in the Template Browser.
GraphViewFixUUM-144108
Scroll to last template now in the Template Browser now accounts for collapsed categories.
GraphViewFixUUM-140556
Search focus in the Template Browser is now preserved after the first match.
GraphViewFixUUM-144963
Added missing UnityPerDraw params for SpriteRenderer.
HDRPFixUUM-141304
Ensure global settings default volume profile in difussion profile editor.
HDRPFixUUM-138525
Fixed property field child fields not being drawn when the property rect is at negative GUI coordinates.
IMGUIFixUUM-149255
Added LocationSensor, exposing GPS position, status, and permission state as the parity equivalent of UnityEngine.Input.location. Reports status via a new Input System LocationServiceStatus enum.
Input SystemFix
Added a JobHandle.ToString implementation to prevent potential boxing.
KernelFix
Fixed case where first touch input is dropped.
LinuxFixUUM-150086
Lowered the glibc version to 2.34.
LinuxFixUUM-150342
Fixed a freeze on macOS Standalone players that could occur when a connected game controller kept sending input while the main thread was stalled. (UUM-149475) First seen in 6000.7.0a2.
macOSFixUUM-149475
Fixed an error thrown when activating an Additional Editor Instance through a custom Play Mode Scenario. (UUM-149745) First seen in 6000.7.0a5.
MultiplayerFixUUM-149745
Fixed an issue where error messages were thrown when selecting the Prefab submenu option on a GameObject in the clone players' Hierarchy window by removing the Prefab interactions on all Clone players.
MultiplayerFix
Fixed errors thrown when using Terrain tools in Multiplayer Play Mode additional Editor instances Authoring tools are not supported and are now disabled.
MultiplayerFixUUM-148239
Fixed virtual players crashing when the main editor is closed on Ubuntu.
MultiplayerFix
On sample import, the scene that opens is now the initial scene named by the sample's play mode scenario instead of a fixed file name. Samples whose scenario names no scene, or names one outside the sample, keep the current scene open and log a warning.
MultiplayerFix
Play Mode button remaining highlighted after canceling the Unsaved Changes prompt when entering Multiplayer Play Mode.
MultiplayerFixUUM-149873
Styling of several elements of GhostAuthoringInspectionComponent no longer conflicts with light theme default editor styling. This caused some elements to be barely visible or entirely unreadable (UUM-148863).
Netcode for EntitiesFixUUM-148863
UnityWebRequest: Don't URL-encode characters '&' and '=' in PostWwwForm.
NetworkingFixUUM-149976
Collections: Fixed FixedString formatting of certain float values when CoreCLR is the scripting backend.
PackageFix
Fixed signed packages from scoped registries incorrectly reporting an unchecked signature status. The _fingerprint package manifest property is reserved and only valid when read from the installed package folder, where it is injected at installation; it is now stripped when reading a package manifest from any other source (such as registry package metadata) so a wrong value cannot be used in place of the computed/injected one. (UUM-143390) First seen in 6000.7.0a6.
Package ManagerFixUUM-143390
Improved the error message displayed when adding an incompatible version with the current Unity Editor.
Package ManagerFixUUM-138842
Shape Asset references should now reset properly.
ParticlesFixUUM-141007
Documenation for Performance Testing Framework package now linked & published with the Unity manual.
Performance Test FrameworkFix
Fixed an issue where a mesh collider on a static body, would not have it's sub-aabbs recalculated when using incremental static broadphase. This lead to the collider being ignored by queries such as raycasts.
PhysicsFixUUM-138528
Fixed an issue where replacing a PhysicsCollider's BlobAsset reference in place would not get picked up when using the incremental static broadphase feature. Thus causing queries such as raycasts to report incorrect data.
PhysicsFixUUM-138528
Improved the cleanup performance of IgnoreCollision when destroying a Collider.
PhysicsFixUUM-115186
Prevented manual edits to the SimulationSingleton value in Unity.Physics. Change the physics simulation type from the PhysicsSimulationStep component instead.
PhysicsFixUUM-148731
Applying a very large wind force via PhysicsBody.ApplyWind, or a very large impulse via PhysicsWorld.Explode, could silently corrupt the entire physics world with NaN or Infinity values.
Physics 2DFixUUM-150029
Fixed a crash caused by unbounded recursion when a PhysicsEvents.WorldDefinitionChange handler wrote the same world's definition. Changed the nested write to apply without raising a second change event.
Physics 2DFix
Reading PhysicsWorld.counters, or other queries, after restoring a world from a corrupted or truncated Snapshot could crash the Editor or Player.
Physics 2DFixUUM-150072
Wake Rigidbody2D when activating a child GameObject containing a Collider2D.
Physics 2DFixUUM-149852
PhysicsWorld could crash or corrupt memory when created with a very large or negative PhysicsWorldDefinition.capacity.
Physics 2DFixUUM-150067
Added CoreCLR capture of GC-static field values and frozen/non-GC heap chunks to the memory snapshot format. Bumped format to v20.
ProfilerFix
Fixed an issue where resetting Profiler modules would leave (duplicated) custom modules until the window was re-opened.
ProfilerFixUUM-148468
Fixed incorrect screenshot counter in Profiler.
ProfilerFixUUM-148466
Fixed case where first touch input is dropped.
Restore resize handling on SDL window resize events. (UUM-148383) First seen in 6000.7.0a5.
Fixed .NET 1.x dll's not getting loaded into the domain.
ScriptingFixUUM-141092
Fixed an issue where AutoStaticsCleanup didn't restore a static field that was set to null during a Play session.
ScriptingFixUUM-149874
Fixed InitializeOnLoad ordering logic to be more performant.
ScriptingFixUUM-149218
Fixed issue where the "Find References in Scene" component menu action would not work correctly in new Hierarchy.
SearchFixUUM-122332
Fixed [SerializeReference] objects referenced by a missing type skipping OnBeforeSerialize when their host is re-saved, which silently discarded state the callback persists. Regression introduced in 6000.6.0b1; never present in a full release.
SerializationFixUUM-149620
(Shaders) The editor no longer hangs at "waiting for shader compilers" when asynchronous shader variant compilation is cancelled during domain reload or editor shutdown.
ShadersFix
Fixed incorrect prompting of apply shader build settings window on removal of empty keywords override settings.
ShadersFixUUM-148993
Fixed shader cache inconsistency on shared entries between DX11 and DX12 when using FXC compiler. (UUM-149919) First seen in 6000.7.0a6.
ShadersFixUUM-149919
Fixed baking Adaptive Probe Volumes silently disabling Sky Occlusion in the Baking Set when no Lighting Settings Asset was assigned to the scene. With the deprecated Progressive CPU lightmapper, the Lighting window now shows a warning about double counted sky lighting instead of disabling the Sky Occlusion settings.
SRP CoreFixUUM-148221
Fixed cropped post-processing output when the targetTexture is swapped to a different size.
SRP CoreFixUUM-145833
Fixed minor visual issue with Render Graph Viewer's Auto Update button.
SRP CoreFixUUM-150051
Fixed the first bake in Single Scene mode discarding Adaptive Probe Volume settings (such as Sky Occlusion) changed in the Lighting window before the Baking Set asset was created.
SRP CoreFixUUM-133186
Fixed the GPU Resident Drawer help box in the Rendering Debugger displaying C# type names, such as "GPUResidentDrawer" and "RenderPipelineAsset", instead of readable names.
SRP CoreFixUUM-138009
Removed check to only consider emissives for GI if the _EMISSION keyword was added.
SRP CoreFix
Fixed the Editor hanging when painting terrain details in Coverage mode with a very small Min Width and Max Width, or with a detail mesh that is very thin along one axis.
TerrainFixUUM-134662
Fixed the Paint Texture tool keeping a replaced Terrain Layer selected, which showed the old layer's settings in the Inspector and added it back to the Terrain Layers list on the next paint stroke.
TerrainFixUUM-134352
Fixed IndexOutOfRangeException being thrown when painting details on the edge or corner of a Terrain.
TerrainFixUUM-149028
Measure.Method().GC() again forces a full garbage collection immediately before each timed region, restoring the behavior from before the switch to the ProfilerRecorder API. Without it, a collection triggered by the measured code's own allocations lands inside the timed region and shows up as periodic spikes across the samples. As before: this only happens when GC() is specified; warmup and probing iterations are not affected; and because SetUp/CleanUp cause each of the IterationsPerMeasurement inner executions to be timed separately, that combination gets one collection per inner execution rather than one per sample, which makes it considerably slower. Reported times for allocating methods measured with GC() will change, generally becoming lower and more stable, so baselines recorded since 3.2.1 are not comparable.
Test FrameworkFixUUM-147204
Fixed use-after-free in BufferMetal::BeginWrite. (UUM-149400) First seen in 6000.7.0a5.
TestsFixUUM-149400
Re-enabled DispatchWithUniformUpdate test. (UGK-2462)
TestsFix
Added font subsetting via importer recipes and hidden Font sub-assets.
TextFix
Fixed "Failed to perform selection on text" in Console.
TextFixUUM-149393
Removed vertex padding on whitespace quads.
TextFixUUM-149248
Fixed VFX Graph property values not being restored when previewing in Timeline.
TimelineFixUUM-142082
Fixed a crash that could occur when inspecting a TMP font asset that has *Atlas Population Mode set to Static and Multi Atlas Textures* enabled while its Material preview was visible.
uGUIFixUUM-145753
Fixed ellipsis line-breaking recursion when the font lacks an ellipsis glyph and Ellipsis overflow mode is selected.
uGUIFixUUM-134066
Fixed recursive release of text components linked to themselves which led to stack overflow exceptions. Added OnValidate to base TMP_Text class to handle self-referencing of child and parent linked text components. As a result, TextMeshPro and TextMeshProUGUI components now call base OnValidate to handle and correct this same linking issue.
uGUIFixUUM-148732
Fixed NullReferenceException errors when selecting an InputField (TMP) Placeholder before importing the TMP Essential Package.
uGUIFixUUM-143965
Layout Element inspector now shows mixed values when multiediting and stays in sync across Inspector windows.
uGUIFixWindowsUUM-145408
Undoing an added LayoutGroup on a ScrollView now restores its children entirely.
uGUIFixUUM-144838
Fixed "Invalid image specified" warnings when clearing the Cursor Image field of an in-scene UI Toolkit element.
UI ToolkitFixUUM-149384
Fixed a backdrop-filter element showing a scaled-down copy of the backdrop in the in-scene UI authoring viewport when display scaling is above 100%.
UI ToolkitFixUUM-148867
Fixed a USS import warning thrown for every grid-column and grid-row value that uses the "/" line separator. (UUM-150528) First seen in 6000.7.0a5.
UI ToolkitFixUUM-150528
Fixed a NullReferenceException that occurred when a panel was disposed while another panel was updating. (UUM-149694) First seen in 6000.7.0a5.
UI ToolkitFixUUM-149694
Fixed an exception thrown in the authoring inspector when synchronizing live values for array or list attributes. (UUM-149560) First seen in 6000.7.0a5.
UI ToolkitFixUUM-149560
Fixed an issue where opening the Attributes Inspector window reset values inherited from ancestor AttributeOverrides.
UI ToolkitFix
Fixed an issue where setting --unity-metrics-single_line-height on the :root selector through a USS file imported by a theme didn't affect ScrollView scroll speed.
UI ToolkitFixUUM-129742
Fixed an issue with missing-asset USS warning spam after asset deletion.
UI ToolkitFixUUM-148575
Fixed content in popup and utility windows sitting flush against the window edges. (UUM-149693) First seen in 6000.7.0a5.
UI ToolkitFixWindowsUUM-149693
Fixed Create > Localization > Resource Table Collection creating a single empty asset instead of a table collection. (UUM-150381) First seen in 6000.7.0a6.
UI ToolkitFixUUM-150381
Fixed custom filter shaders receiving an incorrect UV rect when the filter declares non-zero read margins.
UI ToolkitFixUUM-149441
Fixed element animations playing in the Game View while the Editor is in Edit Mode.
UI ToolkitFixUUM-148584
Fixed nested Panel Renderers throwing exceptions and not rendering after their parent's UXML was saved.
UI ToolkitFixUUM-148452
Fixed Panel Renderer content disappearing when its GameObject is unparented from another Panel Renderer.
UI ToolkitFixUUM-147941
Fixed performance regressions in UI Toolkit renderer.
UI ToolkitFixUUM-148769
Fixed Radio Button Group choices being cleared when saving a UXML file with blank choices.
UI ToolkitFixUUM-150030
Fixed StyleSheets window search field width.
UI ToolkitFixUUM-149417
Fixed support for font size set in percentages in the ui builder and integrated authoring.
UI ToolkitFixUUM-104877
Fixed Tab key navigation getting stuck on fields that have a unit dropdown in the Inspector of UI Staging Mode.
UI ToolkitFixUUM-147715
Fixed the Editor crashing during a domain reload when a text handle was finalized on the CoreCLR scripting backend. (UUM-149023) First seen in 6000.7.0a5.
UI ToolkitFixUUM-149023
Fixed the Hierarchy offering Create GameObject menu items in the UI authoring stage, where the new GameObject was created outside the stage and never appeared.
UI ToolkitFixUUM-145535
Fixed the IMGUI dictionary drawer scrolling short of its last rows in a window that cannot scroll.
UI ToolkitFixUUM-149490
Fixed the More actions and metadata buttons in the Resource Tables window being almost invisible in the dark Editor theme. (UUM-150386) First seen in 6000.7.0a6.
UI ToolkitFixUUM-150386
Fixed the MultiColumn control's argument exception when increasing the column and descriptor count.
UI ToolkitFixUUM-148746
Fixed the Smart Strings page title in Project Settings rendering at regular weight instead of bold. (UUM-149342) First seen in 6000.7.0a4.
UI ToolkitFixUUM-149342

Pick your Unity version

Unity Releases compares releases against the version your project is on. Picking it now keeps Compare versions focused on what changes between where you are and where you might be going.