
What to expect from an Alpha
During the Alpha program, you'll get very early access to new features, though they may be less stable than final versions. The Alpha phase starts after all major features are added and a quality baseline is set. Multiple Alpha versions will be released, each improving in quality.
Note: back up your project before running it in a Unity Alpha.
Manual installs
Component installers
- Android Build Support
- iOS Build Support
- visionOS Build Support
- Linux Build Support (IL2CPP)
- Linux Dedicated Server Build Support
- Linux Build Support (CoreCLR) (Experimental)
- Linux Dedicated Server Build Support (CoreCLR) (Experimental)
- Mac Build Support (CoreCLR) (Experimental)
- Mac Dedicated Server Build Support (CoreCLR) (Experimental)
- Windows Build Support (CoreCLR) (Experimental)
- Windows Dedicated Server Build Support (CoreCLR) (Experimental)
- Mac Build Support (Mono)
- Mac Dedicated Server Build Support
- Web Build Support
- Windows Build Support (Mono)
- Windows Dedicated Server Build Support
- Documentation
- Android Build Support
- iOS Build Support
- tvOS Build Support
- visionOS Build Support
- Linux Build Support (IL2CPP)
- Linux Build Support (Mono)
- Linux Dedicated Server Build Support
- Windows Build Support (CoreCLR) (Experimental)
- Mac Build Support (CoreCLR) (Experimental)
- Linux Build Support (CoreCLR) (Experimental)
- Windows Dedicated Server Build Support (CoreCLR) (Experimental)
- Mac Dedicated Server Build Support (CoreCLR) (Experimental)
- Linux Dedicated Server Build Support (CoreCLR) (Experimental)
- Mac Build Support (IL2CPP)
- Mac Dedicated Server Build Support
- Web Build Support
- Windows Build Support (Mono)
- Windows Dedicated Server Build Support
- Documentation
- Android Build Support
- iOS Build Support
- tvOS Build Support
- visionOS Build Support
- Linux Build Support (IL2CPP)
- Linux Build Support (Mono)
- Linux Dedicated Server Build Support
- Windows Build Support (CoreCLR) (Experimental)
- Mac Build Support (CoreCLR) (Experimental)
- Linux Build Support (CoreCLR) (Experimental)
- Windows Dedicated Server Build Support (CoreCLR) (Experimental)
- Mac Dedicated Server Build Support (CoreCLR) (Experimental)
- Linux Dedicated Server Build Support (CoreCLR) (Experimental)
- Mac Build Support (IL2CPP)
- Mac Dedicated Server Build Support
- Web Build Support
- Windows Build Support (Mono)
- Windows Dedicated Server Build Support
- Documentation
- Android Build Support
- iOS Build Support
- tvOS Build Support
- visionOS Build Support
- Linux Build Support (IL2CPP)
- Linux Build Support (Mono)
- Linux Dedicated Server Build Support
- Windows Build Support (CoreCLR) (Experimental)
- Mac Build Support (CoreCLR) (Experimental)
- Linux Build Support (CoreCLR) (Experimental)
- Windows Dedicated Server Build Support (CoreCLR) (Experimental)
- Mac Dedicated Server Build Support (CoreCLR) (Experimental)
- Linux Dedicated Server Build Support (CoreCLR) (Experimental)
- Mac Build Support (Mono)
- Mac Dedicated Server Build Support
- Universal Windows Platform Build Support
- Web Build Support
- Windows Build Support (IL2CPP)
- Windows Dedicated Server Build Support
- Documentation
- Android Build Support
- iOS Build Support
- tvOS Build Support
- visionOS Build Support
- Linux Build Support (IL2CPP)
- Linux Build Support (Mono)
- Linux Dedicated Server Build Support
- Windows Build Support (CoreCLR) (Experimental)
- Mac Build Support (CoreCLR) (Experimental)
- Linux Build Support (CoreCLR) (Experimental)
- Windows Dedicated Server Build Support (CoreCLR) (Experimental)
- Mac Dedicated Server Build Support (CoreCLR) (Experimental)
- Linux Dedicated Server Build Support (CoreCLR) (Experimental)
- Mac Build Support (Mono)
- Mac Dedicated Server Build Support
- Universal Windows Platform Build Support
- Web Build Support
- Windows Build Support (IL2CPP)
- Windows Dedicated Server Build Support
- Documentation
Release
Known Issues in 6000.7.0a6
6000.6.0a2: Crash on alloc_handle when opening specific project (UUM-150957)
6000.6.0a2,6000.5.0b2: Resources.UnloadUnusedAssets() takes significantly longer to execute when run in a Player build (UUM-149540)
6000.6.0a3,6000.5.0b8,6000.3.16f1: Player crashes with use-after-free when a Shader is unloaded immediately after ShaderWarmup.WarmupShaderFromCollection() on D3D12 (UUM-149781)
Audio: Fixed audiomixer fader clicking in playmode (UUM-150250)
Fixed in 6000.7.0b1.Entities Graphics: Fix lightmap shadowcaster culling in entities graphics (UUM-150396)
First seen in 6000.7.0a6.
Fixed in 6000.7.0b1.Graph Toolkit: Fixed an error incorrectly appearing on ports when
Graph.IsConnectionAllowedwas overridden to permit connections between incompatible types.CheckNodeErrorsnow delegates type validation toCanAssignTo, consistent with how connection creation already behaves. (UUM-150703)
Fixed in 6000.7.0b1.IL2CPP: Fix segmentation fault on OSX and Linux while running IL2CPP (UUM-149985)
Fixed in 6000.7.0b1.Shaders: Fixed a random crash that could occur during shader variant uploads in Player builds. (UUM-150584)
First seen in 6000.7.0a6.
Fixed in 6000.7.0b1.: Crash on mono_log_write_logfile when more than one copy of bee_backend is running (UUM-142773)
: Crash on mono_log_write_logfile when opening specific project (UUM-150566)
: Crash on VisualEffectAssetUtility::SetValueSheet when rapidly making changes to VFX Graph (UUM-151375)
: IL2CPP player crashes at startup (UUM-148475)
New 6000.7.0a6 Entries since 6000.7.0a5
Features
2D: Added EntityIDTile/Base which can be used with Tilemap jobs and Burst.
Accessibility: Added a Generate Accessibility Hierarchy toggle to the UI Document and Panel Renderer Inspectors, and the matching
UIDocument.generateAccessibilityHierarchyandPanelRenderer.generateAccessibilityHierarchyproperties, to opt individual components out of the generated hierarchy. The toggle is visible and takes effect only while the Generate Accessibility Hierarchies for Runtime Panels setting in Project Settings > UI Toolkit is enabled.Accessibility: Added experimental screen reader support for runtime UI Toolkit panels on Android, iOS, macOS, and Windows. The new Generate Accessibility Hierarchies for Runtime Panels setting in Project Settings > UI Toolkit makes UI Toolkit automatically generate and maintain accessibility hierarchies for the participating runtime panels of the application's main window, so screen readers (Narrator, VoiceOver, TalkBack) can read and operate UI Toolkit content in player builds. In this first version, only buttons, labels, and toggles (including controls derived from them) are exposed as operable controls; other elements are announced by their text when one can be derived, but don't yet expose control-specific roles or interactions. This feature is experimental and not ready for production use.
Android: Added edge-to-edge rendering support with new APIs to control inset overlapping, system bars appearance, and background transparency, enabling full control over how status bar and navigation bar interact with the game view, requires Android 11+.
Android: Added Vector Drawable Support for Icons.
Editor: Added editing actions (cut, copy, paste, ...) to the ui Viewport context menu.
Editor: Added support for multiple instances of the UI Builder window.
Editor: Project Auditor: initial migration pages for help moving to URP and CoreCLR.
Input System: Added
InputSettings.locationAccuracyandInputSettings.locationDistanceThresholdproject defaults for location updates.iOS: Added full-screen video support for the Swift trampoline.
Package Manager: Show the popup at project open when installed packages have signature or security compliance issues that don't meet the security level selected in Project Settings, and update its message.
Profiler: Added an information panel to the Profiler's 'Screenshots' module. You can toggle the panel from the module toolbar. It shows:
The selected frame number, and the resolution and source frame of the displayed screenshot.
A notice when the displayed screenshot is older than the selected frame.
The CPU and GPU frame times, highlighted when they exceed the target frame time.UI: Added the localization module, an improved version of the Localization package. Migration support is available. For more information, refer to the documentation.
URP: Added fixed exposure to URP. The setting can be accessed though the volume system.
Improvements
Android: Internal refactor of CJK locale font fallback selection.
Android: Removed libmain.so; libunity.so and libil2cpp.so are now loaded directly by the Java layer, fixing a duplicate JNI_OnLoad call on runtime reload.
Android: Rework External Tools preferences page to follow Editor Foundations UI guidelines.
Android: ThinLTO can now be used when Strip Engine Code is enabled.
Animation: The Animator Window's compact mode Layers dropdown now has a search bar.
Apple TV: Reduced memory consumption in Release builds. In Release builds, Profiler.GetTotalAllocatedMemoryLong() and Profiler.GetTotalReservedMemoryLong() now report the size the allocator actually reserved rather than the size that was requested, so a higher value than before does not mean that more memory is used.
Audio: Added new UnityAudioEffectDefinitionFlags_UseOutputChannelCount so Ambisonic decoder native audio plugins can use the full output channel count of the project rather than be fixed to the input clip channel count.
Audio: Added profiler section for Scriptable Audio Pipeline.
Documentation: Clarified in the MonoBehaviour.OnValidate scripting reference when values set by OnValidate are saved and when they exist in memory only. (UUM-134473)
Editor: Added out-of-process crash handler (UnityMacCrashHandler) for macOS Editor to support minidumps (attached exclusively to bug reports) and improve crash-reporting reliability.
Editor: Improved Android External Tools screenshot.
Editor: Improved performance of hierarchy icons. (UUM-149124)
Editor: Improved the performance of the TextureImporter. (various elements in the "processing" phase primarily, but texture compression will perform slightly better as well).
Editor: Increased performance by replacing reflection-based code in the Netcode package with non-reflection-based alternatives.
GI: Added a dedicated denoising pass to Surface Cache GI, which produces much less noisy outputs at similar performance costs to the previous setup.
GI: Fixed slow mass removal of ray tracing instances in unified raytracing.
GI: Surface Cache GI supports Entities.
IL2CPP: Reduced the metadata storage size of methods and parameters.
iOS: Reduced memory consumption in Release builds. In Release builds, Profiler.GetTotalAllocatedMemoryLong() and Profiler.GetTotalReservedMemoryLong() now report the size the allocator actually reserved rather than the size that was requested, so a higher value than before does not mean that more memory is used.
Netcode for Entities: Improved source generator logging for long log lines.
Physics 2D: Added a dedicated ProfilerCategory.PhysicsCore2D profiler category. The PhysicsCore2D markers report under it.
Physics 2D: Changed chain-segment ghost edges to draw as dimmed lines.
Physics 2D: Changed joint drawing to a uniform scheme of an anchor line, anchor points and a spring target marker, with configurable world draw colors.
Physics 2D: Improved the PhysicsCore2D SDF debug-draw shaders for better overall performance, per-pixel accuracy, and reduced aliasing when viewing at low angles.
Physics 2D: Increased the
PhysicsWorld.DrawThicknessmaximum from 5 to 10 pixels.Physics 2D: Merged the Physics Core 2D project-settings pages into a single page and the settings asset Inspector now shows the full settings for direct editing.
Scripting: Improved our Lifecycle system to allocate less memory on hot paths. (UUM-148725)
Shaders: Updating unlisted shader properties via Material Set[Type] APIs mark the material dirty.
SRP Core: Improved RgbToHsv accuracy. (UUM-148848)
uGUI: Improved the tween engine with performance optimizations. Removed duplicate tween engine implementations from the TMP assemblies.
UI Toolkit: Improved accuracy of time measurements in USS Stats window (experimental).
UI Toolkit: Improved USS selector matching performance for complex selectors and for elements that match many selectors in the same stylesheet.
UI Toolkit: Shader Graph support for UIToolkit Filters.
VisionOS: Reduced memory consumption in Release builds. In Release builds, Profiler.GetTotalAllocatedMemoryLong() and Profiler.GetTotalReservedMemoryLong() now report the size the allocator actually reserved rather than the size that was requested, so a higher value than before does not mean that more memory is used.
Web: Reduced memory consumption when UnityDefaultAllocator is used in Release builds. Profiler.GetTotalAllocatedMemoryLong() and Profiler.GetTotalReservedMemoryLong() now report the size the allocator actually reserved rather than the size that was requested when UnityDefaultAllocator is used in Release builds, so a higher value than before does not mean that more memory is used.
XR: Graphics: Improved GPU performance of stencil deferred point and spot light draws by specializing the per-light fragment shader per light type, letting point lights skip cone-angle math and spot lights skip a runtime shadow-map-face branch.
XR: QuadViews: Allow LUT information to be reused within inner/outer views.
XR: QuadViews: Defer the submission of render commands to the final inner quad view pass to improve XR CPU performance.
API Changes
Android: Added: Added CompileSdkSpec Gradle DSL classes.
Android: Added: Added
PlayerSettings.Android.compileSdkVersionto set the compile API level independently of the target API level, including sub-integer (major.minor) precision.Audio: Added: Added a real-time counterpart to
ControlContext.SendMessagefor the Scriptable Audio Pipeline. This is a binary breaking change, but it's source compatible.Audio: Added: Added seeking support to scriptable processors and audio clips used as generators.
Audio: Added: Scriptable processors: added GeneratorInstance.CreationParameters and RootOutputInstance.CreationParameters; deprecated ProcessorInstance.CreationParameters and its implicit conversions (to be removed in a following version).
Editor: Added: Added right click menu support for state machine.
Editor: Added: Added the
UnityEditor.EditorDialogEventsAPI, which raisesdialogWillShowanddialogDismissedevents when a native or custom modal dialog appears in the Editor. External tooling can use these events to detect that the Editor's main thread is blocked by a dialog instead of appearing hung.Editor: Added: GTK : Custom state machine conditions can now customize their row in the transition inspector.
Entities: Removed: Baking managed components and managed shared components is no longer supported.
Baker.AddComponentObject,Baker.AddSharedComponentManaged, andBaker.SetSharedComponentManagedare now compile errors. Convert your data to unmanagedIComponentData/ISharedComponentData(useUnityObjectRef<T>to reference UnityEngine.Object instances) and bake it with the unmanagedAddComponent/AddSharedComponentAPIs.Entities: Removed: The
EntityCommandBuffer/ParallelWriterAPIs for managedIComponentDataand managedISharedComponentDataare now compile errors.GI: Added: Let render pipelines opt out of the baked divide-by-PI convention.
GI: Deprecated: Deprecated both
TerrainExtensions.UpdateGIMaterialsoverloads. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
CombineInstance.realtimeLightmapScaleOffset. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
DynamicGI.indirectScale,DynamicGI.isConverged,DynamicGI.materialUpdateTimeSlice,DynamicGI.synchronousMode,DynamicGI.updateThreshold,DynamicGI.SetEmissive, andDynamicGI.SetEnvironmentData.DynamicGI.UpdateEnvironmentis not deprecated. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
LightingSettings.realtimeGIandLightingSettings.realtimeEnvironmentLighting. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
LightmapParameters.clusterResolution,LightmapParameters.irradianceBudget,LightmapParameters.irradianceQuality,LightmapParameters.isTransparent,LightmapParameters.modellingTolerance,LightmapParameters.stitchEdges, andLightmapParameters.systemTag.LightmapParameters.resolutionis not deprecated, because it also sets the resolution the Progressive Lightmapper bakes terrain at. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
MeshRenderer.enlightenVertexStream. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
Renderer.realtimeLightmapIndexandRenderer.realtimeLightmapScaleOffset. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
RendererExtensions.UpdateGIMaterials. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
Terrain.realtimeLightmapIndexandTerrain.realtimeLightmapScaleOffset. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
UnityEditor.Lightmapping.realtimeGI. Enlighten realtime Global Illumination will be removed in a future release.Graph Toolkit: Added: Added a new API to access the root VisualElement of States.
Graph Toolkit: Added: Added an API to edit Group Conditions.
Graph Toolkit: Added: Added StateMachine.OnStateMachineChanged() public API.
Graph Toolkit: Added: Extend ITransition to add abilities to manage ITransitionRules.
Graph Toolkit: Added: Extend the StateMachine class to add the ability to manage transitions between states.
Input System: Added: Added a new
DeviceOrientationSensordevice that provides feature parity withUnityEngine.Input.deviceOrientation.Input System: Added: Added internal plumbing for the Input System package to be able to extract Device Orientation similar to Input Manager.
iOS: Added: Introducing user module version for UnityAPI module for Swift project type.
Netcode for Entities: Removed: The obsolete managed
GhostPresentationGameObjectPrefabcomponent is now a hard error ([Obsolete(..., true)]) and no longer functional. Use the unmanagedUnmanagedGhostPresentationGameObjectPrefabinstead, which references the prefabs throughUnityObjectRef<GameObject>.Physics 2D: Added: Added "Get()" extension method to all Physics "object" types to allow users to work around not being able to use a setter property on a returned object without first assigned to a local variable. Added to PhysicWorld, PhysicsBody, PhysicsShape, PhysicsChain, PhysicsJoint and all concrete PhysicsJoints.
Physics 2D: Added: Added a selectedDrawing property to PhysicsBody, PhysicsShape and PhysicsJoint, batch SetSelectedDrawing methods, and PhysicsWorld.ClearDrawSelected, so individual objects can be drawn persistently when the world is drawn.
Physics 2D: Added: Added an autoAxis option to the slider and wheel joint definitions that derives the joint axis from the joint anchors when the joint is created.
Physics 2D: Added: Added batch setters for user data, owner user data, contact filter and surface material on PhysicsShape, PhysicsBody and PhysicsJoint.
Physics 2D: Added: Added: PhysicsBody, PhysicsShape and PhysicsJoint now each have a "drawTarget" property, selecting which Unity editor views (Scene view, Game view or both) the object is drawn into when the world is drawn.
Profiler: Changed: Added an optional Display Name property to
ProfilerCounterDescriptorfor improved readability.Scripting: Deprecated: Deprecated
PlayerSettings.gpuSkinning. UsePlayerSettings.meshDeformationinstead.Test Framework: Added: Added TestRunProfiler custom spans API.
UI Toolkit: Added: Added
UxmlSerializedDataPropertyDrawer,UxmlAttributeField, andUxmlAttributeFieldDecoratorto support custom property drawers for UI Toolkit elements in the Inspector.UI Toolkit: Added: Experimental VisualElement Components.
Changes
2D: Added Burst and Collections as dependency for com.unity.2d.tilemap package.
2D: Changed Tilemap component data structure for better compatibility with jobs.
Editor: Project Auditor: new severity icons/colors.
Editor: Removed the NetCoreRuntime from the Editor install.
Editor: Tweaked some Surface Cache quality presets.
Entities: Added HasHierarchy tag component to TransformRef when it becomes part of a hierarchy.
Installer: Added a -CPULightmapper=no command line switch to the Windows Editor installer that skips installing components only the CPU Progressive Lightmapper requires, currently the end-of-life Microsoft Visual C++ 2010 runtime. (UUM-149122)
Mono: Removed assertions from ToFileDescriptor. (UUM-145761)
Multiplayer: Changed the run mode of a local player (Scenario Control / Manual Control) to be stored per developer instead of in the scenario asset, so it no longer travels with the asset in version control. Existing scenarios reset to Scenario Control the first time you open them in this version.
Package: Added localization package 2.0. This version is designed to work with the built in localization module.
Package Manager: Marked the Analytics Library package (com.unity.analytics) as deprecated. Migrate to Unity Analytics (com.unity.services.analytics).
UI Toolkit: AttributeOverrides are now shown as disabled during main stage authoring.
URP: Mata passes for GI no longer requires _EMISSION but checks purely from gi material flags.
VFX Graph: Provided clear messaging that custom light probes are not fully supported in VFX Graph yet. (UUM-150046)
Fixes
2D: Fixed TilemapRenderer rendering regressions for Individual mode and Hexagonal/Isometric Chunk mode. (UUM-148757)
AI: Fixed editor crash when baking a nav mesh that includes objects that result in an extremely large bounds. (UUM-134462)
Android: Added Scripting documentation for
PlayerSettings.Android.compileSdkVersion.Android: Auto-fill compileSdkVersion on existing-project upgrade.
Android: Fixed an approximately 7 MB native memory leak per Application.Unload cycle when using GameActivity.
Android: 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.Android: 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.Android: 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.Android: Fixed Android version labels to match Google's naming. (UUM-150412)
Android: Fixed System Bars UI columns miss alignment on big window sizes. (UUM-150348)
First seen in 6000.7.0a6.Android: Improved the "Missing Required API Level" dialog. (UUM-150206)
Android: Re-enabled Java heap leak check in AndroidPlayerUnloading integration tests.
Animation: 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.Animation: Fixed an issue where Animator window's Layers dropdown (in compact mode) would be extremely wide when layers have very long names. (UUM-131557)
Animation: Fixed GUIStyle warnings when clicking on \"Add Properties\" in Animation Window. (UUM-148497)
Animation: Fixed Null Reference Exception when selection Object drop destination from multiple choices in the dopesheet editor. (UUM-148386)
Asset Pipeline: Fixed an issue where performance could degrade and eventually fail when the Accelerator was under heavy load. (UUM-146082)
Audio: Bug was already fixed. Added a test. (UUM-147800)
Audio: Fixed AudioSettings.driverCapabilities returning undefined value when using the Enhanced Audio Foundation. (UUM-148718)
Audio: Fixed crash when pausing AudioRandomContainer containing streaming clips on some platforms. (UUM-148440)
Build Pipeline: Corrected reporting of player build flags in analytics. (UUM-144697)
First seen in 6000.7.0a5.Build Pipeline: Fixed an issue where VideoClips referenced by Content Directory builds failed to load at runtime on macOS. (UUM-147430)
Build Pipeline: Fixed the Build Profile Scene List being emptied when pasting a different settings section onto it. (UUM-147103)
First seen in 6000.7.0a2.Burst: Ensure the bundle is resigned correctly when running under X64 process root. (UUM-149014)
Burst: Fixed a rare compilation crash caused by a data race in portable-PDB debug info handling during parallel compilation.
Burst: Fixed that some of Burst's Windows assemblies were not Authenticode-signed. All Burst-authored binaries are now signed.
Burst: Fixed the Burst Inspector disassembly search bar requiring a second Ctrl/CMD + F press to reopen after being closed. (UUM-144286)
Code Editor: 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. (UUM-150210)
CoreCLR: Fixed crash callstacks not being written to the log on MacOS. (UUM-149533)
First seen in 6000.7.0a4.DX12: 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. (UUM-144068)
DX12: Start tracking d3d12 resources using D3D12Object class on remaining D3D12 platforms similarly to how desktop does this. (UUM-147469)
Editor: Added group aware localization APIs.
Editor: Added headless NativeJobs (no container) [manually triggered].
Editor: Added headless Runtime/RegressionRuntime jobs (no container) [manually triggered].
Editor: 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. (UUM-134407)
Editor: 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.
Editor: 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.Editor: Fixed a Linux-only Editor crash caused by reentrancy while rebuilding menu items during a domain reload. (UUM-149839)
Editor: Fixed an Editor crash that occured when inspecting a TextMeshPro font asset. (UUM-145753)
Editor: Fixed an editor crash when a curve with more than 8 keys was set in a Particle System. (UUM-144792)
Editor: Fixed an issue where accessing the rootVisualElement of an Overlay's container could cause recursive calls and crash the Editor. (UUM-149209)
Editor: 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. (UUM-146005)
Editor: Fixed an issue where clicking the Gradient settings button was ignored while editing a gradient preset's name. (UUM-148458)
Editor: Fixed an issue where Control+Shift+Click in the Hierarchy window only selected a single item. (UUM-141451)
Editor: Fixed an issue where scripts were not being created after pressing Enter in the INspector's Add Component New Script view. (UUM-149682)
Editor: Fixed an issue where selecting multiple ranges of items in the Hierarchy window wasn't possible. (UUM-142974)
Editor: 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.Editor: 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. (UUM-147844)
Editor: Fixed bug in scripting defines where reverting an un-applied change when a build profile loses focus should not cause a domain reload. (UUM-149532)
Editor: Fixed certain settings' label text getting truncated through unrelated actions within the Editor. (UUM-141305)
First seen in 6000.7.0a5.Editor: Fixed certain settings' label text getting truncated through unrelated actions within the Editor. (UUM-144202)
First seen in 6000.7.0a5.Editor: Fixed crash on disconnection from accelerator during build. (UUM-148391)
Editor: Fixed error spam when Surface Cache is enabled on unsupported devices. (UUM-149165)
First seen in 6000.7.0a5.Editor: Fixed for crash at shutdown due to selection history falsely retaining entities that have been destroyed by parents. (UUM-145779)
Editor: Fixed HDRP contact shadows quantizing to 2x2 pixel blocks at full resolution. (UUM-150212)
Editor: Fixed highlight appear off-centered on inspector dropdown control. (UUM-149379)
Editor: Fixed issue where hierarchy node renaming would not start or start too early. (UUM-150001)
Editor: Fixed menu entry style in the main toolbar menu. (UUM-149445)
First seen in 6000.7.0a4.Editor: Fixed menu items added from script disappearing when the editor menus are rebuilt. (UUM-149764)
Editor: Fixed NullReferenceExceptions when switching Project Settings sections while renaming a Quality Mipmap Limit Group. (UUM-149200)
First seen in 6000.7.0a4.Editor: 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. (UUM-148581)
Editor: Fixed the stylesheet leak from the UI Toolkit project settings page. (UUM-149777)
Editor: Fixed toolbar menu listed "Localization/Language" even when localization was disabled.
Editor: Fixed Undo/Redo for "GPU Instancing" and "Double Sided Global Illumination" fields for Materials in Inspector. (UUM-143569)
Editor: Fixed ~30ms stall during domain reload when entering play mode. (UUM-149130)
Editor: 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. (UUM-148376)
Editor: Isolation View overlay no longer remains visible in the Scene View after undoing an isolate action. (UUM-149238). (UUM-149238)
Editor: 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.Editor: Print invalid define message instead of throwing. (UUM-146349)
Editor: Project Auditor: ensure all anim clips are scanned/analyzed.
Editor: Reinstate 2 Project Auditor analyzers that will not be migrated to the Rules package. (UUM-150288)
Editor: Removed RenderCommandTypeHelpers::IsRenderingCommandSupportedInsideRenderPass. (UUM-150531)
Editor: Scenario hang on with an Initial Scene from a read-only package. (UUM-147441)
Editor: XR: Removed the obsolete and unused AR module, the
UnityPlayer.initializeGoogleAr()method, and the use of theunity.arcore-enablemanifest metadata key.EmbeddedLinux: Fixed black screen on Screen.SetResolution. (UUM-149575)
First seen in 6000.7.0a5.EmbeddedLinux: Fixed case where first touch input is dropped. (UUM-150086)
EmbeddedLinux: Fixed for Screen.SetResolution produces a blank screen when used with FullScreenMode.MaximizedWindow. (UUM-143541)
EmbeddedLinux: Restore resize handling on SDL window resize events. (UUM-148383)
First seen in 6000.7.0a5.Entities: 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. (UUM-148905)Entities: 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.Entities: Fixed performance regressions related to transform hierarchy children access. (UUM-138633)
Entities: Only record user-initiated selection in Systems window navigation history. (UUM-150002)
Entities: Overwrite duplicate keys in the case TypeManager.AllTypes yields multiple entries with the same FullName, preventing an exception. (UUM-147907)
Entities Graphics: Fixed baked directional lights authored inside Entities subscenes not driving HDRP's Physically Based Sky. (UUM-137400)
Entities Graphics: Fixed corrupted compute-deformation of skinned meshes in subscenes. (UUM-146932)
GI: 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.GI: Fixed a crash when opening the Profiler (Standalone Process) window in projects created from templates that include the Tutorials framework. (UUM-149676)
GI: Fixed crash when baking lighting for a scene placed in StreamingAssets. (UUM-149240)
GI: Fixed GPU race condition in Surface Cache causing temporary black patches. (UUM-150444)
First seen in 6000.7.0a6.GI: Fixed MissingComponentException for MeshRenderers without a MeshFilter.
GI: Fixed Surface Cache global probe buffer layout and hash gating. (UUM-149870)
First seen in 6000.7.0a6.GI: 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. (UUM-149122)
GI: Skip lightmap denoising when the input is fully black. (UUM-150332)
First seen in 6000.7.0a6.GI: 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.
Graphics: Fixed a crash when baking occlusion culling for large scenes. (UUM-143361)
Graphics: Fixed a device freeze on Midgard Mali GPUs when Blit Type was set to Auto. (UUM-149414)
Graphics: Fixed double counting of memory size for depth+stencil render surfaces. (UUM-149031)
First seen in 6000.7.0a3.Graphics: 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.Graphics: Fixed Graphics.RenderPrimitives and Graphics.DrawProcedural crash with MeshTopology.Quads when Graphics Jobs are enabled. (UUM-141117)
Graphics: Fixed issue when creating stencil-only Render Textures. (UUM-144249)
Graphics: Fixed Vulkan rendering artifacts on Mali GPUs with some renderpass/subpass configurations. (UUM-147578)
GraphView: Added issue in Template Browser where the tab keyboard shortcut sometimes caused keyboard navigation to go out of sync with selections. (UUM-144972)
GraphView: Allowed multiple instances of the Template Browser to coexist for different tools. (UUM-137579)
GraphView: Changing the Template Browser Sort Type preserves selection. (UUM-143043)
GraphView: Ensure selection is visible when changing the Sort Type for the Template Browser. (UUM-143045)
GraphView: Fixed the Template Browser displaying errors when creating an asset from a deleted template. (UUM-143138)
GraphView: Handle exceptions from various keyboard commands when used in the Template Browser. (UUM-144108)
GraphView: Scroll to last template now in the Template Browser now accounts for collapsed categories. (UUM-140556)
GraphView: Search focus in the Template Browser is now preserved after the first match. (UUM-144963)
HDRP: Added missing
UnityPerDrawparams forSpriteRenderer. (UUM-141304)HDRP: Ensure global settings default volume profile in difussion profile editor. (UUM-138525)
IMGUI: Fixed property field child fields not being drawn when the property rect is at negative GUI coordinates. (UUM-149255)
Input System: Added
LocationSensor, exposing GPS position,status, and permission state as the parity equivalent ofUnityEngine.Input.location. Reports status via a new Input SystemLocationServiceStatusenum.Kernel: Added a
JobHandle.ToStringimplementation to prevent potential boxing.Linux: Fixed case where first touch input is dropped. (UUM-150086)
Linux: Lowered the glibc version to 2.34. (UUM-150342)
macOS: 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.Multiplayer: Fixed an error thrown when activating an Additional Editor Instance through a custom Play Mode Scenario. (UUM-149745)
First seen in 6000.7.0a5.Multiplayer: 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.
Multiplayer: Fixed errors thrown when using Terrain tools in Multiplayer Play Mode additional Editor instances Authoring tools are not supported and are now disabled. (UUM-148239)
Multiplayer: Fixed virtual players crashing when the main editor is closed on Ubuntu.
Multiplayer: 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.
Multiplayer: Play Mode button remaining highlighted after canceling the Unsaved Changes prompt when entering Multiplayer Play Mode. (UUM-149873)
Netcode for Entities: 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). (UUM-148863)
Networking: UnityWebRequest: Don't URL-encode characters '&' and '=' in
PostWwwForm. (UUM-149976)Package: Collections: Fixed FixedString formatting of certain float values when CoreCLR is the scripting backend.
Package Manager: Fixed security setting not persisting after editor restart. (UUM-150249)
First seen in 6000.7.0a5.Package Manager: Fixed signed packages from scoped registries incorrectly reporting an
uncheckedsignature status. The_fingerprintpackage 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 Manager: Improved the error message displayed when adding an incompatible version with the current Unity Editor. (UUM-138842)
Particles: Shape Asset references should now reset properly. (UUM-141007)
Performance Test Framework: Documenation for Performance Testing Framework package now linked & published with the Unity manual.
Physics: 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. (UUM-138528)
Physics: 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. (UUM-138528)
Physics: Improved the cleanup performance of IgnoreCollision when destroying a Collider. (UUM-115186)
Physics: Prevented manual edits to the
SimulationSingletonvalue inUnity.Physics. Change the physics simulation type from thePhysicsSimulationStepcomponent instead. (UUM-148731)Physics 2D: Added a small left and right panel padding to the Project Settings page for PhysicsCore2D module so it doesn't touch the window border.
Physics 2D: Applying a very large wind force via
PhysicsBody.ApplyWind, or a very large impulse viaPhysicsWorld.Explode, could silently corrupt the entire physics world with NaN or Infinity values. (UUM-150029)Physics 2D: Fixed a crash caused by unbounded recursion when a
PhysicsEvents.WorldDefinitionChangehandler wrote the same world's definition. Changed the nested write to apply without raising a second change event.Physics 2D: Reading
PhysicsWorld.counters, or other queries, after restoring a world from a corrupted or truncatedSnapshotcould crash the Editor or Player. (UUM-150072)Physics 2D: Wake Rigidbody2D when activating a child GameObject containing a Collider2D. (UUM-149852)
Physics 2D:
PhysicsWorldcould crash or corrupt memory when created with a very large or negativePhysicsWorldDefinition.capacity. (UUM-150067)Profiler: Added CoreCLR capture of GC-static field values and frozen/non-GC heap chunks to the memory snapshot format. Bumped format to v20.
Profiler: Fixed an issue where resetting Profiler modules would leave (duplicated) custom modules until the window was re-opened. (UUM-148468)
Profiler: Fixed incorrect screenshot counter in Profiler. (UUM-148466)
QNX: Fixed black screen on Screen.SetResolution. (UUM-149575)
First seen in 6000.7.0a5.QNX: Fixed case where first touch input is dropped. (UUM-150086)
QNX: Restore resize handling on SDL window resize events. (UUM-148383)
First seen in 6000.7.0a5.Scripting: Fixed .NET 1.x dll's not getting loaded into the domain. (UUM-141092)
Scripting: Fixed an issue where
AutoStaticsCleanupdidn't restore a static field that was set tonullduring a Play session. (UUM-149874)Scripting: Fixed InitializeOnLoad ordering logic to be more performant. (UUM-149218)
Search: Fixed issue where the "Find References in Scene" component menu action would not work correctly in new Hierarchy. (UUM-122332)
Serialization: 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. (UUM-149620)
Shaders: (Shaders) The editor no longer hangs at "waiting for shader compilers" when asynchronous shader variant compilation is cancelled during domain reload or editor shutdown.
Shaders: Fixed incorrect prompting of apply shader build settings window on removal of empty keywords override settings. (UUM-148993)
Shaders: Fixed shader cache inconsistency on shared entries between DX11 and DX12 when using FXC compiler. (UUM-149919)
First seen in 6000.7.0a6.SRP Core: 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. (UUM-148221)
SRP Core: Fixed cropped post-processing output when the targetTexture is swapped to a different size. (UUM-145833)
SRP Core: Fixed minor visual issue with Render Graph Viewer's Auto Update button. (UUM-150051)
SRP Core: 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. (UUM-133186)
SRP Core: Fixed the GPU Resident Drawer help box in the Rendering Debugger displaying C# type names, such as "GPUResidentDrawer" and "RenderPipelineAsset", instead of readable names. (UUM-138009)
SRP Core: Removed check to only consider emissives for GI if the _EMISSION keyword was added.
Terrain: 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. (UUM-134662)
Terrain: 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. (UUM-134352)
Terrain: Fixed
IndexOutOfRangeExceptionbeing thrown when painting details on the edge or corner of a Terrain. (UUM-149028)Terrain: Re-enabled terrain shader tests. (UUM-145677)
First seen in 6000.7.0a2.Test Framework:
Measure.Method().GC()again forces a full garbage collection immediately before each timed region, restoring the behavior from before the switch to theProfilerRecorderAPI. 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 whenGC()is specified; warmup and probing iterations are not affected; and becauseSetUp/CleanUpcause each of theIterationsPerMeasurementinner 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 withGC()will change, generally becoming lower and more stable, so baselines recorded since 3.2.1 are not comparable. (UUM-147204)Tests: Fixed use-after-free in BufferMetal::BeginWrite. (UUM-149400)
First seen in 6000.7.0a5.Tests: Re-enabled DispatchWithUniformUpdate test. (UGK-2462)
Text: Added font subsetting via importer recipes and hidden Font sub-assets.
Text: Fixed "Failed to perform selection on text" in Console. (UUM-149393)
Text: Removed vertex padding on whitespace quads. (UUM-149248)
Timeline: Fixed VFX Graph property values not being restored when previewing in Timeline. (UUM-142082)
uGUI: 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. (UUM-145753)
uGUI: Fixed ellipsis line-breaking recursion when the font lacks an ellipsis glyph and Ellipsis overflow mode is selected. (UUM-134066)
uGUI: 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. (UUM-148732)
uGUI: Fixed
NullReferenceExceptionerrors when selecting an InputField (TMP) Placeholder before importing the TMP Essential Package. (UUM-143965)uGUI: Layout Element inspector now shows mixed values when multiediting and stays in sync across Inspector windows. (UUM-145408)
uGUI: Undoing an added LayoutGroup on a ScrollView now restores its children entirely. (UUM-144838)
UI Toolkit: Fixed "Invalid image specified" warnings when clearing the Cursor Image field of an in-scene UI Toolkit element. (UUM-149384)
UI Toolkit: 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%. (UUM-148867)
UI Toolkit: 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 Toolkit: Fixed a
NullReferenceExceptionthat occurred when a panel was disposed while another panel was updating. (UUM-149694)
First seen in 6000.7.0a5.UI Toolkit: 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 Toolkit: Fixed an issue where opening the Attributes Inspector window reset values inherited from ancestor
AttributeOverrides.UI Toolkit: Fixed an issue where setting
--unity-metrics-single_line-heighton the:rootselector through a USS file imported by a theme didn't affect ScrollView scroll speed. (UUM-129742)UI Toolkit: Fixed an issue with missing-asset USS warning spam after asset deletion. (UUM-148575)
UI Toolkit: Fixed content in popup and utility windows sitting flush against the window edges. (UUM-149693)
First seen in 6000.7.0a5.UI Toolkit: 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 Toolkit: Fixed custom filter shaders receiving an incorrect UV rect when the filter declares non-zero read margins. (UUM-149441)
UI Toolkit: Fixed element animations playing in the Game View while the Editor is in Edit Mode. (UUM-148584)
UI Toolkit: Fixed nested Panel Renderers throwing exceptions and not rendering after their parent's UXML was saved. (UUM-148452)
UI Toolkit: Fixed Panel Renderer content disappearing when its GameObject is unparented from another Panel Renderer. (UUM-147941)
UI Toolkit: Fixed performance regressions in UI Toolkit renderer. (UUM-148769)
UI Toolkit: Fixed Radio Button Group choices being cleared when saving a UXML file with blank choices. (UUM-150030)
UI Toolkit: Fixed StyleSheets window search field width. (UUM-149417)
UI Toolkit: Fixed support for font size set in percentages in the ui builder and integrated authoring. (UUM-104877)
UI Toolkit: Fixed Tab key navigation getting stuck on fields that have a unit dropdown in the Inspector of UI Staging Mode. (UUM-147715)
UI Toolkit: 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 Toolkit: 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. (UUM-145535)
UI Toolkit: Fixed the IMGUI dictionary drawer scrolling short of its last rows in a window that cannot scroll. (UUM-149490)
UI Toolkit: 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 Toolkit: Fixed the MultiColumn control's argument exception when increasing the column and descriptor count. (UUM-148746)
UI Toolkit: 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 Toolkit: Fixed the ToggleButtonGroup value wrap when 8 or more buttons are present. (UUM-149531)
UI Toolkit: Fixed the Transition Animations remove button staying disabled after undoing a transition reset. (UUM-145783)
UI Toolkit: Fixed the
DropdownFieldelement ignoring theindexattribute set in UXML. (UUM-150530)UI Toolkit: Fixed UI failing to render on OpenGL ES and WebGL 2.0 devices when the UI shader exceeded the platform's vertex uniform limit. (UUM-149277)
UI Toolkit: Fixed unreadable, overlapping text on the "Choose how assets are referenced" step of the Localization project settings setup. (UUM-149992)
First seen in 6000.7.0a6.UI Toolkit: Fixed Vector and Rect fields growing wider than their container when a long value is typed into them. (UUM-117525)
UI Toolkit: Fixed white line artifacts in gradients that use the Mirror or Wrap address mode when Anisotropic Textures is set to Forced On in the Quality settings, and fixed incorrect rendering of the area before the gradient's start point. (UUM-139509)
UI Toolkit: Renaming the document row in the Hierarchy now renames the corresponding .uxml asset.
Undo System: Undo selections and save importer changes without errors. (UUM-148141)
Unity Physics: Added a [NoAutoStaticsCleanup] attribute to some of the scripts in the 'Custom Physics Authoring' sample to avoid UAL0010 and UAL0013 warnings upon import. The behaviour of the scripts remains unchanged.
Unity Physics: Added note in the 'Advanced Game Physics Sample - Chain and Gears' sample description to state that the 'Custom Physics Authoring' sample must also be imported for this demo to compile without errors. Note that scripts previously imported in Common/Scripts as a dependency of this Chain and Gears demo have been moved into the 'Custom Physics Authoring' and renamed CommonScripts/. (UUM-149521)
First seen in 6000.7.0a4.Unity Physics: Fixed an issue where casting a collider away form another one could return the wrong hit. (UUM-138425)
Unity Physics: Regenerated some sample meta files to fix serialized versioning warnings when the 'Advanced Game Physics Sample - Chain and Gears' sample was imported. (UUM-149515)
URP: Fixed Custom Interpolators not flowing from the vertex to fragment stage in Decal Shader Graphs. (UUM-117270)
URP: Fixed invalid colors in Lift, Gamma, Gain post-processing by clamping negative colors in LUTBuilder shaders. (UUM-148848)
URP: Fixed missing tile map grid lines. Ensure preview camera render target is correct after rendering with an SRP. (UUM-122618)
URP: Improved GPU performance for URP projects on tile-based platforms by avoiding unnecessary color loads when UberPostProcessing is the final pass. (UUM-140408)
URP: URP Render Graph Memoryless backbuffer support on iOS Metal. (UUM-99364)
VFX Graph: Added issue where NaNs could perpetually keep a graph in a dirty state. (UUM-139398)
VFX Graph: Added issue where swapping a connected property from input to output could result in errors. (UUM-143993)
VFX Graph: Fixed an exception that occurred when enabling the template toggle. (UUM-149239)
VFX Graph: Fixed an issue where nested OnPlay, OnStop, and similar events resulted in stack overflows. (UUM-121002)
VFX Graph: Fixed an issue where output property nodes would cause errors when converted to operator subgraphs. (UUM-108536)
VFX Graph: Fixed an issue where template attributes may fail silently on insertion. (UUM-121263)
VFX Graph: Fixed VFX Graph windows prompting to save a second time after a Save All operation closed them. (UUM-131449)
Video: Fixed a VideoPlayer freeze for looping clips that could occur upon entering Playmode, where playback would stop and not recover. (UUM-144106)
Video: Fixed
frameReadyfiring beforeseekCompletedafter a seek. (UUM-147695)
First seen in 6000.7.0a4.Video: Stabilized the VideoPlayerTimeReference regression test on Web by widening its ExternalTime clock-drift tolerance to absorb platform timing jitter. (UUM-145774)
First seen in 6000.7.0a1.Web: Fixed NameFilesAsHashes functionality. (UUM-148663)
Web: Fixed NameFilesAsHashes when building in batchmode. (UUM-149003)
Web: Fixed WASM_SIZE, wasmFileSize that is used in memory profiler. (UUM-149075)
WebGL: Fixed a crash and "multisampled flag doesn't match" validation errors on the WebGPU backend when render targets were recreated, for example while resizing the canvas with matchWebGLToCanvasSize enabled. (UUM-149827)
Windows: Fixed an issue where truncated reads over 32MiB through the AsyncReadManager would fail with Direct Storage enabled. (UUM-149542)
XR: Fixed blocky or shifted lighting artifacts that could appear on XR platforms especially when using dynamic resolution in Deferred or Forward+ rendering paths. (UUM-143709)
New 6000.7.0a6 Package Changes since 6000.7.0a5
Packages updated
com.unity.xr.hands: 1.9.0-pre.1 to 1.9.0
com.unity.xr.interaction.toolkit: 3.6.0-pre.1 to 3.6.0
Packages deprecated
- com.unity.analytics - "This package is deprecated and won't be compatible with future Unity versions. It will only receive critical updates, with no new features or bug fixes. Migrate to Unity Analytics: https://docs.unity.com/en-us/analytics"
Preview of Final 6000.7.0a6 Release Notes
Features
2D: Added EntityIDTile/Base which can be used with Tilemap jobs and Burst.
Accessibility: Added a Generate Accessibility Hierarchy toggle to the UI Document and Panel Renderer Inspectors, and the matching
UIDocument.generateAccessibilityHierarchyandPanelRenderer.generateAccessibilityHierarchyproperties, to opt individual components out of the generated hierarchy. The toggle is visible and takes effect only while the Generate Accessibility Hierarchies for Runtime Panels setting in Project Settings > UI Toolkit is enabled.Accessibility: Added experimental screen reader support for runtime UI Toolkit panels on Android, iOS, macOS, and Windows. The new Generate Accessibility Hierarchies for Runtime Panels setting in Project Settings > UI Toolkit makes UI Toolkit automatically generate and maintain accessibility hierarchies for the participating runtime panels of the application's main window, so screen readers (Narrator, VoiceOver, TalkBack) can read and operate UI Toolkit content in player builds. In this first version, only buttons, labels, and toggles (including controls derived from them) are exposed as operable controls; other elements are announced by their text when one can be derived, but don't yet expose control-specific roles or interactions. This feature is experimental and not ready for production use.
Adaptive Performance: Added CPU and GPU utilization indexer integration for adaptive performance.
Android: Added edge-to-edge rendering support with new APIs to control inset overlapping, system bars appearance, and background transparency, enabling full control over how status bar and navigation bar interact with the game view, requires Android 11+.
Android: Added support for adaptive TV banners and monochrome icons for Android adaptive icons.
Android: Added Vector Drawable Support for Icons.
Apple TV: Input System rumble support for tvOS.
Build Pipeline: Make MSBuild script compilation pipeline selectable in project settings.
Build Pipeline: Make MSBuild script compilation pipeline selectable in project settings.
Editor: Added a copy and paste function for the adaptive performance component in build profiles. Copy and paste is viable if the source is fully copyable to the target.
Editor: Added a new instability detection feature to the consistency checker, for when multiple cached import results match the current context/environment. This indicates missing or inconsistent dependencies on the related importer.
Editor: Added Battery Mode for Adaptive Performance.
Editor: Added editing actions (cut, copy, paste, ...) to the ui Viewport context menu.
Editor: Added support for Build Destination Override in Build Profiles.
Editor: Added support for multiple instances of the UI Builder window.
Editor: Added the ability for menu items to be pinned to the customizable main toolbar via the toolbar contextual menu. These elements persist across sessions and are compatible with presets.
Editor: Project Auditor: Added the Target Framework column to the Precompiled Assemblies table.
Editor: Project Auditor: initial migration pages for help moving to URP and CoreCLR.
Editor: Project Auditor: suppress issues based on their ID. Similar to how IDE's allow suppression of compiler warnings.
Editor: The Editor can now build experimental CoreCLR Player builds for Windows, macOS, and Linux.
Editor: The Hierarchy window now displays the number of matching items inside the search bar when searching.
Entities: Added configurable memory budgets for Entities archetype and query allocators in Project Settings > Memory, with per-platform settings support.
Entities: Added id= search filter to find entities by their index (e.g., id=27869) or full ID with version (e.g., id=27869:3).
Entities: Entities Memory profiler now shows allocator budget usage per world to identify when allocators approach their 16 MB limits.
Entities: Pressing F (Frame Selected) in the Scene View now frames the camera on selected entities.
Graph Toolkit: Now supports setting the
VariableNodeModeof a variable node. A variable node can operate in one of two modes:GetandSet. When a variable node is inSetmode, a newValueinput is added to the node, making it possible to set the variable's value directly in the graph. It is possible to set the mode of a variable node through its inspector using theAllow to set value in graphcheckbox.Graphics Tests: Added support for image build settings to distribute reference images through embedded packages.
IL2CPP: Added a string-argument overload to
[StubBodyIfTypeNotUsed]so that the target type can be named across an assembly boundary that the caller does not reference.IL2CPP: Added experimental support for IL2CPP targeting .NET on iOS. In this mode, the iOS player executes against a .NET 10 base class library (BCL). This is enabled on iOS by selecting the
.NET Standard 2.1 - .NET Preview (Experimental)option in the ApiCompatibilityLevel Player setting. Note: C# code is still compiled as C# 9 and against the .NET Standard 2.1 API surface.Input System: Added
InputSettings.locationAccuracyandInputSettings.locationDistanceThresholdproject defaults for location updates.iOS: Added full-screen video support for the Swift trampoline.
iOS: Added support for Universal Links in the Swift trampoline. Links associated with the app through Associated Domains (apple-app-site-association) now set Application.absoluteURL, invoke Application.deepLinkActivated, and notify native plugins.
iOS: Input System rumble support for iOS.
iOS: Split the UnityFramework target and created public API module UnityFrameworkAPI.
Package Manager: Added a new
upmSigncommand-line parameter to sign source Git packages.Package Manager: Added a security confirmation prompt based on the security level selected in Project Settings.
Package Manager: Added a Security setting in Project Settings > Package Manager to control which package sources and signature levels are trusted in the project.
Package Manager: Added a
packageSecurityPolicyCLI argument to set the security policy level when creating a project from the command line.Package Manager: Added log warnings for installing Limited Trust packages when a project's package security level is Trusted packages only.
Package Manager: Added security warnings and messages to the package list and details, based on the security level selected in Project Settings.
Package Manager: Show the popup at project open when installed packages have signature or security compliance issues that don't meet the security level selected in Project Settings, and update its message.
Profiler: Added an information panel to the Profiler's 'Screenshots' module. You can toggle the panel from the module toolbar. It shows:
The selected frame number, and the resolution and source frame of the displayed screenshot.
A notice when the displayed screenshot is older than the selected frame.
The CPU and GPU frame times, highlighted when they exceed the target frame time.Scripting: Added Smart Strings, a built-in module based on SmartFormat for formatting dynamic strings with named placeholders, pluralization, and conditional logic.
Scripting: Unity Player and Editor binaries now export a C symbol named
UnityScriptingBackend. Its value indicates the scripting backend the binary was built with, such asIL2CPP,CoreCLR, orMono, so external tooling can identify the backend by inspecting the binary without running it.UI: Added the localization module, an improved version of the Localization package. Migration support is available. For more information, refer to the documentation.
UI Toolkit: Added background gradients support for the background-image style.
UI Toolkit: Added gap property.
URP: Added AgX as a Tonemapping mode in the Tonemapping volume override.
URP: Added fixed exposure to URP. The setting can be accessed though the volume system.
URP: Added on-tile support to the URP deferred renderer.
URP: Added support for stencil in Shader Graph.
VisionOS: Input System rumble support for visionOS.
Web: Added support for building Player that uses up to 16 GB of WebAssembly memory (Wasm64).
Web: Enabled Burst for builds using WebAssembly64.
Web: Improved performance of Physics3D module when building with "WebAssembly 2023" option.
Improvements
Accessibility: Added support for
AccessibilityState.Expandedon Android.Adaptive Performance: Added CPU and GPU utilization ADPF metrics to the Environment sample.
Android: Added an error message to help users resolve Android SDK license acceptance issues that cause build failures.
Android: Added scripting docs to ApplicationStartInfo.
Android: Internal refactor of CJK locale font fallback selection.
Android: Removed libmain.so; libunity.so and libil2cpp.so are now loaded directly by the Java layer, fixing a duplicate JNI_OnLoad call on runtime reload.
Android: Rework External Tools preferences page to follow Editor Foundations UI guidelines.
Android: Simplified Java version architecture detection regex.
Android: ThinLTO can now be used when Strip Engine Code is enabled.
Android: Updated Games-Frame-Pacing package from 2.1.2 to 2.1.3, enabling 16KB page support.
Animation: Added support for multi-edition of Animator transition settings.
Animation: Replaced Animation Window clip selector dropdown with a searchable dropdown.
Animation: The Animator Window's compact mode Layers dropdown now has a search bar.
Apple TV: Reduced memory consumption in Release builds. In Release builds, Profiler.GetTotalAllocatedMemoryLong() and Profiler.GetTotalReservedMemoryLong() now report the size the allocator actually reserved rather than the size that was requested, so a higher value than before does not mean that more memory is used.
Asset Pipeline: Added clarification detail to.
Audio: Added new UnityAudioEffectDefinitionFlags_UseOutputChannelCount so Ambisonic decoder native audio plugins can use the full output channel count of the project rather than be fixed to the input clip channel count.
Audio: Added profiler section for Scriptable Audio Pipeline.
Audio: Architectural improvements to remove most main thread stalls ("Flush DSP connections" profiler marker) or inversely audio drop-outs, when adding / removing Audio Sources, effects and so on, especially under pressure.
Build Pipeline: Changed some error messages during Content Directory builds when an included Asset has error messages to make easier to find the culprit asset and understand the underlying error. (UUM-143722)
Build Pipeline: Improved Build Pipeline callbacks documentation to mention ContentDirectory and how to use the version number and BuildPipelineContext to enforce dependencies and rebuild of scenes properly.
Build System: Updated the bundled 7-Zip to version 26.02.
Burst: Player builds no longer launch the Burst AOT compiler when no user assemblies reference Burst, speeding up build time significantly for projects that do not use Burst. (UUM-145413)
Burst: The Burst compiler server now starts asynchronously during editor initialization, reducing editor startup time. (UUM-146006)
CoreCLR: The bundled CoreCLR runtime has been updated to a newer .NET 10 (
release/10.0) servicing build, incorporating upstream fixes across the JIT, GC, COM/interop and cryptography, plus platform-specific fixes for Windows, Linux, macOS, Android, iOS and the browser.Documentation: Clarified in the MonoBehaviour.OnValidate scripting reference when values set by OnValidate are saved and when they exist in memory only. (UUM-134473)
Documentation: Improved code examples for Loadable example documentation.
DX12: Implemented placement buffer allocation.
Editor: Added a Stencil Shader Graph override sample for URP.
Editor: Added copy and paste to settings foldouts in the build profile window.
Editor: Added GPU Resident Drawer batching stats (Unique Materials, Unique Meshes, Single-Instance Batches) to the Game View Statistics window, and a "GRD Batches" chart to the Profiler's Rendering module.
Editor: Added out-of-process crash handler (UnityMacCrashHandler) for macOS Editor to support minidumps (attached exclusively to bug reports) and improve crash-reporting reliability.
Editor: Added SmartStrings project settings and inspector view.
Editor: Added the option to double click categories in the Project Auditor window to expand them.
Editor: Changed default resolution for uGUI canvas scaler from 800x600 to 1920x1080.
Editor: Enhances the drag-and-drop experience when adding assets to List<> properties in the Inspector. Previously, users could only drop assets on the list header, and items would always append to the end. Now users can drop anywhere on the list body with visual feedback showing the exact insertion position.
Editor: GRD Frame Debugger integration - Batch Cause + GRD Exclusion Summary.
Editor: Improved Android External Tools screenshot.
Editor: Improved Editor splash screen text legibility by adding a subtle drop shadow behind text labels.
Editor: Improved performance for first time script compilation in the Editor. (UUM-137057)
Editor: Improved performance of hierarchy icons. (UUM-149124)
Editor: Improved the performance of the TextureImporter. (various elements in the "processing" phase primarily, but texture compression will perform slightly better as well).
Editor: Increased performance by replacing reflection-based code in the Netcode package with non-reflection-based alternatives.
Editor: Normal maps now appear consistently in the Inspector's texture picker.
Editor: Project Auditor: Improved messaging about where analysis progress is.
Editor: Project Auditor: Improved the Upgrade Summary page to show more information.
Editor: Refactored Physics Debug Inspector UI so it uses common Inspector window patterns.
Editor: Removed duplicated Overlay colors
Users now have two ways to reset colors:- Per-color reset: Individual "Use Default" button next to each overlay color (in the "Overlays Background" category) to reset just that one color to its default- Reset all colors: "Reset All to Default" button at the bottom of the Colors page to reset all colors at once.
Editor: Separated Optimization and Upgrade issues into their own pages in the Project Auditor UI.
Editor: Updated the .NET SDK in the Editor to .NET10.
Entities: The Entities Memory Profiler module now uses the QuickSearch search field for filtering archetypes.
GI: Added a dedicated denoising pass to Surface Cache GI, which produces much less noisy outputs at similar performance costs to the previous setup.
GI: Fixed slow mass removal of ray tracing instances in unified raytracing.
GI: Surface Cache GI supports Entities.
Graphics: Updated the mipmap streaming manual pages to describe how Unity selects mipmap levels from mesh UV data and camera positions, clarified the behaviour for objects Unity can't calculate a level for (including procedurally-generated geometry such as Particle Systems), and added a
Texture2D.requestedMipmapLevelcode example. (UUM-131691)IL2CPP: Reduced IL2CPP metadata size for type, field, property, and event definitions.
IL2CPP: Reduced peak memory consumption of il2cpp.exe.
IL2CPP: Reduced size of generated generic code.
IL2CPP: Reduced the metadata storage size of methods and parameters.
IL2CPP: Reduced the size of method definitions stored in metadata file.
iOS: Custom URL scheme deep links now notify native plugins on cold app launch when using the Swift trampoline, matching the existing warm-launch behavior.
iOS: Improved how DPI is calculated so that the fallback for unknown devices is more accurate.
iOS: Improved screen orientation handling on iOS so that the orientation reported by the operating system is used instead of inferring it from view dimensions.
iOS: Reduced memory consumption in Release builds. In Release builds, Profiler.GetTotalAllocatedMemoryLong() and Profiler.GetTotalReservedMemoryLong() now report the size the allocator actually reserved rather than the size that was requested, so a higher value than before does not mean that more memory is used.
Multiplayer: Added a warning on the Multiplayer Center Quick Starts page reminding users that samples require the project to be linked to cloud services.
Netcode for Entities: Give GhostAuthoringComponent, GhostAuthoringInspectionComponent, and GhostAdapter AddComponentMenu paths under a shared "Multiplayer/" heading so they're discoverable in the Add Component menu (GhostAdapter's entry sits in the NETCODE_GAMEOBJECT_BRIDGE_EXPERIMENTAL branch).
Netcode for Entities: Improved source generator logging for long log lines.
Particles: Improved padding on some elements. (UUM-149117)
Physics: Added a drop-down offering the ability to switch between multi-threaded and single-threaded simulation under Project Settings -> Physics -> Settings -> GameObjects. (UUM-144574)
Physics: Added two buttons for collider components: "Fit to Self" and "Fit to Children".
Physics 2D: Added "PhysicsShape.SetBatchGeometry()" method overloads to allow multiple shapes to be set to a single geometry or multiple individual geometries. This includes support for "CircleGeometry", "CapsuleGeometry", "PolygonGeometry", "SegmentGeometry" and "ChainSegmentGeometry".
Physics 2D: Added a "Make Asset" button to the empty Physics Core 2D project settings property, which creates a new
PhysicsCoreSettings2Dasset via a save dialog and assigns it.Physics 2D: Added a dedicated ProfilerCategory.PhysicsCore2D profiler category. The PhysicsCore2D markers report under it.
Physics 2D: Added a simple "owner" getter property that aliases the "GetOwner()" method for PhysicsWorld, PhysicsBody, PhysicsShape, PhysicsChain and every joint type.
Physics 2D: Changed chain-segment ghost edges to draw as dimmed lines.
Physics 2D: Changed joint drawing to a uniform scheme of an anchor line, anchor points and a spring target marker, with configurable world draw colors.
Physics 2D: Changed the default DrawOption for a new PhysicsCoreSettings2D asset to "Default Selected" instead of "Default All".
Physics 2D: Enabled
PhysicsDistanceDefinitionJoint.autoDistanceby default.Physics 2D: If the physics simulation produces a PhysicsBody transform with either NaN or Infinite values due to an unstable simulation then, if the body is writing to transforms, it is immediately disabled and its owner name (GameObject, Component or Transform) reported to the console with no transform writing done. This stops the Transform from containing invalid values and reports the identity of the object in question exactly when it occurs.
Physics 2D: Improved the Physics Outline Sprite Editor algorithm which now produces sprite contours that are more efficient for physics, avoiding collinearity and now uses vertex-spacing rules alongside minimal decomposition area and has sub-pixel accuracy. The overall improvement is a better default guess at the outlines and holes formed from a sprite.
Physics 2D: Improved the PhysicsCore2D SDF debug-draw shaders for better overall performance, per-pixel accuracy, and reduced aliasing when viewing at low angles.
Physics 2D: Increased the
PhysicsWorld.DrawThicknessmaximum from 5 to 10 pixels.Physics 2D: Merged the Physics Core 2D project-settings pages into a single page and the settings asset Inspector now shows the full settings for direct editing.
Physics 2D: PhysicsBody.SetBatchTransform() now has an additional "bool writePoses" flag to control if the Unity Transform are written to after the PhysicsBody poses are updated.
Physics 2D: PhysicsEvents of ContactBeginEvent, ContactEndEvent, TriggerBeginEvent and TriggerEndEvent can now be collated to produce a single Begin and End callback pair rather than multiple per-shape. This is critical to allow for "collider-style" callback behaviour where a logical group of shapes reports as a single compound shape.
Physics 2D: PhysicsJoint definitions now display as grouped, collapsible sections in the Inspector. Property drawers organize each definition into Anchors, Spring, Motor, Limit, Thresholds, Tuning and Drawing, so a definition reads as a handful of rows instead of a long flat list.
Physics 2D: PhysicsSpace now has several batch getter/setter methods to reduce round-trips from the engine including "SetBatchProxyAABB()", "GetBatchProxyAABB()", "GetBatchProxyCategories()", "GetBatchProxyUserHandle()" and "GetBatchProxyShapes".
Physics 2D: PhysicsSpace now has the ability to specify a bound world with "PhysicsSpace.Create(PhysicsWorld)". With a world bound, PhysicsShape can be synchronized with "PhysicsSpace.SyncShapes()" overloads.
Physics 2D: The PhysicsHingeJoint no longer draws redundant circles at its anchor points. No other joint does this.
Prefabs: The PrefabImporter can now run out-of-process when "parallel import" (in ProjectSettings/Editor) is ON.
Scripting: Improved our Lifecycle system to allocate less memory on hot paths. (UUM-148725)
Shadergraph: Gave subgraph node dropdowns an opaque background. (UUM-143563)
Shadergraph: Improved padding on inline sliders. (UUM-143533)
Shadergraph: Shader graphs with long path names should now open correctly. (UUM-142738)
Shadergraph: Suppress superfluous warning messages when slot count changes from keyword/dropdown properties. (UUM-143642)
Shaders: Updating unlisted shader properties via Material Set[Type] APIs mark the material dirty.
SRP Core: Added the IRenderGraphPassData interface that allows users to implement a Reset() method in their render graph pass data to clean up PassData object before they enter the object pool.
SRP Core: Improved RgbToHsv accuracy. (UUM-148848)
SRP Core: Render Graph Viewer - Allow opening the C# code and line where a texture was imported or created.
Text: The TextScriptImporter can now run out-of-process when "parallel import" (in ProjectSettings/Editor) is ON.
Text: The TrueTypeFont importer can now run out-of-process when "parallel import" (in ProjectSettings/Editor) is ON.
uGUI: Improved how uGUI handles mesh data to reduce general overheads from uGUI Graphic objects.
uGUI: Improved the tween engine with performance optimizations. Removed duplicate tween engine implementations from the TMP assemblies.
UI Toolkit: Improved accuracy of time measurements in USS Stats window (experimental).
UI Toolkit: Improved performance and memory usage of VisualElement class list.
UI Toolkit: Improved Theme Style Sheet (.tss) references so newly written USS imports use GUID-based asset URIs, preventing references from being lost when the USS file is renamed or moved. Existing hand-authored relative imports remain supported, and users who prefer relative paths can still hand-edit them after saving. (UUM-128489)
UI Toolkit: Improved USS selector matching performance for complex selectors and for elements that match many selectors in the same stylesheet.
UI Toolkit: Shader Graph support for UIToolkit Filters.
Unity Physics: Improved query performance for Collector Types (Any, Closest, All) for query types: Raycast, ColliderCast, Point Distance and Collider Distance, when casting against a MeshCollider. Improvement is particularly observable with Burst enabled. (UUM-146273)
Unity Physics: ScheduleUpdateBroadphase previously overwrote the dynamic-tree update's JobHandle with the static-body change-check handle before scheduling the static-tree update, dropping the dynamic-tree job from the dependency chain, which can cause job safety errors when invoking Unity.Physics systems manually (for example; as is done by Netcode for Entities).
URP: Removed the Visual Scripting package from the 3D URP template to improve Editor startup time.
URP: Rendering Debugger - Frame Settings - Improved the messaging on Frame Settings, and improved how the configured data is shared among multiple scene cameras. (UUM-141008)
VisionOS: Reduced memory consumption in Release builds. In Release builds, Profiler.GetTotalAllocatedMemoryLong() and Profiler.GetTotalReservedMemoryLong() now report the size the allocator actually reserved rather than the size that was requested, so a higher value than before does not mean that more memory is used.
Web: Reduced memory consumption when UnityDefaultAllocator is used in Release builds. Profiler.GetTotalAllocatedMemoryLong() and Profiler.GetTotalReservedMemoryLong() now report the size the allocator actually reserved rather than the size that was requested when UnityDefaultAllocator is used in Release builds, so a higher value than before does not mean that more memory is used.
Windows: Improved performance of issuing async reads with DirectStorage.
Windows: Improved performance on loading archive files with DirectStorage enabled.
Windows: NVUnityPlugin.pdb is now available inside the Unity installation on disk and on Unity's symbol server.
XR: Graphics: Allow shader permutation to persist during building, allowing non-shadowed stencil deferred lights to avoid expensive shadowing calculations.
XR: Graphics: Improved GPU performance of stencil deferred point and spot light draws by specializing the per-light fragment shader per light type, letting point lights skip cone-angle math and spot lights skip a runtime shadow-map-face branch.
XR: QuadViews: Allow LUT information to be reused within inner/outer views.
XR: QuadViews: Defer the submission of render commands to the final inner quad view pass to improve XR CPU performance.
API Changes
2D: Changed: Added Render Shader User Value (RSUV) support to intermediate renderers.
Android: Added: Added CompileSdkSpec Gradle DSL classes.
Android: Added: Added support for SDK Platform 37.
Android: Added: Added support the new CPU/GPU utilization Adaptive Performance metrics via CPU/GPU headroom methods on Android.
Android: Added: Added the
PowerMonitorenergy consumption API to Adaptive Performance Android provider.Android: Added: Added the
PowerMonitorenergy consumption API to Adaptive Performance Android provider.Android: Added: Added
ApplicationStartInfoProvider.GetHistoricalProcessStartReasonsto retrieveApplicationStartInforecords.Android: Added: Added
PlayerSettings.Android.compileSdkVersionto set the compile API level independently of the target API level, including sub-integer (major.minor) precision.Android: Changed: Reduced public API surface of the Android Java player library (com.unity3d.player) by making internal classes and methods package-private. Affected classes - ApplicationExitInfoBase, ApplicationExitInfoProvider, AudioVolumeHandler, Camera2Wrapper, GoogleARCoreApi, HFPStatus, MultiWindowSupport, NativeLoader, NetworkConnectivity, OrientationLockListener, PermissionRequest, PlatformSupport, StaticSplashscreen, UnityGameManager, UnityGameState, UnityPermissions, VideoPlayer, TimeoutThread, UnityPlayer.kbCommand, IFrameReady, IPermissionRequestCallbacks, VideoPlayer.StateCallback. Affected methods - UnityPlayer.getNetworkProxySettings(java.lang.String), UnityPlayer.startOrientationListener(int), UnityPlayer.stopOrientationListener(), UnityPlayer.setMainSurfaceViewAspectRatio(float).
Android: Deprecated: Removed deprecated TouchScreenKeyboard.Android.consumesOutsideTouches and closeKeyboardOnOutsideTap properties; Unity now always processes touches outside the on-screen keyboard.
Animation: Changed: Moved AnimationPlayableOutputExtensions and AnimationStreamSource out of experimental. Projects will be upgraded automatically with the new namespace.
Asset Import: Added:
AssetImportContext.DependsOnArtifactoverloads that take aUnityEngine.Objector aLazyLoadReference<T>, so a scripted importer can declare an artifact dependency directly from an object or lazy reference.Audio: Added: Added a real-time counterpart to
ControlContext.SendMessagefor the Scriptable Audio Pipeline. This is a binary breaking change, but it's source compatible.Audio: Added: Added seeking support to scriptable processors and audio clips used as generators.
Audio: Added: Scriptable processors: added GeneratorInstance.CreationParameters and RootOutputInstance.CreationParameters; deprecated ProcessorInstance.CreationParameters and its implicit conversions (to be removed in a following version).
Audio: Deprecated: Deprecated various Audio APIs.
Build Pipeline: Added: Allow for extra scripting defines when using BuildPlayer with BuildPlayerWithProfileOptions.
Core: Changed: Added new abstractions for progressive asset loading.
Editor: Added: Added APIs to insert custom entries in the Graph and Blackboard right-click menus.
Editor: Added: Added more alloc-free APIs for TextElement.
Editor: Added: Added right click menu support for state machine.
Editor: Added: Added Span/ReadOnlySpan for applicable editor APIs.
Editor: Added: Added the
MainToolbarCustomElementAPI to the customizable toolbar to enable the creation of customVisualElements.Editor: Added: Added the
UnityEditor.EditorDialogEventsAPI, which raisesdialogWillShowanddialogDismissedevents when a native or custom modal dialog appears in the Editor. External tooling can use these events to detect that the Editor's main thread is blocked by a dialog instead of appearing hung.Editor: Added: Added
EditorUserBuildSettings.activeNamedBuildTargetandBuildSummary.namedBuildTarget.Editor: Added: GTK : Custom state machine conditions can now customize their row in the transition inspector.
Editor: Added: Project Auditor: Added migration areas to support adding migration rules.
Editor: Added: Project Auditor: Added
Descriptor.IsSupportedso analyzers can check if an issue is valid for the current platform and version.Editor: Added: Project Auditor: Exposed various APIs to enable packages and user code to write rules.
Editor: Deprecated: Deprecate Oculus XR package.
Editor: Removed: Project Auditor: Removed
FirstCustomCategoryfromIssueCategoryenum, and moved it toIssueCategoryExtensionsas a static field.Entities: Added: Added the
CompanionComponent<T>unmanaged wrapper and theEntityManager.GetCompanion<T>extension so that companion components can be read from systems without using the obsolete managed component API.Entities: Added:
ChunkEntityEnumerator.IsSparseand.NextEntityIndexBatchwere added to support cases where code needs to branch on sparse chunks, and would prefer batched APIs for performance reasons.Entities: Changed:
IDebugOnAddedandIDebugOnRemovedcallback signatures now requireEntityparameter. Update callbacks fromOnAdded(ref T component)toOnAdded(Entity entity, in T component).Entities: Removed: Baking managed components and managed shared components is no longer supported.
Baker.AddComponentObject,Baker.AddSharedComponentManaged, andBaker.SetSharedComponentManagedare now compile errors. Convert your data to unmanagedIComponentData/ISharedComponentData(useUnityObjectRef<T>to reference UnityEngine.Object instances) and bake it with the unmanagedAddComponent/AddSharedComponentAPIs.Entities: Removed: The
EntityCommandBuffer/ParallelWriterAPIs for managedIComponentDataand managedISharedComponentDataare now compile errors.GI: Added: Added an API for creating, loading and unloading procedurally generated LightProbes objects.
GI: Added: Let render pipelines opt out of the baked divide-by-PI convention.
GI: Deprecated: Deprecated both
TerrainExtensions.UpdateGIMaterialsoverloads. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
CombineInstance.realtimeLightmapScaleOffset. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
DynamicGI.indirectScale,DynamicGI.isConverged,DynamicGI.materialUpdateTimeSlice,DynamicGI.synchronousMode,DynamicGI.updateThreshold,DynamicGI.SetEmissive, andDynamicGI.SetEnvironmentData.DynamicGI.UpdateEnvironmentis not deprecated. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
LightingSettings.realtimeGIandLightingSettings.realtimeEnvironmentLighting. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
LightmapParameters.clusterResolution,LightmapParameters.irradianceBudget,LightmapParameters.irradianceQuality,LightmapParameters.isTransparent,LightmapParameters.modellingTolerance,LightmapParameters.stitchEdges, andLightmapParameters.systemTag.LightmapParameters.resolutionis not deprecated, because it also sets the resolution the Progressive Lightmapper bakes terrain at. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
MeshRenderer.enlightenVertexStream. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
Renderer.realtimeLightmapIndexandRenderer.realtimeLightmapScaleOffset. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
RendererExtensions.UpdateGIMaterials. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
Terrain.realtimeLightmapIndexandTerrain.realtimeLightmapScaleOffset. Enlighten realtime Global Illumination will be removed in a future release.GI: Deprecated: Deprecated
UnityEditor.Lightmapping.realtimeGI. Enlighten realtime Global Illumination will be removed in a future release.Graph Toolkit: Added: Added a new API to access the root VisualElement of Nodes.
Graph Toolkit: Added: Added a new API to access the root VisualElement of States.
Graph Toolkit: Added: Added a new overload to
Graph.AddVariableNodethat allows variable nodes to be created with a specific mode. Added aModegetter toIVariableNodeto get the currentVariableNodeModeof the variable node.Graph Toolkit: Added: Added an API to edit Group Conditions.
Graph Toolkit: Added: Added an overload to Graph.UndoBeginRecordGraph taking a param array of Node objects. Passing nodes here will track changes to serialized fields on user defined nodes, ensuring they are tracked by the undo system and that the graph is dirtied when these fields are modified.
Graph Toolkit: Added: Added StateMachine.OnStateMachineChanged() public API.
Graph Toolkit: Added: Added the following properties on Graph: SupportedTypes, AvailableVariableTypes and AvailableConstantTypes. Added the following methods on Graph: BuildAvailableVariableTypes and BuildAvailableConstantTypes. Graph devs can now customize which variable types their end users have access to in the blackboard and constant types in the graph item library. Types added using BuildAvailableConstantTypes and BuildAvailableConstantTypes are implicitly added to SupportedTypes.
Graph Toolkit: Added: Extend ITransition to add abilities to manage ITransitionRules.
Graph Toolkit: Added: Extend the StateMachine class to add the ability to manage transitions between states.
Graph Toolkit: Added: The Graph Toolkit state machine authoring API is now public, letting you define custom state-machine graph assets (with custom states, transitions, conditions, and variables) from editor scripts.
Graph Toolkit: Added: The GraphLogger has several new properties. Each provides a List of Nodes, Ports or Variables that have been added, removed or changed (removed items simply have their guid).
Graphics: Added: Added Default Mesh Buffer Target to project graphics settings.
Input System: Added: Added a new
DeviceOrientationSensordevice that provides feature parity withUnityEngine.Input.deviceOrientation.Input System: Added: Added internal plumbing for the Input System package to be able to extract Device Orientation similar to Input Manager.
iOS: Added: Introducing user module version for UnityAPI module for Swift project type.
iOS: Removed: Removed the GameCenter implementation.
Netcode for Entities: Removed: The obsolete managed
GhostPresentationGameObjectPrefabcomponent is now a hard error ([Obsolete(..., true)]) and no longer functional. Use the unmanagedUnmanagedGhostPresentationGameObjectPrefabinstead, which references the prefabs throughUnityObjectRef<GameObject>.Physics 2D: Added: Added "ChainSegment.UpdateSegments()" to update the segments. This compliments the existing "ChainSegment.CreateSegments()".
Physics 2D: Added: Added "Get()" extension method to all Physics "object" types to allow users to work around not being able to use a setter property on a returned object without first assigned to a local variable. Added to PhysicWorld, PhysicsBody, PhysicsShape, PhysicsChain, PhysicsJoint and all concrete PhysicsJoints.
Physics 2D: Added: Added "PhysicsUserData.vector3IntValue" property of type Vector3Int. This will allow per-shape tilemap position references.
Physics 2D: Added: Added a "massOverride" property to PhysicsBody and PhysicsBodyDefinition that selects which of the mass, rotational inertia and center of mass use authored values instead of being calculated from the attached shapes.
Physics 2D: Added: Added a "PhysicsEvents.WorldTransformPlaneChange" event which is called when a PhysicsWorld transform plane is changed.
Physics 2D: Added: Added a batch overload of "SetOwnerUserData()" to PhysicsShape, PhysicsBody, and PhysicsJoint.
Physics 2D: Added: Added a selectedDrawing property to PhysicsBody, PhysicsShape and PhysicsJoint, batch SetSelectedDrawing methods, and PhysicsWorld.ClearDrawSelected, so individual objects can be drawn persistently when the world is drawn.
Physics 2D: Added: Added a static
PhysicsWorld.DrawShapesmethod that draws a span of shapes into their worlds.Physics 2D: Added: Added an autoAxis option to the slider and wheel joint definitions that derives the joint axis from the joint anchors when the joint is created.
Physics 2D: Added: Added an extension method to "NativeArray<T>" of "Filter()", providing a lazy, allocation-free, Burst-compatible filtered view over physics result arrays (object creation, queries, events, and other operations). We've added a "IPhysicsResultFilter<T>" and "PhysicsResultEnumerable<T, TFilter>" to allow custom filter methods to be used.
Physics 2D: Added: Added an owner key overload to PhysicsShape "DestroyBatch()", PhysicsBody "DestroyBatch()", and PhysicsJoint "DestroyBatch()", plus their PhysicsWorld "DestroyShapeBatch()"/"DestroyBodyBatch()"/"DestroyJointBatch()" equivalents.
Physics 2D: Added: Added an owner overload to PhysicsShape "CreateShapeBatch()" and PhysicsBody "CreateBatch()", plus the PhysicsWorld "CreateBodyBatch()" equivalent.
Physics 2D: Added: Added batch setters for user data, owner user data, contact filter and surface material on PhysicsShape, PhysicsBody and PhysicsJoint.
Physics 2D: Added: Added
autoAnchorAandautoAnchorBproperties toPhysicsJointandPhysicsJointDefinition.Physics 2D: Added: Added
autoDistanceproperty toPhysicsDistanceJointandPhysicsDistanceJointDefinition.Physics 2D: Added: Added
PhysicsWorld.minEdgeLength,PhysicsWorld.minPolygonEdgeLength, andPhysicsWorld.minPolygonCollinearDistanceto expose geometry validity thresholds, and anareEdgesValidproperty toSegmentGeometry,CapsuleGeometry,ChainSegmentGeometry, andPolygonGeometryto check a geometry's edges against them.Physics 2D: Added: Added: "PhysicsMath.TryGetRelativeMatrix2D()" and "PhysicsMath.TryGetPlaneMatrix2D()", which compute a 2D relative transform without ever returning a NaN result for a degenerate or flattened scale. These are often required when authoring components and help calculate relative transformation between two in a Transform hierarchy.
Physics 2D: Added: Added: PhysicsBody, PhysicsShape and PhysicsJoint now each have a "drawTarget" property, selecting which Unity editor views (Scene view, Game view or both) the object is drawn into when the world is drawn.
Physics 2D: Obsoleted: Removed PhysicsWorld and PhysicsWorldDefinition autoContactCallbacks and autoTriggerCallbacks properties as they are no longer required or used. The contact and trigger events are effectively free now and production of such events is still controlled on a per-shape basis so no behaviour has been lost.
Playables: Obsoleted: Obsoleted Playable APIs Playable.SetDelay, Playable.GetDelay, as well as Playable.SetPlayState. The delay functionality can be implemented manually via ScriptPlayables, either by inserting a new playable in the chain which implements the delay, or by modifying the parent playable to handle the delay.
Profiler: Changed: Added an optional Display Name property to
ProfilerCounterDescriptorfor improved readability.Scripting: Added: Added CoreCLR ScriptingImplementation enum value exposing CoreCLR player support.
Scripting: Added: [Scripting] IL2CPP code coverage support.
Scripting: Deprecated: Deprecated
PlayerSettings.gpuSkinning. UsePlayerSettings.meshDeformationinstead.Scripting: Removed: Deprecated Hierarchy.GetAllNodeTypeHandlersBase has been removed.
Scripting: Removed: Deprecated Hierarchy.GetAllNodeTypeHandlersBaseCount has been removed.
Scripting: Removed: Deprecated Hierarchy.RegisterNodeTypeHandler has been removed.
Scripting: Removed: Deprecated Hierarchy.SortChildren(HierarchyNode, bool) has been removed.
Scripting: Removed: Deprecated Hierarchy.UnregisterNodeTypeHandler has been removed.
Scripting: Removed: Deprecated HierarchyCommandList.SortChildren(HierarchyNode, bool) has been removed.
Scripting: Removed: Deprecated HierarchyFlattened.Hierarchy has been removed.
Scripting: Removed: Deprecated HierarchyFlattenedNodeChildren has been removed.
Scripting: Removed: Deprecated HierarchyNodeTypeHandlerBase constructor taking a Hierarchy parameter has been removed.
Scripting: Removed: Deprecated HierarchyNodeTypeHandlerBase.ChangesPending has been removed.
Scripting: Removed: Deprecated HierarchyNodeTypeHandlerBase.Dispose has been removed.
Scripting: Removed: Deprecated HierarchyNodeTypeHandlerBase.IntegrateChanges has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.ClearFlags(HierarchyNode, HierarchyNodeFlags, bool) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.DoesNotHaveAllFlags(HierarchyNode, HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.DoesNotHaveAllFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.DoesNotHaveAllFlagsCount has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.DoesNotHaveAnyFlags(HierarchyNode, HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.DoesNotHaveAnyFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.DoesNotHaveAnyFlagsCount has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.EnumerateNodesWithAllFlags has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.EnumerateNodesWithAnyFlags has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.EnumerateNodesWithoutAllFlags has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.EnumerateNodesWithoutAnyFlags has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetIndicesWithAllFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetIndicesWithAllFlags(HierarchyNodeFlags, Span<int>) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetIndicesWithAnyFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetIndicesWithAnyFlags(HierarchyNodeFlags, Span<int>) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetIndicesWithoutAllFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetIndicesWithoutAllFlags(HierarchyNodeFlags, Span<int>) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetIndicesWithoutAnyFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetIndicesWithoutAnyFlags(HierarchyNodeFlags, Span<int>) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetNodesWithAllFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetNodesWithAllFlags(HierarchyNodeFlags, Span<HierarchyNode>) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetNodesWithAnyFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetNodesWithAnyFlags(HierarchyNodeFlags, Span<HierarchyNode>) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetNodesWithoutAllFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetNodesWithoutAllFlags(HierarchyNodeFlags, Span<HierarchyNode>) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetNodesWithoutAnyFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.GetNodesWithoutAnyFlags(HierarchyNodeFlags, Span<HierarchyNode>) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.HasAllFlags(HierarchyNode, HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.HasAllFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.HasAllFlagsCount has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.HasAnyFlags(HierarchyNode, HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.HasAnyFlags(HierarchyNodeFlags) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.HasAnyFlagsCount has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.Hierarchy has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.HierarchyFlattned has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.SetFlags(HierarchyNode, HierarchyNodeFlags, bool) has been removed.
Scripting: Removed: Deprecated HierarchyViewModel.ToggleFlags(HierarchyNode, HierarchyNodeFlags, bool) has been removed.
Scripting: Removed: Deprecated HierarchyViewNodesEnumerable has been removed.
Scripting: Removed: Deprecated HierarchyWindow.InitializingView has been removed.
Test Framework: Added: Added TestRunProfiler custom spans API.
UI Toolkit: Added: Added api for measuring Min-content text.
UI Toolkit: Added: Added APIs FindPanelRenderer and FindUIDocument.
UI Toolkit: Added: Added support to capture a
VisualElementto aRenderTexture.UI Toolkit: Added: Added z-index USS property support for controlling the stacking order of overlapping elements within a stacking context. Enable via Project Settings > UI Toolkit > Experimental Renderer Features > Enable Z-Index.
UI Toolkit: Added: Added
UxmlSerializedDataPropertyDrawer,UxmlAttributeField, andUxmlAttributeFieldDecoratorto support custom property drawers for UI Toolkit elements in the Inspector.UI Toolkit: Added: Experimental VisualElement Components.
UTR: Changed: Added CLI args to Integration and Runtime test runners to select target browser and platform.
Video: Removed: Removed the deprecated
MovieTextureAPI.Web: Added: Added new "Maximum Size Reduction" and "Maximum Size Reduction with LTO" Code Optimization settings. When enabled this will further optimize compiled IL2CPP code as well as apply extra link time optimizations (these are distinct from LTO). Testing across multiple projects and devices showed that compared to the default "Shorter Build Time" setting, "Maximum Size Reduction" reduces code size by an average of 28.50% at the cost of 5.25% frame time performance regression.
Changes
2D: Added Burst and Collections as dependency for com.unity.2d.tilemap package.
2D: Changed Tilemap component data structure for better compatibility with jobs.
2D: Refactored URP 2D shadow shaders into a consolidated multi-pass form with named passes (
Self,UnshadowMark,UnshadowUnmark,ProjectedSelf,ProjectedUnshadow). Groundwork for upcoming custom-shader and ShaderGraph master node support; no user-visible rendering change.2D: Renamed the Sprite "Physics Shape" API and Sprite Editor tab to "Physics Outline" to avoid confusion with PhysicsCore2D's
PhysicsShape. The old API is deprecated but still works and auto-upgrades.Asset Pipeline: Introducing a number of command-line arguments and environment variables related to the cache server (making it possible to disable upload and download from/to the cache server of specific types of importers).
Editor: GTK : Added Support for variable condition transition drag n drop.
Editor: GTK : Fixed an issue where the + button was not focusable.
Editor: GTK: Fixed an issue where the transition counter was off center.
Editor: Project Auditor: Added the ability to skip built-in analyzers for ones that have been migrated to the Project Auditor Rules package.
Editor: Project Auditor: new severity icons/colors.
Editor: Project Auditor: removing opt-in checkbox for Roslyn.
Editor: Removed the NetCoreRuntime from the Editor install.
Editor: Tweaked some Surface Cache quality presets.
Editor: Updated the main toolbar UX, new design for toggles and better visualization of the groups of elements.
Entities: Added an option to hide Unity-Namespaced Systems in the System window.
Entities: Added HasHierarchy tag component to TransformRef when it becomes part of a hierarchy.
Entities: Bumped the scene serialized
CurrentFileFormatVersionversion number because the alignment of Entity is changed to 8 bytes.Entities: Display meta chunk entities matching queries in System window and Search window.
Entities: Entities: com.unity.charactercontroller is now embedded as a core package in Unity.
Entities: Fixed the incorrect icon for shared and chunk components in the System window.
Entities: HierarchyColor from the Subscene monobehavior is now an error-level obsolete member.
Entities: Moved the ImHex .hexpat generation used for binary debugging of .entities files, from the
UNITY_DOTS_IMHEXscript define to an editor preference (Entities > Debugging).Graphics: Moved mesh deformation compute shaders to from default built-in resources to built-in extra resources.
IL2CPP: Removed un-unused UnityAot2 Hashes.
Installer: Added a -CPULightmapper=no command line switch to the Windows Editor installer that skips installing components only the CPU Progressive Lightmapper requires, currently the end-of-life Microsoft Visual C++ 2010 runtime. (UUM-149122)
Mono: Removed assertions from ToFileDescriptor. (UUM-145761)
Multiplayer: Changed the run mode of a local player (Scenario Control / Manual Control) to be stored per developer instead of in the scenario asset, so it no longer travels with the asset in version control. Existing scenarios reset to Scenario Control the first time you open them in this version.
Multiplayer: Unity Transport: The
RoslynAnalyzerFixasset post-processor (and its assembly) have been removed from the package. This deprecated hook did not serve a purpose anymore since the analyzer was removed from the package in version 2.5.0. (UUM-146183)Netcode for Entities: Always automatically generate the
NetcodeConfigsingleton. This is a breaking change for any project that usesEntityManager.CreateSingleton<NetcodeConfig>()to create the singleton explicitly. You can update your code to useSystemAPI.GetSingleton<NetcodeConfig>()instead.Package: Added localization package 2.0. This version is designed to work with the built in localization module.
Package Manager: Help boxes learn more links are at the end of the text in the Package Manager window.
Package Manager: Marked the Analytics Library package (com.unity.analytics) as deprecated. Migrate to Unity Analytics (com.unity.services.analytics).
Package Manager: Updated the icons for Installed, Refresh, Installed as dependency and removed the icons for available for import, and available for download.
Physics 2D: Changed the default value of
PhysicsBodyDefinition.transformWriteModefromOfftoInterpolation. ExistingPhysicsCoreSettings2Dassets are unaffected; only newly created assets use the new default.Scripting: Added an infobox to Build Profiles window that informs you of the new Managed Code Variants feature. This infobox can be permanently dismissed by pressing the "Dismiss" button.
Scripting: Added CoreCLR runtime, .NET base class library, and managed Unity engine PDBs to the public symbol server.
Shadergraph: Moved the Particle Shader Graph sample from the HDRP package to the Shader Graph package.
UI Toolkit: Always show the UXML document link and asset actions in the element inspector header outside the UI Stage.
UI Toolkit: AttributeOverrides are now shown as disabled during main stage authoring.
UI Toolkit: Changed the Text attribute field to 3 lines by default instead of 1 when editing in the UI Builder or Scene inspector.
URP: Mata passes for GI no longer requires _EMISSION but checks purely from gi material flags.
VFX Graph: Provided clear messaging that custom light probes are not fully supported in VFX Graph yet. (UUM-150046)
Web: Further reduce the code size of Web builds using the "Disk Size" Code Optimization settings.
Testing across multiple projects and devices showed that compared to the default "Shorter Build Time" setting, "Disk Size" reduced code size by an average of 8.75%, with this change the reduction is now an average of 21.35%. As always these settings are a trade-off between size and runtime performance, the same testing showed that the average frame time performance regression grows from 2.13% to 4.56% with the performance regression being reduced when LTO is enabled.Web: Move progressive asset loading data files to Build directory of player build output.
Windows: Windows builds now link the Visual C++ runtime dynamically instead of statically, and Unity copies the required Visual C++ runtime DLLs (such as
vcruntime140.dllandmsvcp140.dll) into the build output next to the executable. A new "Copy Visual C++ runtime libraries" option under Publishing Settings (on by default) lets you skip copying them if you install the redistributable another way, for example via your own installer or a distribution platform such as Steam.XR: Updated XR Core Utilities package to version 6.0.0 in order to match Unity version.
XR: Updated XR Legacy Input Helpers package to version 6.0.0 in order to match Unity version.
XR: XR Management package version updated to 6.0.0.
Fixes
2D: Fixed a case where in In 3D Editor mode, textures did not generate Sprite subassets when imported as SpriteSprite Generation. (UUM-142920)
2D: Fixed an incorrect preview from the Sprite Frame module to the Sprite Renderer when resizing
SpriteRect. (UUM-144280)2D: Fixed an issue where changing the SpriteAtlas option in EditorSettings results in render artifacts. (UUM-139228)
2D: Fixed an issue where
Tilemap.tilemapPositionsChangedandtilemapTileChangedcallbacks didn't invoke whenSetTileschanged only the transform or color of a tile. (UUM-146094)2D: Fixed an issue where
TilemapRendererinherited normal maps from other Tiles when a Tile did not have a normal map. (UUM-145359)2D: Fixed duplicate Sprite Editor window settings appearing in project settings. (UUM-146490)
2D: Fixed error message when entering fast playmode with Sprite Editor Window changes. (UUM-146790)
2D: Fixed exception when creating new Tile asset when doing a drag and drop on a Tile Palette that is open for edit. (UUM-143122)
2D: Fixed metal shader errors for RenderingLayerMask pass. (D2D-8107)
2D: Fixed NaN bounds warning for Graphics.RenderSprite. (UUM-147102)
2D: Fixed normals maps for flipped Tiles when using
TilemapRendererin Chunk mode. (UUM-143429)2D: Fixed Tilemap not updating in the Scene view when the
Spriteproperty of an assignedTileasset is changed in the Inspector. (UUM-144070)2D: Fixed Tilemap not updating in the Scene view when the
Spriteproperty of an assignedTileasset is changed in the Inspector. (UUM-144070)2D: Fixed TilemapRenderer flicker when editing Grid Selection scale/rotation. (UUM-146002)
2D: Fixed TilemapRenderer rendering regressions for Individual mode and Hexagonal/Isometric Chunk mode. (UUM-148757)
2D: Move filter field outside of scroll area in Tile Palette Active Targets dropdown. (UUM-143328)
2D: Outline Detail in Multiple mode is not set when using Delanuay Subdivision. (UUM-147331)
2D: Resize Tile Palette Active Targets dropdown when filter is active. (UUM-143328)
Accessibility: Documented the steps a developer must do for the
AccessibilityRole.Slider,AccessibilityRole.TextField, andAccessibilityRole.SearchFieldaccessibility nodes to receive hardware keyboard input on Android. (UUM-126557)Accessibility: Fixed accessibility node queries logging a main-thread error to the console on Android when a screen reader is enabled.
Accessibility: Fixed double state announcement for
AccessibilityRole.Togglenodes on Android. (UUM-146950)Accessibility: Fixed the Accessibility Hierarchy Viewer displaying the previous Play session's accessibility hierarchy after exiting Play mode. (UUM-147419)
Accessibility: Fixed the main application window also being provided for secondary windows for UI Automation clients.
Accessibility: Fixed the screen reader being slow to navigate away from
AccessibilityRole.Dropdownnodes on Android. (UUM-146949)Accessibility: Fixed the Windows player crashing at shutdown once a UI Automation client (e.g. a screen reader) has interacted with the application. (UUM-146676)
Accessibility: Fixed
AssistiveSupport.screenReaderStatusChangednot being supported by Narrator (the Windows built-in screen reader). (UUM-147175)Adaptive Performance: Clean up Documentation and remove mentions of Adaptive Batching. (UUM-146177)
Adaptive Performance: Fixed Visual Scripting nodes (bottleneck, thermal, performance level, boost, performance mode, and scaler events) no longer firing in the player after Adaptive Performance moved into the engine module. The events are now forwarded to the Visual Scripting
EventBusfrom the adaptive performance samples package assembly, where theVISUAL_SCRIPTING_ENABLEDdefine is active. (UUM-135587)Adaptive Performance: Gate Adaptive Performance settings during package operations. (UUM-140197)
AI: As a result of an unsupported configuration, a NavMeshAgent would try to separate from its own NavMeshObstacle component by jumping in arbitrary directions. Now the agent moves in one stable direction. (UUM-141803)
AI: Fixed editor crash when baking a nav mesh that includes objects that result in an extremely large bounds. (UUM-134462)
AI: NavMeshAgents created or teleported inside box NavMeshObstacles could not move out of the obstacles. (UUM-146477)
AI: Updated nav agent to ignore and warning about a path being set from a navigation surface not matching the agent's Id. (UUM-108989)
Android: Added Scripting documentation for
PlayerSettings.Android.compileSdkVersion.Android: Auto-fill compileSdkVersion on existing-project upgrade.
Android: Fixed a crash in LoadFontFamilyNamesFromFontFile on Android 10 devices when querying OS font fallbacks. (UUM-146922)
Android: Fixed a crash in LoadFontFamilyNamesFromFontFile on Android 10 devices when querying OS font fallbacks. (UUM-147085)
Android: Fixed a crash in LoadFontFamilyNamesFromFontFile on Android 10 devices when querying OS font fallbacks. (UUM-147144)
Android: Fixed a warning incorrectly appearing in Preferences > External Tools when using a custom Android SDK Tools path.
Android: Fixed alignment issues in Android External Tools settings panel. (UUM-148378)
Android: Fixed an approximately 7 MB native memory leak per Application.Unload cycle when using GameActivity.
Android: Fixed an issue that caused lag in the Unity preferences text fields when Android support is installed. (UUM-147435)
Android: Fixed Android version labels to match Google's naming. (UUM-150412)
Android: Fixed missing Tools 26.1.1 empty placeholder for windows-arm64. (UUM-145487)
Android: Fixed split APKs by target architecture all receiving the same version code. (UUM-144372)
Android: Improved the "Missing Required API Level" dialog. (UUM-150206)
Android: Negative values for
Screen.brightnessnow restore the device's preferred screen brightness. (UUM-145925)Android: Re-enabled Java heap leak check in AndroidPlayerUnloading integration tests.
Android: Reduced verbosity for Play Core AssetPackManager probe log message. (UUM-143152)
Android: Relaxed AGP 9's stricter R8 keep rule enforcement. (UUM-147136)
Animation: Added a default
HelpURLlink for the temporaryInvalidStateMachineBehaviourscript. (UUM-143986)Animation: Added ability to modify multiple tangents at once in a keyframe selection of the Curve Editor.
Animation: Added ellipsis to blend parameter name in blend tree node. (UUM-131825)
Animation: Adjusted test to prevent unstable behaviour. (UUM-147321)
Animation: Animator.ResetControllerState(true) didn't reset non-float parameters. (UUM-146636)
Animation: Fixed a missing link to the Timeline documentation. (UUM-146127)
Animation: Fixed an issue where AnimationEvent-related tooltips in the Animation Window were not rendered correctly while in Bitmap text rendering mode. (UUM-141839)
Animation: Fixed an issue where Animator transition copy paste would not paste interruption parameters. (UUM-143599)
Animation: Fixed an issue where Animator window's Layers dropdown (in compact mode) would be extremely wide when layers have very long names. (UUM-131557)
Animation: Fixed flickering of area filter in the search bar. (UUM-144937)
Animation: Fixed function name changing on Animation Event inspector on multi selection when editing another field. (UUM-144456)
Animation: Fixed GUIStyle warnings when clicking on \"Add Properties\" in Animation Window. (UUM-148497)
Animation: Fixed hover feedback on curve label and curve dropdown in the Animation Window. (UUM-136071)
Animation: Fixed MecanimDataWasBuilt assertion when building blend tree with a legacy AnimationClip. (UUM-142427)
Animation: Fixed Null Reference Exception when selection Object drop destination from multiple choices in the dopesheet editor. (UUM-148386)
Animation: Fixed play button enabled state not updating when another Animation Window changes preview. (UUM-145360)
Animation: Fixed possible hash collision in AvatarAutoMapper. (UUM-146209)
Animation: Fixed search field overflowing vertically when EnableQueryBuilder is disabled. (UUM-148577)
Animation: Reworked Animation Playable Output bind and unbind validation to prevent potential crashes. (UUM-146750)
Animation: Updated the colors of the Animation window slider for light mode. (UUM-148485)
Asset Bundles: Fixed a player hang or crash with heap corruption on application quit when Engine Diagnostics ("Build Diagnostics Data") is enabled and an AssetBundle has been loaded.
Asset Import: Fixed issue with cache mechanism of compressed textures of the Accelerator not tracking texture dependency on BC7 compressor when fetching from cache. Textures were not being reimported. Improved hash calculation. (UUM-146105)
Asset Pipeline: Expect Worker# in native importers when importer runs OOP.
Asset Pipeline: Fixed an allocation crash that could occur under heavy import loads. (UUM-146671)
Asset Pipeline: Fixed an Editor crash in
WriteObjectToVector/CreateOrReloadInspectorCopythat could occur when entering Play Mode. (UUM-112617)Asset Pipeline: Fixed an import issue when creating a plugin folder (.androidlib, .bundle, .plugin, .framework,
.xcframework) and adding new files in it. (UUM-139172)Asset Pipeline: Fixed an issue where memory misalignment could cause in-memory atomics to fail. (UUM-147041)
Asset Pipeline: Fixed an issue where performance could degrade and eventually fail when the Accelerator was under heavy load. (UUM-146082)
Asset Pipeline: Fixed an issue where small artifact data types could be incorrectly garbage collected, leading to leaks and even corruption. (UUM-146807)
Asset Pipeline: Fixed asset previews staying white after a referenced texture is deleted and restored with the same GUID. (UUM-138622)
Asset Pipeline: Fixed ShaderImporter indeterminism issues and bump importer versions.
Asset Pipeline: Fixed the AssetDatabase re-importing assets endlessly when an asset depended on a default asset produced after an import crash. (UUM-146505)
Asset Pipeline: Include ShaderImporter, RayTracingShaderImporter and ComputeShaderImporter to run out of process when ProjectSettings->Parallel Importing is enabled.
Asset Pipeline: Optimised a number of hot paths for asset importing and content building.
Asset Pipeline: Recompute serialized singleton overlays for versioned assets if no files changed on disk.
Audio: Bug was already fixed. Added a test. (UUM-147800)
Audio: Fixed a rare crash in
Sound.getOpenStatecaused by a data race during asynchronous sound loading. (UUM-145498)Audio: Fixed assertion about access version needing be odd when acquiring locks in an audio subsystem, happening after the editor was left running for many days. (UUM-146734)
Audio: Fixed AudioSettings.driverCapabilities returning undefined value when using the Enhanced Audio Foundation. (UUM-148718)
Audio: Fixed crash when pausing AudioRandomContainer containing streaming clips on some platforms. (UUM-148440)
Audio: Fixed invalid LoadState in some audio clips after Audio Settings reset. (UUM-147700)
Audio: Fixed microphone recording continuing when the application loses focus with Run In Background disabled. Recording is now muted while the application is paused. (UUM-143384)
Audio: Fixed
RootOutputInstance.IRealtimenot properly running through Burst if requested, even though Burst would compile and show the associated code in the Inspector. (UUM-145622)Audio: Prevents FMOD validation warnings when typing values in the System Sample Rate field, waits until full value is typed before validating. (UUM-136464)
Build Pipeline: Added support to reserve capacity of PersistentManager.Remapper in Memory Settings (Main Allocators > Other Allocators > Remapper Initial Capacity). (UUM-136275)
Build Pipeline: Building will now fail if scene callbacks throw an exception or crash, regardless of strict mode. (UUM-143730)
Build Pipeline: Command line Player builds no longer spend extra time on a build analytics step that could not complete. The step ran before the build data it reads was written, so it failed on every Player build and collected nothing. (UUM-147655)
Build Pipeline: Content Directory builds are properly stripping LODs and Editor-Only Objects from a scene before calling the scene build callbacks and batching the static meshes. (UUM-145061)
Build Pipeline: ContentLayout.json (produced by content directory builds) now includes an OutputLFID field on each LoadableObjectIds entry. Previously only the source object's identifier was recorded, so tools could not correlate a loadable with its exact object in the build output without also reading BuildManifest.json. The ContentLayout.json schema version is now 2. (UUM-145565)
Build Pipeline: Fixed an issue where VideoClips referenced by Content Directory builds failed to load at runtime on macOS. (UUM-147430)
Build Pipeline: Moved "Enable MSBuild Compilation" project setting into editor's pane.
Build System: Fixed an issue with DotNetFrameworkDependentApp on CSharpTools by not using it because it wasn't needed.
Burst: Burst compilation was skipped for jobs discovered via [JobProducerType] (such as IJobChunk) in Player builds using the High Managed Stripping Level, causing them to silently fall back to managed code. (). (UUM-147717)
Burst: Ensure the bundle is resigned correctly when running under X64 process root. (UUM-149014)
Burst: Fixed a rare compilation crash caused by a data race in portable-PDB debug info handling during parallel compilation.
Burst: Fixed an issue where enabling or disabling UI Toolkit Live Reload on the Burst Inspector window logged a window serialization error. (UUM-148278)
Burst: Fixed that some of Burst's Windows assemblies were not Authenticode-signed. All Burst-authored binaries are now signed.
Burst: Fixed the Burst Inspector disassembly search bar requiring a second Ctrl/CMD + F press to reopen after being closed. (UUM-144286)
Cache Server: Fixed command-line arguments for the cache server not being sent properly to the asset import worker.
Cinemachine: Added a prompt asking the user whether to save their scene before upgrading a project to Cinemachine 3. (UUM-148112)
Cinemachine: Added missing CinemachineImpulseFixedSignals documentation. (UUM-141604)
Cinemachine: Changed static reset in CinemachineCore to happen during SubsystemRegistration. (UUM-148700)
Cinemachine: Fixed C# scripts referencing moved Cinemachine APIs not being automatically upgraded from the Cinemachine namespace to Unity.Cinemachine when upgrading a project. (UUM-147045)
Cinemachine: Fixed disappearing foldout properties in Cinemachine Orbital Follow inspector. (UUM-143630)
Cinemachine: Fixed invalid obsolete InvalidPathCache call in CinemachineConfiner. (UUM-147086)
Cinemachine: Fixed SerializeReference serialization warnings when adding a modifier to CinemachineFreeLookModifier. (UUM-147115)
Code Editor: 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. (UUM-150210)
Core: Fixed
Transformserialized values not being properly initialized when cloning GameObjects. (UUM-131305)Core: Revert problematic string operation optimizations. (UUM-146910)
Documentation: Added additional resources for info about using components.
Documentation: Clarify serialization documentation for supported collection types and Dictionary<TKey, TValue>.
Documentation: Corrected the
ISerializationCallbackReceiverAPI reference to state thatOnAfterDeserializeis called on the host object after (not before) it is called on the host object's managed references.Documentation: Fixed spacing issue in UI Toolkit documentation.
DX12: Avoid creating D3D12 device twice. (UUM-147044)
DX12: Enabled URP_Lighting test suite.
DX12: 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. (UUM-144068)
DX12: Fixed an issue where VRAM used by small textures wasn't released back to the GPU driver after the textures were destroyed when using the Direct3D12 graphics API on Windows.
You can now tune the small-texture heap size with thed3d12-small-texture-tiles-per-heapboot config parameter to balance VRAM reclamation against heap-allocation overhead. (UUM-142284)DX12: Fixed random crash in RenderSurfaceD3D12::Reset. (UUM-142634)
DX12: Hardware Dynamic Resolution on D3D12 no longer produces a bright-pixel corruption artifact on AMD GPUs caused by uninitialised placed-resource compression metadata after a resolution-scale switch. (UUM-108671)
DX12: HDRP Sample projects no longer spam D3D12 validation error (category 9, id 1422) on startup. (UUM-133610)
DX12: Placed-resource aliasing on D3D12 no longer emits repeated D3D12 validation errors (category 9, id 1422) during Hardware DRS operation. (UUM-143015)
DX12: Start tracking d3d12 resources using D3D12Object class on remaining D3D12 platforms similarly to how desktop does this. (UUM-147469)
Editor: Added a Help button to the Build Analysis window. (UUM-147961)
Editor: Added a reconnect handler for fast Play mode and RenderGraph viewer. (UUM-147574)
Editor: Added a static function CleanupRenderPipelineIfActive to prevent activeRenderPipelineDisposed from firing while disposing non-active render pipelines. (UUM-148022)
Editor: Added analyzer rules UAC1019 and UAC1020 (both Error severity) to detect [SerializeReference] fields in serialized dictionary keys and values, which cause silent data loss or dictionary corruption. The analyzer reports an error on the dictionary field declaration at compile time. (UUM-146298)
Editor: Added directional-light Core tests.
Editor: Added explicit padding in DrawCommandSettings to avoid garbage data when calculating hash value. (UUM-144036)
Editor: Added group aware localization APIs.
Editor: Added headless NativeJobs (no container) [manually triggered].
Editor: Added headless Runtime/RegressionRuntime jobs (no container) [manually triggered].
Editor: Added some valid search terms/keywords for Indexing settings in "Preferences" window. (UUM-146350)
Editor: Added vulkan-specific issue where certain UITK elements with overflow:hidden would not render. (UUM-142280)
Editor: An issue where installing the Multiplayer Play Mode package did not enable the feature until the Editor was restarted. (UUM-144481)
Editor: Applications no longer hang when calling
SplashScreen.Stop(FadeOut)while the splash screen is disabled. (UUM-143481)Editor: Asset Import Workers no longer crash and Player builds no longer fail when building after deleting and recreating an active Build Profile. (UUM-141610)
Editor: Awaitable.NextFrameAsync now resumes in edit mode, including when the Editor runs in batch mode, instead of waiting indefinitely for an unrelated scene update. (UUM-148723)
Editor: Build Analysis json remove duplicated messages. (UUM-145857)
Editor: Build Analysis UI is slow when large build selected. (UUM-143142)
Editor: Build Profile Add Settings button now properly checks all providers when toggling enabled / disabled state. (UUM-144522)
Editor: Changed to float enums in sub graphs should update subgraph nodes properly now. (UUM-143534)
Editor: 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. (UUM-134407)
Editor: Codesigned several previously unsigned executables shipped with the Windows editor that could sometimes be blocked by antivirus software. (UUM-147382)
Editor: Color space sync deferred until after initial asset DB refresh to avoid crash on startup. (UUM-141297)
Editor: Declaring an input component in a namespace that has the same name of its containing assembly, or declaring it when there's another namespace with a duplicated name no longer causes a compilation error. (MTT-13332).
Editor: 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.
Editor: Disabled advanced font features for UITK editor text. (UUM-147689)
Editor: Disabled Open Frame Debugger from the UITK profiler Toolbar when running a standalone profiler. (UUM-144370)
Editor: Disabled Remove buttons in Build Profile settings during Play mode. (UUM-143194)
Editor: Driven RectTransform properties are read-only on a Prefab asset in the project window, matching in a Prefab instance. (UUM-135352)
Editor: Ensure SpriteRenderer material are indexed. (UUM-144279)
Editor: Ensure the SearchDetailView actually refresh its uitk controls only when needed. (UUM-137445)
Editor: FilterFunctionDefinition asset's Inspector shows raw serialized fields instead of a proper UI Toolkit inspector. (UUM-148830)
Editor: Fixed a bug where a GameObject's cut styling persisted in the Hierarchy after entering Play Mode while paste command was no longer available. (UUM-134218)
Editor: Fixed a bug where clicking "Revert" in the prompt that appears when a build profile loses focus after adding a scripting define value in the scripting defines settings list does NOT result in removing the newly added value. (UUM-147113)
Editor: Fixed a bug where Visual Element nodes with no name were not able to be renamed via double-click in the hierarchy. (UUM-143826)
Editor: Fixed a crash (ProfilerMutexLock / assertion gPersistentManager != NULL) that occurred when a managed DomainUnload handler performed a UnityEngine.Object null-check during editor shutdown. (UUM-144371)
Editor: Fixed a crash in ATG when using fallbacks whose Source Font File is missing. (UUM-148158)
Editor: Fixed a crash that occurred when using multiline ellipsis with ATG. (UUM-147865)
Editor: Fixed a crash that would sometimes happening when opening the gizmo menu in the scene view. (UUM-144488)
Editor: Fixed a crash when a scene file contains a Prefab instance with malformed added components list. (UUM-145507)
Editor: Fixed a crash when importing a Model with an empty or short
bodyMaskin clips data. (UUM-144179)Editor: Fixed a Hierarchy GameObject losing expanded state when another window is maximized and restored. (UUM-146763)
Editor: Fixed a Linux-only Editor crash caused by reentrancy while rebuilding menu items during a domain reload. (UUM-149839)
Editor: Fixed a memory leak caused by an undisposed
CancellationTokenSourceobject inAsyncInstantiateOperation. (UUM-147016)Editor: Fixed a typo in the
services-gatewayfallback URL that could cause sign-in and Cloud services to fail on Editors launched via Hub when the remote config CDN was unreachable. (UUM-149207)Editor: Fixed Adaptive Performance Settings removal with Android Provider causing errors. (UUM-143194)
Editor: Fixed an ANR that occurred when a GameActivity based application was destroyed while paused. (UUM-147270)
Editor: Fixed an attempt to delete a non-existent asset during a copy operation. (UUM-144993)
Editor: Fixed an Editor crash that occured when inspecting a TextMeshPro font asset. (UUM-145753)
Editor: Fixed an editor crash when a curve with more than 8 keys was set in a Particle System. (UUM-144792)
Editor: Fixed an issue in Visual Effect Graph where identically named exposed properties could be created, causing errors and preventing drag-and-drop of those properties onto the workspace. Made exposed-name and category uniqueness case-insensitive, and sanitized graphs containing case-only-duplicate or reserved-named categories on load. (UUM-144001)
Editor: Fixed an issue where accessing the rootVisualElement of an Overlay's container could cause recursive calls and crash the Editor. (UUM-149209)
Editor: Fixed an issue where BC7E could rarely produce inconsistent texture compression results between different platforms / architectures. (UUM-135825)
Editor: Fixed an issue where build failures during a pre-build callback weren't getting reported. (UUM-147054)
Editor: Fixed an issue where build usage read and write errors navigated to the obsolete Project Auditor UI. (UUM-146279)
Editor: 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. (UUM-146005)
Editor: Fixed an issue where changing the type of a connected Expression node in Shader Graph threw an
ArgumentException. (UUM-143151)Editor: Fixed an issue where clicking the Gradient settings button was ignored while editing a gradient preset's name. (UUM-148458)
Editor: Fixed an issue where commands weren't working in the Search Tree View. (UUM-149338)
Editor: Fixed an issue where compressing textures to the ASTC format could be indeterministic on the same machine. (UUM-144035)
Editor: Fixed an issue where Control+Shift+Click in the Hierarchy window only selected a single item. (UUM-141451)
Editor: Fixed an issue where disabling the mimalloc memory allocator for the Windows standalone player did not work. (UUM-147576)
Editor: Fixed an issue where editing a removed binding produced errors. The binding window now closes if it's editing a binding that is removed. (UUM-147201)
Editor: Fixed an issue where EditorSceneManager.SaveOpenScenes return true despite open scenes are not saved due to being blocked in ShouldSaveScenesAndAssets. (UUM-142487)
Editor: Fixed an issue where entering Play Mode, using Search, or opening the Inspector logged a false "Cross scene references are not supported" warning for objects that weren't being saved. (UUM-146260)
Editor: Fixed an issue where ListView controls, such as the Hierarchy window, did not scroll with the mouse wheel during a drag-and-drop operation in the Windows Editor. (UUM-132932)
Editor: Fixed an issue where MainToolbar.Refresh could cause an infinite recursion in the code. (STO-3778)
Editor: Fixed an issue where scripts were not being created after pressing Enter in the INspector's Add Component New Script view. (UUM-149682)
Editor: Fixed an issue where selecting multiple ranges of items in the Hierarchy window wasn't possible. (UUM-142974)
Editor: Fixed an issue where Shift+clicking a prefab child in the Scene view selected the child object instead of the prefab instance root. (UUM-148884)
Editor: Fixed an issue where the 2D Tile Pallet window closed immediately after opening on the Linux Editor. (UUM-146416)
Editor: Fixed an issue where the Hierarchy selection highlight would disappear and global selection would not update when right-clicking on an empty space in the Hierarchy window. (UUM-145820)
Editor: Fixed an issue where the Hierarchy window logged warnings to the Console window when entering Play mode while the window was open but not visible. (UUM-146302)
Editor: Fixed an issue where the Inspector window jittered up and down when hovering over a GameObject with a new Material in the Scene view. (UUM-147340)
Editor: Fixed an issue where the Sprite asset Inspector window was misaligned. (UUM-145514)
Editor: Fixed an issue where toggling a column control on an unselected Hierarchy row also applied the change to all selected GameObjects. (UUM-137299)
Editor: Fixed an issue with serialization of Dictionaries<,> with single byte in both key and value.
Editor: Fixed an LinuxEditor error that occurred while dragging files into the Editor when running on Wayland. (UUM-111593)
Editor: Fixed an
ArgumentOutOfRangeExceptionthat would occur in theTextFieldIME preview. (UUM-136872)Editor: 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. (UUM-147844)
Editor: Fixed blue focus highlight sometimes doesn't disappear when unfocusing the messages in the Build Analysis. (UUM-143897)
Editor: Fixed bug in scripting defines where reverting an un-applied change when a build profile loses focus should not cause a domain reload. (UUM-149532)
Editor: Fixed closing the Editor with unsaved changes in a UI Toolkit stage (VisualElementEditingStage) showed the "UI Stage - Unsaved Changes Detected" popup after the Save Scene dialog, and clicking Cancel did not stop the Editor from closing, so the unsaved changes were lost. (UUM-147023)
Editor: Fixed crash caused by tabwidth in ATG. (UUM-147528)
Editor: Fixed crash on disconnection from accelerator during build. (UUM-148391)
Editor: Fixed cursor position when renaming a build profile with an invalid character at the end of the name. (UUM-146677)
Editor: Fixed Derived Platform SDK does not support Preconfigured Settings Variants. (UUM-142195)
Editor: Fixed dragging child prefab nodes that failed silently. (UUM-144246)
Editor: Fixed EditorWindows being opened by AssetImporter process and getting orphaned in the Taskbar. (UUM-145778)
Editor: Fixed errors being thrown and parts of the Build Profiles window failing to render when building an iOS Build Profile with additional player settings multiple times. (UUM-146455)
Editor: Fixed external folder dependency error for package prv jobs. (UUM-144524)
Editor: Fixed floating Video Clip Inspector preview error and cosmetic warning. (UUM-147192)
Editor: Fixed for crash at shutdown due to selection history falsely retaining entities that have been destroyed by parents. (UUM-145779)
Editor: Fixed HDRP contact shadows quantizing to 2x2 pixel blocks at full resolution. (UUM-150212)
Editor: Fixed highlight appear off-centered on inspector dropdown control. (UUM-149379)
Editor: Fixed imgui delayed field not being committed some times on focus out. (UUM-142802)
Editor: Fixed instability in test by forcing texture import each test run. (UUM-122895)
Editor: Fixed issue where a local package failing to resolve can crash the Editor on MS Windows. (UUM-146678)
Editor: Fixed issue where hierarchy node renaming would not start or start too early. (UUM-150001)
Editor: Fixed issue where Materials weren't referencing the correct texture from AssetBundle variants. (UUM-129829)
Editor: Fixed label dragging for logarithmic integer sliders.
Dragging a slider label now correctly updates the value for power-of-two settings, such as Irradiance Quality and sample-count sliders. (UUM-144466)Editor: Fixed menu items added from script disappearing when the editor menus are rebuilt. (UUM-149764)
Editor: Fixed missing space between style sheet and owning document name when viewing inherited style sheets in context mode. (UUM-147743)
Editor: Fixed mouse lag when performing a drag-and-drop operation during a Domain Reload. (UUM-148331)
Editor: Fixed MSAA textures not rendering in the editor when OpenGLES is the active graphics API. (UUM-143867)
Editor: Fixed Multiplayer Play Mode enterPlayModeFromMppm analytics event not being sent when entering Play Mode with Reload Domain enabled. (UUM-144601)
Editor: Fixed Organization and Cloud project dropdowns in Project Settings > Services opening detached from their fields, in the middle of the screen. (UUM-146182)
Editor: Fixed overlay overflow arrows appearing when they shouldn't be. (UUM-133108)
Editor: Fixed performance regression in IMGUI event creation. (UUM-146652)
Editor: Fixed reported regression on
PreparePlayableAssetcaused by removing previously added WarmupCount. (UUM-144041)Editor: Fixed reverting all presets not reverting the Main Toolbar to Unity Default. (UUM-142163)
Editor: Fixed Select All in the hierarchy not being reflected in the inspector. (UUM-146225)
Editor: Fixed some asset types not retaining labels or AssetBundle group when duplicated. (UUM-129082)
Editor: Fixed system memory amount discovery on Linux editor when run in a container environment. (UUM-145729)
Editor: Fixed text corruption with TextFields. (UUM-148215)
Editor: Fixed text overflowing inconsistently. (UUM-145644)
Editor: Fixed the "Remove Component" menu missing from components with a missing script in the Inspector. (UUM-146874)
Editor: 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. (UUM-148581)
Editor: Fixed the banner text being truncated in the WebGL build profile window at certain window sizes. (UUM-144238)
Editor: Fixed the Build Analysis window missing its tab header icon. (UUM-143888)
Editor: Fixed the Hierarchy expand/collapse toggles not working after the first click. (UUM-146806)
Editor: Fixed the Hierarchy renaming the wrong game object after creation. (UUM-143590)
Editor: Fixed the Lighting Settings Direct, Indirect, and Environment Samples fields accepting typed values above the slider's maximum. (UUM-147078)
Editor: Fixed the object picker not scrolling to the currently assigned object when opened. (UUM-143327)
Editor: Fixed the prefab Overrides comparison window so the embedded inspector no longer shows the Overrides, Select, and Open buttons, which previously allowed the comparison window to be reopened on top of itself. (UUM-111882)
Editor: Fixed the prefab Overrides dropdown and the Hierarchy Apply Added GameObject menu so they now disable the Apply option when the added GameObject is an instance of the prefab being applied to, instead of throwing an ArgumentException in the Console. (UUM-138147)
Editor: Fixed the Project window navigating back to the Assets root folder when using "Add Sorting Layer..." and the other Tags and Layers dropdown shortcuts. (UUM-144578)
Editor: Fixed the stylesheet leak from the UI Toolkit project settings page. (UUM-149777)
Editor: Fixed the Undo History window omitting the asset name when an imported asset's import settings are modified (the entry now reads "Modified <property> in <asset name>"). (UUM-137534)
Editor: Fixed toolbar menu listed "Localization/Language" even when localization was disabled.
Editor: Fixed Undo/Redo clearing default parent after using CreateEmptyParent menu item. (UUM-115213)
Editor: Fixed Undo/Redo for "GPU Instancing" and "Double Sided Global Illumination" fields for Materials in Inspector. (UUM-143569)
Editor: Fixed UXML elements being read-only in the editing stage.
Editor: Fixed various issues with Sprite Assets used in ATG. (UUM-145506)
Editor: Fixed VCCache infinite re-query loop for untracked folders in Perforce. (UUM-143313)
Editor: Fixed view state restoration when entering Prefab Stage in Context from the Hierarchy. (UUM-144907)
Editor: Fixed warning message with wrong range in 'resolutionPerPatch'. (UUM-144191)
Editor: Fixed Windows editor crashing upon importing or transcoding a video with Crop and Offset. (UUM-146426)
Editor: Fixed
EndLayoutGroup: BeginLayoutGroup must be called first.when opening a Scene in Play Mode. (UUM-145914)Editor: Fixed ~30ms stall during domain reload when entering play mode. (UUM-149130)
Editor: Global selection in project browser doesn't persist domain reload. (UUM-146689)
Editor: GraphToolkit: Fixed an issue where block nodes with only options could not be collapsed. (UUM-129257)
Editor: 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. (UUM-148376)
Editor: Hierarchy: Load high resolution search icon to prevent scaling issue on non-orthodox resolutions. (UUM-147596)
Editor: Improved frame rate stability when using targetFrameRate in the Editor. (UUM-74919)
Editor: Improved keyboard navigation in the Build Analysis window. (UUM-143847)
Editor: In the Project Auditor window, Ctrl/Cmd+A no longer selects the "Home" tab without refreshing the view.
Editor: Internal hardening of the Hub-mode service configuration handling. No user-visible behavior change. (UUM-149208)
Editor: Isolation View overlay no longer remains visible in the Scene View after undoing an isolate action. (UUM-149238). (UUM-149238)
Editor: Multiplayer: Play Mode Input Behavior setting sync from main to clone. (UUM-147064)
Editor: Prevent the Object Selector from hanging when selection opens a native modal dialog. (UUM-139847)
Editor: Print invalid define message instead of throwing. (UUM-146349)
Editor: Project Auditor: Added a warning to users if URP shader stripping is disabled.
Editor: Project Auditor: ensure all anim clips are scanned/analyzed.
Editor: Project Auditor: Fixed a category showing an empty issue list instead of the analysis-in-progress panel while its own analysis was still running. (UUM-147586). (UUM-147586)
Editor: Project Auditor: Fixed an issue where an invalid window layout message would display. (UUM-139591)
Editor: Project Auditor: Fixed an issue where the analysis progress bar could complete before the analysis finished. (UUM-144829)
Editor: Project Auditor: Fixed issue where Project Auditor is missing build usage mesh read/write issues for ParticleSystemRenderer. (UUM-146284)
Editor: Project Auditor: Fixed sections not refreshing with their results until the full analysis is completed, instead of updating as soon as that section's own analysis finished. (UUM-144826). (UUM-144826)
Editor: Refactored and fixed import sample dependencies problems. (UUM-143035)
Editor: Reinstate 2 Project Auditor analyzers that will not be migrated to the Rules package. (UUM-150288)
Editor: Removed RenderCommandTypeHelpers::IsRenderingCommandSupportedInsideRenderPass. (UUM-150531)
Editor: Removed the "Missing or broken path()" message displayed in the 'Open Recent Scene' dropdown on a newly created project. ([UUM-113848](https://jira.unity3d.com/browse/UUM-113848\)\). (UUM-113848)
Editor: Render Pipeline Core: Fixed modified asset warning when performing cross platform builds. (UUM-146719)
Editor: Replace OpenJDK in-tree zips with Stevedore artifacts.
Editor: Scenario hang on with an Initial Scene from a read-only package. (UUM-147441)
Editor: ScreenCapture.CaptureScreenshotAsTexture() renders screen capture with borders. (UUM-130878)
Editor: Search : Fixed "Non-matching Profiler.EndSample" error is thrown for "SearchImporter.IndexingRequest" when creating a script with Edit Mode Profiler recording enabled. (UUM-143780)
Editor: Show in Project (the row context menu and the inspector Select button) silently did nothing for renamed/deleted assets. Both entry points now disable the action when the asset can no longer be resolved, and surface a non-modal "Asset not found" notification if it is triggered otherwise. (UUM-143853)
Editor: Support for the SpeedTreeWindAsset created in the 2022 Editor. (UUM-147077)
Editor: The Build Analysis window's Assets tab now shows the asset breakdown for scripts-only and incremental Player builds by attributing them to the source build whose content they reused (previously empty for these builds). (UUM-142982)
Editor: The collapse repeat-count badge inherited the white selection-text color, making the count invisible on its light pill in the Light theme. The badge now sets its own theme text color. (UUM-143790)
Editor: The headless Linux Editor cpu core count computation when run within a container that has CPU resource limits. Affinity mask and Cgroup settings will now be taken into account. Note that changing the affinity while the editor is running will not have any affect on its CPU usage as the value is cached at application startup. (UUM-145740)
Editor: The Overview Log column showed the entire multi-paragraph message as an auto-tooltip. The tooltip has been removed; the full message is shown in the detail pane when a row is selected. (UUM-143232)
Editor: This PR fixed a bug where reordering GameObjects showed the "+" (add) icon instead of the arrow icon by mappping DragVisualMode.Move to DragAndDropVisualMode.Link. (UUM-115073)
Editor: Turn off GRD in URP and HDRP templates. (UUM-143179)
Editor: Universal Render Pipeline: Fixed outdated asset importer warnings when creating a project from the URP 3D Sample template. (UUM-146261)
Editor: Updated Stats window to use M suffix for triangle and vertex counts 1 million or greater. (UUM-146878)
Editor: Updated the dialog that appears when Unity detects scene backups from an Editor session that did not close correctly. The dialog is now titled Scene Backup Detected, and its Keep Backups and Delete buttons state whether the backups are kept in Assets/_Recovery/ or discarded. (UUM-147629)
Editor: Updated WinEditor's warning dialog text when running Unity with elevated privileges. (UUM-146796)
Editor: Updating package while an MPPM clone is active causes the clone to crash. (UUM-148292)
Editor: URP: Add backdrop-filter support to the 2D Renderer. (UUM-144867)
Editor: USS files that import a built-in theme are now reimported automatically when the referenced theme changes.
Editor: When building a Web player with Progressive Asset Loading using the build scripting API, the build will fail (with a helpful error message) if incompatible settings are enabled.
Editor: XR: Removed the obsolete and unused AR module, the
UnityPlayer.initializeGoogleAr()method, and the use of theunity.arcore-enablemanifest metadata key.EmbeddedLinux: Fixed a crash when no
wl_seatis present on the system. (UUM-148754)EmbeddedLinux: Fixed case where first touch input is dropped. (UUM-150086)
EmbeddedLinux: Fixed empty publish section being shown. (UUM-144616)
EmbeddedLinux: Fixed for Screen.SetResolution produces a blank screen when used with FullScreenMode.MaximizedWindow. (UUM-143541)
Entities: Fixed a memory leak in the EntityNameStorage by properly disposing NameStoreAccess. (UUM-147280)
Entities: Fixed a race condition in EntityId allocation pool initialization. This was likely to happen when loading a scene containing multiple SubScenes in the editor. (UUM-147566)
Entities: Fixed a
NullReferenceExceptionthat occurred when pressing the "+" button in the Systems window search field with "Show All Worlds" enabled during Play Mode. (UUM-146668)Entities: Fixed an assertion failure and duplicate SubScene registration that occurred on domain reload in scenes containing multiple SubScenes. (UUM-147566)
Entities: Fixed an editor crash (SIGSEGV) that occurred when dragging a SubScene into another SubScene that references the same scene asset. (UUM-142972)
Entities: Fixed an error "Failed to find Entity child node" in the New Hierarchy when removing child status from a GameObject that was added to an existing parent inside a Sub Scene. (UUM-146762)
Entities: Fixed an exception in the Hierarchy window when setting "Type of Worlds Shown" to include all world types. (UUM-146725)
Entities: Fixed an InvalidOperationException ("does not exist in the hierarchy") being logged repeatedly in the console after switching away from a scene with an open Sub Scene and switching back.
Entities: Fixed an issue in the Systems window where the toolbar and search bar would shrink when viewing a large number of systems. (UUM-146060)
Entities: 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. (UUM-148905)Entities: Fixed an issue where renaming a subscene asset in the Project view would not update the subscene name displayed in the Hierarchy window. (UUM-143368)
Entities: Fixed an issue where
WeakReferencefields showed "None" when assigned by GUID from code. (UUM-134270)Entities: Fixed an outdated deprecation warning in the Entities Hierarchy window that incorrectly referenced a Preferences toggle that no longer exists. (UUM-146983)
Entities: Fixed an
ArgumentOutOfRangeExceptionthrown when clicking items in the Systems window after domain reload. (UUM-148748)Entities: Fixed an
ObjectDisposedExceptionand leaked world nodes in the Entities Hierarchy when a world is disposed. (UUM-146293)Entities: Fixed clear ("x") button in Entities search bars remaining visible after deleting all query blocks via right-click. (UUM-146465)
Entities: Fixed Entities Memory Profiler showing duplicate components when multiple worlds share the same archetype. (UUM-146419)
Entities: Fixed Entities, Worlds, and SubScenes appearing in the Hierarchy window when editing UI Toolkit assets. (UUM-145824)
Entities: Fixed Ignoring invalid [UpdateAfterAttribute] warning on the ExplicitFilterSystem when disposing the Hierarchy World Handler. (UUM-146672)
Entities: Fixed leaked world nodes in SchedulePacking_WithInitialChanges_LinearOperationMode. (UUM-148849)
Entities: Fixed NullReferenceException in the HierarchyEntityHandler when leaving the VisualElementEditingStage from the new Hierarchy. (UUM-146747)
Entities: Fixed performance regressions related to transform hierarchy children access. (UUM-138633)
Entities: Fixed stale entity subscene nodes in the new Hierarchy when using the AutoLoadScene property on subscenes. (UUM-143057)
Entities: Fixed subscene reimport so that it no longer creates entities that are never removed. (UUM-148293)
Entities: Fixed the SubScene foldout icon disappearing in the Hierarchy window after undoing changes to the SubScene GameObject. (UUM-143812)
Entities: Fixed the Systems window world dropdown to exclude internal world types that could cause an ArgumentException when selected. (UUM-148241)
Entities: In the editor, every subscene load used to leak a duplicate of each loaded GameObject until domain reload; only the intended instances are now created. (UUM-145926)
Entities: Made the EntityId hash its full 64-bits value, reduces the risk of collisions in hash containers. (UUM-145687)
Entities: NullReferenceException in AsyncLoadSceneOperation.ScheduleSceneRead() when loading subscenes containing UnityObjectRef with invalid EntityIds. (UUM-146245)
Entities: Only record user-initiated selection in Systems window navigation history. (UUM-150002)
Entities: Overwrite duplicate keys in the case TypeManager.AllTypes yields multiple entries with the same FullName, preventing an exception. (UUM-147907)
Entities: StableTypeHash of ECS types were inconsistent between Mono and CoreCLR.
Entities: Systems window "Show Full Player Loop" dropdown now works correctly. The setting has been split into two independent toggles: "Show Player Loop" (controls visibility of Unity player loop subsystems) and "Show All Worlds" (controls world filtering). (UUM-138413)
Entities: Systems window "Show Full Player Loop" should be disabled by default. (UUM-146280)
Entities Graphics: Fixed baked directional lights authored inside Entities subscenes not driving HDRP's Physically Based Sky. (UUM-137400)
Entities Graphics: Fixed corrupted compute-deformation of skinned meshes in subscenes. (UUM-146932)
Entities Graphics: Fixed Physically Based Sky rendering incorrectly in HDRP for directional lights authored inside Entities subscenes. (UUM-137400)
GI: Added a Screen Space Reflections (SSR) renderer feature to URP.
GI: Changed the default lightmap denoiser from Optix to OpenImage in Advanced filtering mode. (UUM-142567)
GI: Disabled surface cache GI in material previews and thumbnails.
GI: Fixed "Unknown filter" logs in Lighting Search saved queries. (UUM-147133)
GI: Fixed a bug where "Refresh Virtual Offset Debug" throws an exception if the last bake didn't have Virtual Offset enabled. (UUM-147479)
GI: Fixed a crash that occurred when extracting shadow casters with null material. (UUM-132304)
GI: Fixed a crash when baking Reflection Probes after baking Adaptive Probe Volumes. (UUM-143885)
GI: Fixed a crash when generating lighting for an object with a transparent material that uses an unreadable texture, such as a TextMesh Pro font material. (UUM-148232)
GI: Fixed a crash when opening the Profiler (Standalone Process) window in projects created from templates that include the Tutorials framework. (UUM-149676)
GI: Fixed a warning that appeared when canceling an Adaptive Probe Volume (APV) bake. (UUM-146305)
GI: Fixed an Editor crash when using the interactive lighting preview in a scene with a terrain large enough to be split into multiple lightmapping instances. (UUM-148850)
GI: Fixed an gradient-in-loop shader warning that would occur in SSR bilateral upscale. (UUM-144964)
GI: Fixed an issue where selecting the currently set APV baking set in the Lighting / Adaptive Probe Volume / Current Baking Set property did not function. (UUM-145389)
GI: Fixed an issue with punctual light sample index clamp in Surface Cache path tracing. (UUM-147818)
GI: Fixed buffer-capacity int overflow on Metal in UnifiedRayTracing. (UUM-145383)
GI: Fixed cone spot shadows missing with camera-relative culling. (UUM-147026)
GI: Fixed crash when baking lighting for a scene placed in StreamingAssets. (UUM-149240)
GI: Fixed Global Illumination APV task left Not Responding on cancel. (UUM-144776)
GI: Fixed Lighting window "New" creating assets in immutable folders. (UUM-147196)
GI: Fixed MissingComponentException for MeshRenderers without a MeshFilter.
GI: Fixed nullptr PPtr error changing reflection resolution with null skybox. (UUM-132378)
GI: Fixed objects whose lightmap UVs collapse to a point or a line being removed from baked lighting with an "Instance with invalid UV bounds was removed" warning. (UUM-148851)
GI: Fixed objects without valid lightmap UVs being removed from baked lighting with an "Every triangle in the Mesh UV layout has zero area" warning. (UUM-148666)
GI: Fixed the custom environment reflection cubemap being forgotten when changing Source in the Lighting window. (UUM-133122)
GI: Fixed the Scenes in Baking Set list in the Lighting window so that a scene can be added again after undoing its addition, and so that removing a scene can be undone. (UUM-147477)
GI: 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. (UUM-149122)
GI: Refactored
MaterialGlobalIlluminationFlagsand emissive material settings to reflect how we expect the user to use the flags. (UUM-134070)GI: Skip APV sampling when MeshRenderer.lightProbeUsage is Off in URP. (UUM-101953)
GI: 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.
Graph Toolkit: Changed orientation blackboard variable and node foldouts to face right instead of left. (UUM-139425)
Graph Toolkit: Fixed bug where opening a subgraph for the first time would not always frame its contents. (UUM-131387)
Graph Toolkit: Fixed options and ports TrySetValue with Enum. (UUM-146236)
Graph Toolkit: If a port is connected to a variable of the wrong Type an error will now be displayed on the port. (UUM-131401)
Graphics: Added
IEquatable<T>,GetHashCode, and equality operators toResolutionandRefreshRate, to avoid GC allocations when comparing them or using them as Dictionary keys. (UUM-146197)Graphics: Allow On Tile Post Processing feature only on the Universal Renderer. (UUM-148038)
Graphics: Changed to staticShadowCaster now update properly with GRD enabled. (UUM-140724)
Graphics: Fixed a crash in DirectX12 Split Graphics Jobs when using RayTracing. (UUM-145956)
Graphics: Fixed a crash when baking occlusion culling for large scenes. (UUM-143361)
Graphics: Fixed a device freeze on Midgard Mali GPUs when Blit Type was set to Auto. (UUM-149414)
Graphics: Fixed a GPU driver crash on ARM Mali-G68 devices caused by
log2using relaxed precision in SPIR-V. (UUM-137912)Graphics: Fixed a GPU hang on Metal that could occur when a compute shader requested a larger thread group than the graphics pipeline supports (for example, High Quality Line Rendering on some Intel GPUs). (UUM-147457)
Graphics: Fixed a
NullReferenceExceptionthrown byDynamicLightControllerin the URP sample template Garden scene when the component'sAwake()ran in the Editor before the runtime-only light manager list was initialized. (UUM-145743)Graphics: Fixed an assertion for out-of-bounds memory access when GPU Resident Drawer instancing is enabled, Burst compilation is disabled, and a Mesh Renderer has more material slots than submeshes. (UUM-147082)
Graphics: Fixed an issue where Vulkan Player would not respect the value of 'PlayerSettings.vulkanNumSwapchainBuffers' and instead use a fixed count of 3 swapchain buffers. (UUM-148724)
Graphics: Fixed Graphics.RenderPrimitives and Graphics.DrawProcedural crash with MeshTopology.Quads when Graphics Jobs are enabled. (UUM-141117)
Graphics: Fixed issue when creating stencil-only Render Textures. (UUM-144249)
Graphics: Fixed missing additional lights in the Quad Views inner views when split culling is applied. (UUM-144855)
Graphics: Fixed rendering issues on XR when dynamic resolution is enabled with an injected RenderObjects pass. (UUM-142592)
Graphics: Fixed shader compilation failure while using UNITY_DISPLAY_ORIENTATION_PRETRANSFORM with Adreno devices. (UUM-145641)
Graphics: Fixed the Adaptive Probe Volume Samples fields accepting typed values above the slider maximum. (UUM-148224)
Graphics: Fixed the help box under "Preferred Graphics Jobs Filters" in the D3D12 Device Filter Inspector being too small and cutting off its text. (UUM-134259)
Graphics: Fixed URP mixing MSAA sample counts for overlay UI textures.
Graphics: Fixed Vulkan graphics API version that is reported to users when using UGK. (UGK-2602)
Graphics: Fixed Vulkan rendering artifacts on Mali GPUs with some renderpass/subpass configurations. (UUM-147578)
Graphics: Graphics Settings - "Import from current scene" action is not added to the undo list. (UUM-148881)
Graphics: Notify ObjectDispatcher when MeshRenderer LocalAABB changes. (UUM-147452)
Graphics: Quality Settings - Show confirmation dialog when RP asset changes betwen quality levels when changing current quality. (UUM-146325)
Graphics: Resolved an issue when using Vulkan on Windows with Split Graphics Jobs where null could be inserted into a cache, resulting in DrawCalls trying to draw to a closed Command Buffer, causing a crash. (UUM-132307)
Graphics: ShadowCaster objects using the Renderer Shader User Value now render correct shadows when the value changes at runtime. Previously the shadow caster reused the rendering layer value from the last non-shadow draw unless the SRP Batcher path was active. (UUM-137149)
Graphics: [Android] Fixed frame pacing settling on an incorrect frame rate on variable refresh rate (VRR) displays. (UUM-95307)
Graphics: [Android] Fixed the frame rate not matching the requested rate when
OnDemandRendering.renderFrameIntervalwas greater than 1. (UUM-68029)Graphics: [OpenGLES3] [Android] Fixex a performance regression in debug builds that was introduced in UUM-109464. (UUM-144851)
Graphics:
Screen.currentBackbufferMSAASampleson Android Vulkan now correctly returns the MSAA sample value of the back buffer.Graphics:
ScriptableRenderContextdraws that use onlySortingCriteria.OptimizeStateChangesno longer produce more SRP batches thanSortingCriteria.RenderPriorityfor scenes that mixMeshRendererandSkinnedMeshRendererobjects sharing a material. Previously the sort split these renderers into separate groups by renderer type, breaking SRP batches that the batcher would otherwise coalesce. (UUM-141053)GraphView: Added issue in Template Browser where the tab keyboard shortcut sometimes caused keyboard navigation to go out of sync with selections. (UUM-144972)
GraphView: Allowed multiple instances of the Template Browser to coexist for different tools. (UUM-137579)
GraphView: Changing the Template Browser Sort Type preserves selection. (UUM-143043)
GraphView: Ensure selection is visible when changing the Sort Type for the Template Browser. (UUM-143045)
GraphView: Fixed the Template Browser displaying errors when creating an asset from a deleted template. (UUM-143138)
GraphView: Handle exceptions from various keyboard commands when used in the Template Browser. (UUM-144108)
GraphView: Scroll to last template now in the Template Browser now accounts for collapsed categories. (UUM-140556)
GraphView: Search focus in the Template Browser is now preserved after the first match. (UUM-144963)
HDRP: Added missing
UnityPerDrawparams forSpriteRenderer. (UUM-141304)HDRP: Ensure global settings default volume profile in difussion profile editor. (UUM-138525)
HDRP: Fixed a water null exception when exiting the frame debugger. (UUM-141885)
HDRP: Fixed console errors, broken rendering, and a potential crash when entering Play Mode with Reload Domain disabled in the Enter Play Mode Options. (UUM-147827)
HDRP: Fixed the Game view flickering when changing HDRP settings while the Game view is focused. (UUM-147685)
IL2CPP: Fixed a C++ linker error that occurred on a generic method marked for Reverse P/Invoke generation and
AggressiveInlining. (UUM-144962)IL2CPP: Fixed an IL processing issue in generic code that caused a "No support for assigning to/from variable size types and concrete types" exception at build time. (UUM-147236)
IL2CPP: Fixed crash on startup with the deep profiling support enabled. (UUM-145576)
IL2CPP: Fixed typo checking VAR twice instead of MVAR. (UUM-130494)
IMGUI: Fixed property field child fields not being drawn when the property rect is at negative GUI coordinates. (UUM-149255)
Input System: Added
LocationSensor, exposing GPS position,status, and permission state as the parity equivalent ofUnityEngine.Input.location. Reports status via a new Input SystemLocationServiceStatusenum.iOS: Fixed a bug where pulling down the iOS Control Center could cause a Unity app to stop playing back audio. (UUM-145522)
iOS: Fixed a false "Touch was already deallocated" error on iOS when the app moved to the background. (UUM-145381)
iOS: Fixed occasional failure to merge render passes with msaa depth on apple gpu family 1-3. (UUM-147831)
iOS: Fixed shader warmup on older devices (AppleFamily3 and earlier). (UUM-147933)
iOS: Fixed TouchScreenKeyboard.area returning an empty rect when the keyboard is open and the project uses the Objective-C trampoline. (UUM-147354)
Kernel: Added a
JobHandle.ToStringimplementation to prevent potential boxing.Kernel: Fixed a potential deadlock in the job system involving many external threads and manual jobs. (UUM-143073)
Kernel: Fixed performance regression by using placement new with a buffer instead of allocating memory using memory managed. (UUM-144849)
Linux: Fixed an issue where D-Pad inputs mapped to the wrong directions when using a wireless Xbox 360 controller on newer Kernel versions. (UUM-136083)
Linux: Fixed bugs when building Windows Players and creating Visual Studio Solutions from Linux Editors. (UUM-140187)
Linux: Fixed case where first touch input is dropped. (UUM-150086)
Linux: Fixed Linux Player file extension stacking when building Linux Player from Mac Editor. (UUM-135833)
Linux: Fixed some Xbox controller inputs are mapped to different buttons than they should be in Unity Input System when the controller is connected through Bluetooth on Linux. (UUM-144216)
Linux: Fixed the splash screen not fading out smoothly on start. (UUM-140538)
Linux: Lowered the glibc version to 2.34. (UUM-150342)
macOS: Fixed libMonoPosixHelper.dylib not being found in macOS server builds. (UUM-141263)
macOS: Fixed the splash screen not fading out smoothly on start. (UUM-140536)
macOS: Fixed the standalone player window title not using the localized application name. (UUM-145924)
Mono: Fixed race condition during interface initialization on ARM64. (UUM-144819)
Multiplayer: Console error logged when deleting the active Play Mode Scenario. (UUM-144445)
Multiplayer: Deleting an activated virtual player from the scenario configuration removed it from the config without stopping the running instance, leaving it orphaned. (UUM-138111)
Multiplayer: Editor crash when the GPU Resident Drawer is enabled and a cloned object's rendering components were stripped by the Dedicated Server role. (UUM-147692)
Multiplayer: Editor window layouts loads a broken "Failed to load" Multiplayer Play Mode window and throws a NullReferenceException when docking around it in projects where Multiplayer Play Mode is not enabled or its package is not installed. (UUM-146870)
Multiplayer: Fixed a
NullReferenceExceptionthat occurred when activating an Additional Editor Instance for the first time from a custom Play Mode Scenario. (UUM-148037)Multiplayer: 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.
Multiplayer: Fixed errors thrown when using Terrain tools in Multiplayer Play Mode additional Editor instances Authoring tools are not supported and are now disabled. (UUM-148239)
Multiplayer: Fixed scrolling so it now works correctly when the cursor hovers over the Complexity bar.
Multiplayer: Fixed the install button so it no longer displays "Installing package(s)..." after users cancel the install dialog.
Multiplayer: Fixed virtual players crashing when the main editor is closed on Ubuntu.
Multiplayer: Multiplayer PlayMode clone editors now adhere to the Hierarchy window version preference. When switching between Scene Hierarchy and the new Hierarchy window in the main Editor, it is now automatically reflected across all active clones.
Multiplayer: 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.
Multiplayer: Play Mode button remaining highlighted after canceling the Unsaved Changes prompt when entering Multiplayer Play Mode. (UUM-149873)
Multiplayer: Unity Transport: Network interfaces are now automatically disposed of before domain reloads. Without this protection, socket handles could be leaked which would cause errors when trying to re-bind to the same port later on. Note that this isn't a replacement for properly disposing of
NetworkDriverobjects; it's only a protection in cases where that's not done. (UUM-146443)N/A (internal): Disabling known failures on UGK CI.
Netcode for Entities: A ghosted FixedList - that is cleared and later repopulated with the same data (e.g. during prediction rollback)
- now replicates correctly. (UUM-131602)
Netcode for Entities: Fixed a predicted ghost divergence caused by running at very high framerates with very low SimulationTickRate, which meant that the client to not even fully predict one tick ahead of the latest snapshot arrival, causing the snapshot to be applied on a partial tick, which in turn resulted in the prediction-history backup failing to write, so it would constantly be stale. (UUM-147343)
Netcode for Entities: Fixed a regression in the handling of partial sends. In rare cases, the same dynamic ghost chunk hits the partial boundary at roughly the same entity index every tick. This indefinitely causes a subset of its ghosts to no longer be added to the snapshot. (UUM-145646)
Netcode for Entities: Fixed a spurious "JobTempAlloc has allocations that are more than the maximum lifespan of 4 frames old" warning that appeared when baking a ghost prefab set to Owner Predicted mode without a GhostOwner component.
Netcode for Entities: Fixed dragging the
Importancefield below its minimum of 1 (orMax Send Ratebelow 0) in the Ghost Authoring inspector triggering a re-bake pop-up even though the clamped value did not actually change.Netcode for Entities: GhostReceiveSystem's owner-switch trigger now enqueues an OwnerSwithchingEntry when GhostOwner.NetworkId changes, not just when it changes from zero.
Netcode for Entities: Issue where predicted ghosts - that changed archetypes multiple times (often moving back to their original archetype)
- would mispredict, particularly on partial ticks. Also fixed this issue with enable bits and child components. (UUM-131597)
Netcode for Entities: 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). (UUM-148863)
Networking: Bumps libcurl library to 8.20.
Networking: De-referencing invalid texture pointer when a webrequest is teared down abruptly. (UUM-144540)
Networking: Fixed a possible editor-only crash when using a custom certificate handler with UnityWebRequest in long editor sessions involving many domain reloads. (UUM-147347)
Networking: Fixed a situation where Curl errors coming from UnityWebRequest could fail to be logged appropriately, making issues harder to debug. Note that even in this situation the failure would still be reported correctly to calling code. This bug only impacted logging. (UUM-145433)
Networking: Fixed an issue in UnityWebRequest where an error 26 or 65 ("necessary data rewind was not possible") would sometimes be logged when resuming upload requests. (UUM-144767)
Networking: UnityWebRequest: Don't URL-encode characters '&' and '=' in
PostWwwForm. (UUM-149976)Package: Collections: Fixed FixedString formatting of certain float values when CoreCLR is the scripting backend.
Package Manager: Added warning log messages when importing Untrusted or Limited Trust Asset Packages in Batch Mode or CLI.
Package Manager: Fixed an issue where samples weren't discoverable for locally installed UPM packages that were also available on the Asset Store. (UUM-147778)
Package Manager: Fixed an issue where switching pages quickly after clearing the search bar results in an empty package list. (UUM-134027)
Package Manager: Fixed an issue where the import status did not display for imported samples in the Sample tab. (UUM-146766)
Package Manager: Fixed issue where install progress spinner for a selected package disappears when another package is selected. (UUM-139184)
Package Manager: Fixed package install operations hanging when the project contains packages with entitlement errors. (UUM-141909)
Package Manager: Fixed so the package search bar is cleared if the package being opened through the API isn't visible. (UUM-132102)
Package Manager: Fixed stale string when searching and there are no results found. (UUM-143121)
Package Manager: Fixed the issue where some packages have incorrect signature icon on Unity start up time. (UUM-143201)
Package Manager: Fixed the refresh page to also refresh user entitlement licences.
Package Manager: Importing a signed Asset Package no longer leaves the
.attestation.p7mfile in the project's Temp cache. (UUM-146362)Package Manager: Improved the error message displayed when adding an incompatible version with the current Unity Editor. (UUM-138842)
Package Manager: New event triggered on sample import, before Asset Database refresh. (UUM-142221)
Package Manager: Package Manager related errors are thrown for Play Mode Scenarios additional editors when activated. (UUM-147009)
Package Manager: Passive trust pop-ups are not cutoff anymore. (UUM-131817)
Package Manager: Removed the recently introduced
upmSignbatch-mode command. It requires more thought and validation on the product side. (UUM-146198)Package Manager: Sample parent package name for UPM on Asset Store is using the package name not the product name. (UUM-145405)
Particles: Fixed "'SafeNormalize': implicit truncation of vector type" warning coming from Particles shaders. (UUM-147453)
Particles: Fixed Camera Fade OFF + Soft Particles ON combination making particles disappear on some devices. (UUM-146249)
Particles: Shape Asset references should now reset properly. (UUM-141007)
Performance Test Framework: Documenation for Performance Testing Framework package now linked & published with the Unity manual.
Physics: Fixed a crash with ArticulationBody component hierarchies due to the 64 link depth limit not being correctly enforced. (UUM-145530)
Physics: 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. (UUM-138528)
Physics: Fixed an issue where baking a uniform scaled a static root, would not handle scales different than 1.0f correctly. (UUM-133010)
Physics: Fixed an issue where ConfigurableJoint setups would jitter once they reached their distance constraint maximum, due to their contact distance not being handled correctly. (UUM-146852)
Physics: 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. (UUM-138528)
Physics: Fixed an issue with Rigidbody component serialization where prefab overrides (for drag/angular drag) saved in scenes on 2022LTS wouldn't be retained after upgrading. (UUM-147601)
Physics: Fixed compilation warnings and runtime errors in
ModifyJointLimitsAuthoring. (UUM-145822)Physics: Fixed Fixed an issue inside the PhysX 4 sdk, where CharacterController wouldn't be able to collide with more than 100 shapes at a time. (UUM-132204)
Physics: Improved the cleanup performance of IgnoreCollision when destroying a Collider. (UUM-115186)
Physics: Prevented manual edits to the
SimulationSingletonvalue inUnity.Physics. Change the physics simulation type from thePhysicsSimulationStepcomponent instead. (UUM-148731)Physics 2D: Added "PhysicsBody.totalForce" and "PhysicsBody.totalTorque" getters and setters. (UUM-144878)
Physics 2D: Added "PhysicsWorld.bounds" property to get the current bounds of all PhysicsShape in the PhysicsWorld. (UUM-145746)
Physics 2D: Added "PhysicsWorld.drawOrder" and "PhysicsWorldDefinition.drawOrder" used to sort the order in which the physics renderer draws world. This provides direct control so you can better visualize multiple worlds; especially important when rendering non-transparent content. In addition, "PhysicsWorld.drawTarget" and "PhysicsWorldDefinition.drawTarget" was added to control if Game view and/or Scene view are rendered to. (UUM-145746)
Physics 2D: Added a small left and right panel padding to the Project Settings page for PhysicsCore2D module so it doesn't touch the window border.
Physics 2D: Added drawing of collision normal (opposite one-way side) for ChainSegmentGeometry. (UUM-145454)
Physics 2D: Added missing definition get/set property from all joints to match all other physics objects. (UUM-145454)
Physics 2D: Added missing physicscore2d Transform / InverseTransform for geometry spans of Circle, Capsule, Polygon, Segment and ChainSegment. (UUM-145454)
Physics 2D: Added PhysicsWorld cloning, snapshot and restore. "PhysicsWorld.Clone()" to clone a world, "PhysicsWorld.CreateSnapshot()" to create a complete snapshot of the content of the world and "PhysicsWorld.ApplySnapshot()" to apply a previous snapshot to the PhysicsWorld. Finally, the ability to create a new world with a previous snapshot with "PhysicsWorld.Create(snapshot)" overload. (UUM-145746)
Physics 2D: Added the ability to disable the auto-clearing of custom drawing lifetimes. When a draw command expires, it is typically removed but setting "PhysicsWorld.autoClearCustom" to false will mean the drawing persists until you explicitly call "PhysicsWorld.ClearDraw()". (UUM-145746)
Physics 2D: Applying a very large wind force via
PhysicsBody.ApplyWind, or a very large impulse viaPhysicsWorld.Explode, could silently corrupt the entire physics world with NaN or Infinity values. (UUM-150029)Physics 2D: Fixed a crash caused by unbounded recursion when a
PhysicsEvents.WorldDefinitionChangehandler wrote the same world's definition. Changed the nested write to apply without raising a second change event.Physics 2D: Reading
PhysicsWorld.counters, or other queries, after restoring a world from a corrupted or truncatedSnapshotcould crash the Editor or Player. (UUM-150072)Physics 2D: Removed the reservation limit for how many PhysicsWorld can be created. Now memory is only allocated for the PhysicsWorld that are created with a maximum limit of 65535. You can set the "PhysicsCoreSettings2D.initialWorldCapacity" to reserve the capacity but it will grow accordingly. (UUM-145746)
Physics 2D: Removing double-spaces from Collider2D help-box text. (UUM-147075)
Physics 2D: Wake Rigidbody2D when activating a child GameObject containing a Collider2D. (UUM-149852)
Physics 2D:
PhysicsWorldcould crash or corrupt memory when created with a very large or negativePhysicsWorldDefinition.capacity. (UUM-150067)Prefabs: Fixed a non-determinism issue when importing a prefab in-process versus out-of-process with parallel import.
Profiler: Added CoreCLR capture of GC-static field values and frozen/non-GC heap chunks to the memory snapshot format. Bumped format to v20.
Profiler: Fixed a crash in
ProfilerSymbolsDelayedDeletion::AddCloneObject. (UUM-144194)Profiler: Fixed alignment on date label in Profiler captures list. (UUM-132276)
Profiler: Fixed an issue where directly loading profiling data on macOS did not filter to relevant file types (.data, .raw). (UUM-139554)
Profiler: Fixed an issue where opening the profiler window with the physics CPU module open would throw a InvalidOperationException. (UUM-143704)
Profiler: Fixed an issue where resetting Profiler modules would leave (duplicated) custom modules until the window was re-opened. (UUM-148468)
Profiler: Fixed black bars and missing section titles in the Memory module's details view. (UUM-145754)
Profiler: Fixed deadlock in PreloadManager when taking Memory Profiler snapshot during load operation in progress. (UUM-143493)
Profiler: Fixed Highlights module not redrawing captured frame data when re-enabled. (UUM-144840)
Profiler: Fixed incorrect screenshot counter in Profiler. (UUM-148466)
Profiler: Fixed the Highlights module's 'Target FPS' label being clipped when showing large values. (UUM-137768)
Profiler: Fixed the warning icon in the CPU Hierarchy column overlapping the sort indicator. (UUM-137749)
Profiler: Memory Profiler under-reports ALLOC_TEMP_JOB_ASYNC footprint, causing unused blocks to appear as Untracked. (UUM-145712)
Profiler: Prevented pasting into the CPU Profiler's Sample Stack window. (UUM-116908)
Profiler: The Profiler's Capture List foldouts now open and close when clicking the title as well as the arrow. (UUM-132277)
Profiler: Updated the CPU Hierarchy column to use the standard warning icon. (UUM-117083)
Profiler: Updated the CPU Hierarchy column to use the standard warning icon. (UUM-131177)
QNX: Fixed case where first touch input is dropped. (UUM-150086)
QNX: Startup timing potential overflowing reported User time. (UUM-148079)
Scene/Game View: Fixed an issue where an activated RectTool would start throwing errors if SceneView camera zoomed out far away from the selected object. (UUM-146170)
Scene/Game View: Fixed the SRP Volume gizmo not showing in the SceneView. (UUM-146740)
Scene/Game View: Improving grids rendering and performance in the SceneView. (UUM-143208)
Scripting: AutoStaticsCleanup should accept any declared type initializers. (UUM-142742)
Scripting: Fixed .NET 1.x dll's not getting loaded into the domain. (UUM-141092)
Scripting: Fixed an issue where
AutoStaticsCleanupdidn't restore a static field that was set tonullduring a Play session. (UUM-149874)Scripting: Fixed assembly resolutions errors in IL post processors that referenced assemblies with names starting with "Mono.Cecil". (UUM-147560)
Scripting: Fixed InitializeOnLoad ordering logic to be more performant. (UUM-149218)
Scripting: Fixed missing EditMode scope during startup and inconsistent timing of EditMode and PlayMode scope. (UUM-141834)
Scripting: Fixed ~2 KB size increase in empty WebGL Player builds and removed
editor/coreclronly functions. (UUM-147728)Search: Fixed issue where the "Find References in Scene" component menu action would not work correctly in new Hierarchy. (UUM-122332)
Serialization: Dictionary Drawer now has a one-column display mode for narrow Inspectors. (UUM-146024)
Serialization: Fixed an issue in Dictionary serialization so it preserves entries with null keys in the same way it already preserved duplicate-key entries. The null-key rows in the UI are now marked with a warning icon as well so they can be identified and fixed (set to a valid object reference). (UUM-146664)
Serialization: Fixed crash where WeakReferences were being destroyed off of the main thread, which contended with Mon's GC assumptions about WeakReferences only being freed from the main thread. This fixes an eventual crash inside the Garbage Collector. (UUM-143324)
Serialization: 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. (UUM-149620)
Shadergraph: Added issue where custom render target preview on linux did not render correctly in some cases. (UUM-143562)
Shadergraph: Added issue where gradient picker would not respond to undo/redo commands. (UUM-145371)
Shadergraph: Added issue where gradient picker's color picker would misbehave during undo/redo. (UUM-145356)
Shadergraph: Added issue where NRE could result from renaming a subgraph dropdown. (UUM-148866)
Shadergraph: Added issue where particle shader sample would complain about missing cullMode property. (UUM-146914)
Shadergraph: Custom attributes on properties now copy-paste correctly. (UUM-142264)
Shadergraph: Disabled unused keyboard navigation for blackboard foldouts. (UUM-144951)
Shadergraph: Ensure that the preview window for nodes can always be toggled. (UUM-143463)
Shadergraph: Fixed an issue where float enum entry names were changing when other edits were taking place. (UUM-143243)
Shadergraph: Fixed an issue where Template ordering would not work properly in the Shader Graph Template Window. (UUM-143067)
Shadergraph: Fixed heatmap undo/redo for subgraph entries. (UUM-142683)
Shadergraph: Fixed invalid characters in generated shaders under the Turkish regional format. (UUM-142088)
Shadergraph: Fixed issue where errors would trigger when particle shader sample was imported. (UUM-146912)
Shadergraph: Handle error message when deleting a group with a subgraph output node. (UUM-143645)
Shadergraph: Improved responsiveness of node inspector for reflected function nodes. (UUM-143249)
Shadergraph: Limit the max number of cases on the switch node. (UUM-143419)
Shadergraph: Node selection state should restore properly on undo/redo for the graph inspector. (UUM-142159)
Shaders: (Shaders) The editor no longer hangs at "waiting for shader compilers" when asynchronous shader variant compilation is cancelled during domain reload or editor shutdown.
Shaders: Enabled DXC shader compilation for Windows player builds when using the Linux or macOS Editor.
Shaders: Fixed editor crash by making UniqueIDGenerator thread-safe. (UUM-146812)
Shaders: Fixed incorrect prompting of apply shader build settings window on removal of empty keywords override settings. (UUM-148993)
Shaders: Fixed preprocessor incorrectly skipping include files with multiple independent ifndef/endif guard blocks. (UUM-145788)
Shaders: Fixed the shader keywords to work properly in cases where one pass declares keywords as multi_compile/shader_feature and another pass declares the same keywords as dynamic_branch. (UUM-139965)
Shaders: Strip early subshaders if the
RenderPipelinetag does not match any present renderpipeline assets for the build target. (UUM-141340)SRP Core: BatchPackedCullingViewID::GetEntityID generates the EntityID using the ulong handle directly instead of an int mask. (UUM-146214)
SRP Core: Fixed a shader error when copying MSAA textures on OpenGL ES 3.1 devices that lack per-sample shading support; these devices now fall back to a regular blit. (UUM-147215)
SRP Core: Fixed an assertion error and memory leak warning that were thrown when hiding a branch group on a Tree in a project that uses the GPU Resident Drawer. (UUM-142959)
SRP Core: Fixed an issue where
Camera.RenderToCubemapdidn't capture Canvas geometry for the first face of a cubemap. (UUM-140991)SRP Core: 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. (UUM-148221)
SRP Core: Fixed cropped post-processing output when the targetTexture is swapped to a different size. (UUM-145833)
SRP Core: Fixed minor visual issue with Render Graph Viewer's Auto Update button. (UUM-150051)
SRP Core: Fixed the culled pass block being unreadable in the Render Graph Viewer in dark mode. (UUM-146993)
SRP Core: 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. (UUM-133186)
SRP Core: Fixed the GPU Resident Drawer help box in the Rendering Debugger displaying C# type names, such as "GPUResidentDrawer" and "RenderPipelineAsset", instead of readable names. (UUM-138009)
SRP Core: Gate RenderGraph UV origin validation behind the
enableValidityChecksflag to allow debug tools to bypass the check when intentionally creating conflicting UV origins.SRP Core: Removed a rare managed allocation during HDR output rendering that could intermittently occur when .NET reclaimed pooled array buffers between frames. (UUM-145447)
SRP Core: Removed check to only consider emissives for GI if the _EMISSION keyword was added.
SRP Core: SRP Core: Fixed render area bug for FinalBlit pass when using dynamic resolution with renderScale 1.0. (UUM-138644)
SRP Core: [Render Pipeline Converter] Improve list views by adding categorization and sorting. (UUM-146628)
Terrain: Avoid buffer overflow when generating the buffers for the detail meshes. (UUM-139959)
Terrain: Fixed the "Channel Remapping" foldout in the Terrain Layer Inspector not expanding when its title is clicked. (UUM-148236)
Terrain: 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. (UUM-134662)
Terrain: 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. (UUM-134352)
Terrain: Fixed
IndexOutOfRangeExceptionbeing thrown when painting details on the edge or corner of a Terrain. (UUM-149028)Test Framework: Async OneTimeSetup/OneTimeTearDown are now supported, fixing an issue where tests using it would hang or crash the editor. (UUM-128590)
Test Framework: Profiler marker recorders used by
Measure.Methodnow start when the measured iterations begin instead of whenProfilerMarkers()is called, so warmup and probing iterations no longer contribute to the reported marker values or add sample collection overhead to those phases. (UUM-147204)Test Framework:
Measure.Method().GC()again forces a full garbage collection immediately before each timed region, restoring the behavior from before the switch to theProfilerRecorderAPI. 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 whenGC()is specified; warmup and probing iterations are not affected; and becauseSetUp/CleanUpcause each of theIterationsPerMeasurementinner 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 withGC()will change, generally becoming lower and more stable, so baselines recorded since 3.2.1 are not comparable. (UUM-147204)Tests: Re-enabled DispatchWithUniformUpdate test. (UGK-2462)
Tests: Reenabled some URP PostPro test on ugk metal. (UGK-2676)
Tests: Stablize flaky inspector header test. (UUM-142700)
Text: Added font subsetting via importer recipes and hidden Font sub-assets.
Text: Added glyph-to-character mapping to PostProcessTextVertices. (UUM-147627)
Text: Added new SpaceWarp compatible shaders for TextMeshPro XR users.
Text: Defer OS Font Fallback loading.
Text: Defer OS Font Fallback loading.
Text: Fixed "Failed to perform selection on text" in Console. (UUM-149393)
Text: Fixed a LegacyRuntime memory leak. (UUM-145108)
Text: Fixed an Editor shutdown crash on
FT_Done_Face. (UUM-144575)Text: Fixed ATG IMGUI emoji rendering black in light theme. (UUM-147842)
Text: Fixed invisible CJK glyphs in Editor text fields on macOS. (UUM-144095)
Text: Fixed PostProcessTextVertices glyph enumeration out-of-range exception with rich text. (UUM-147305)
Text: Fixed text disappearing in EditorGUILayout.TextArea when the field contained a large amount of text (roughly 16,000 characters or more). (UUM-146126)
Text: Fixed Text tests Instabilities with DestroyFontEngine. (UUM-144593)
Text: Make the Font Asset Creator save dynamic font assets by default. (UUM-149073)
Text: Removed vertex padding on whitespace quads. (UUM-149248)
TextCore: Fixed a potential crash that would occur when generating a font asset in the Font Asset Creator. (UUM-125366)
TextCore: Fixed a potential crash that would occur when generating a font asset in the Font Asset Creator. (UUM-141061)
TextCore: Fixed a potential issue where an alternative font face could be used when generating a font asset in the Font Asset Creator. (UUM-137866)
TextCore: Fixed a potential memory leak that would occur when cancelling font asset atlas generation in the Font Asset Creator. (UUM-142952)
Timeline: Added mipmap Warning Icon to the Editor and update Timeline Track warning icon to the standard Warning Icon. (UUM-131155)
Timeline: Fixed an issue where a long group track name label gets drawn over the button making them unclickable. (UUM-146266)
Timeline: Fixed issue where Timeline preview would generate prefab override modifications in certain cases, leading to degraded performance. (UUM-139326)
Timeline: Fixed VFX Graph property values not being restored when previewing in Timeline. (UUM-142082)
Timeline: Fixed
ArgumentOutOfRangeExceptionandInvalid GUILayout stateerrors thrown when clicking the key selection area at the position of a key from a previously displayed property curve in the Timeline curves view. (UUM-143996)Timeline: Updated the Timeline Customization Samples
Timeline_CustomTracksscene to use the new Input System component. (UUM-142488)uGUI: 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. (UUM-145753)
uGUI: Fixed a layout misalignment of the Layout Group properties in the Inspector. (UUM-144947)
uGUI: Fixed an issue where the pixel height of a UGUI Image was not consistent when the parent Canvas Scaler Reference Resolution was changed and Pixel Perfect was enabled. (UUM-137714)
uGUI: Fixed an
IndexOutOfRangeExceptionthrown when a large Text (TMP) GameObject with Overflow set to Ellipsis. (UUM-134477)uGUI: Fixed ellipsis line-breaking recursion when the font lacks an ellipsis glyph and Ellipsis overflow mode is selected. (UUM-134066)
uGUI: 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. (UUM-148732)
uGUI: Fixed regression that prevented multiple inspectors from updating with current alpha values when the alpha value on a CanvasGroup component was modified via the Inspector and CanvasGroupEditor. (UUM-144986)
uGUI: Fixed the Layout Element component, which accepted negative values in its Min/Max (and other) fields. (UUM-144440)
uGUI: Fixed
NullReferenceExceptionerrors when selecting an InputField (TMP) Placeholder before importing the TMP Essential Package. (UUM-143965)uGUI: Layout Element inspector now shows mixed values when multiediting and stays in sync across Inspector windows. (UUM-145408)
uGUI: Undoing an added LayoutGroup on a ScrollView now restores its children entirely. (UUM-144838)
UI: Fixed flex items not shrinking or growing correctly when a non-flexible (or partially flexible) sibling preceded a flexible child in the same container. (UUM-110585)
UI: Fixed ScrollView drag-scrolling into blank space when content fits. (UUM-142498)
UI Toolkit: Added some performance regressions in reading/writing some VisualElement properties and manipulating its hierarchy.
UI Toolkit: Added support for custom filter functions in backdrop-filter. (UUM-148086)
UI Toolkit: Added UIBuilder rendering support for backdrop-filter. (UUM-144867)
UI Toolkit: Clamped invalid stroke-miterlimit instead of failing SVG import. (UUM-120825)
UI Toolkit: Creating a new PanelRenderer will not correctly restore the PanelSettings field when undo/redo occurs. (UUM-146643)
UI Toolkit: Disabled backdrop-filter on world-space UI Toolkit panels. (UUM-144865)
UI Toolkit: Enabled Open in Context button in main stage. (UUM-145853)
UI Toolkit: Exposed the method VectorUtils.BuildVectorImage(SceneInfo, Rect). (UUM-146278)
UI Toolkit: Fixed "Invalid image specified" warnings when clearing an element's background image in the inspector. (UUM-148342)
UI Toolkit: Fixed "Invalid image specified" warnings when clearing the Cursor Image field of an in-scene UI Toolkit element. (UUM-149384)
UI Toolkit: Fixed a "No script asset for TempSerializedData" warning when selecting a child element in the Hierarchy while in Play mode. (UUM-144577)
UI Toolkit: 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%. (UUM-148867)
UI Toolkit: Fixed a list element's foldout header showing the next element's value instead of its own after editing a field inside the foldout. (UUM-147445)
UI Toolkit: Fixed a NullReferenceException thrown when right-clicking the affordance button on list items in the UI Toolkit attributes inspector. (UUM-146715)
UI Toolkit: Fixed a one-frame glitch where a world-space UIDocument could briefly appear mis-placed when shown again after being hidden with display: none. (UUM-119563)
UI Toolkit: Fixed a regression causing a selector coming from an imported style sheet (@import) to incorrectly outrank an equal-specificity selector from the importing style sheet. (UUM-148320)
UI Toolkit: Fixed Alt+click on a list header not recursively collapsing or expanding child foldouts when the list items use a UI Toolkit CustomPropertyDrawer. (UUM-146051)
UI Toolkit: Fixed an array resize confirmation dialog appearing when selecting several objects that share a large array. (UUM-148151)
UI Toolkit: Fixed an Editor crash that would occur when trying to undo a VisualTreeAsset or StyleSheet change past the last import. (UUM-146454)
UI Toolkit: Fixed an error when trying to use Element Texture UV node in a vertex shader. (UUM-145401)
UI Toolkit: Fixed an issue causing and oval shape to show as a rectangle when outputting a constant color with a custom shader. (UUM-145855)
UI Toolkit: Fixed an issue where "Accessing invalid property" errors occurred when entering Play mode after modifying a UXML asset. (UUM-146179)
UI Toolkit: Fixed an issue where adding a TwoPaneSplitView would not automatically create two children when added through the UI Library. (UUM-144568)
UI Toolkit: Fixed an issue where adding, removing, renaming, duplicating, or reordering a variable in the Variables Inspector did not mark the Visual Tree Asset dirty. (UUM-145066)
UI Toolkit: Fixed an issue where clicking a disabled Tab in a TabView still selected it. (UUM-148036)
UI Toolkit: Fixed an issue where controls would be missing their default configuration when added through the UI Library. (UUM-144495)
UI Toolkit: Fixed an issue where deleting multiple selected variables at once would skip or fail to remove some of the selected items. (UUM-145066)
UI Toolkit: Fixed an issue where Object Picker window breaks when it is interrupted by a domain reload. (UUM-144436)
UI Toolkit: Fixed an issue where opening the Attributes Inspector window reset values inherited from ancestor
AttributeOverrides.UI Toolkit: Fixed an issue where setting
--unity-metrics-single_line-heighton the:rootselector through a USS file imported by a theme didn't affect ScrollView scroll speed. (UUM-129742)UI Toolkit: Fixed an issue where some type converters would be ignored in the UI Builder binding window. (UUM-147357)
UI Toolkit: Fixed an issue where the border-radius and border-width header fields in the inspector could not be selected or edited by typing. (UUM-146073)
UI Toolkit: Fixed an issue where
RegisterUIReloadCallbackdid not trigger the callback when a GameObject was re-enabled. (UUM-146174)UI Toolkit: Fixed an issue with missing-asset USS warning spam after asset deletion. (UUM-148575)
UI Toolkit: Fixed backdrop-filter rendering a skewed or misaligned backdrop when the element is nested under an element with the GroupTransform usage hint and the group's transform is rotated or scaled. (UUM-148085)
UI Toolkit: Fixed builtin filters preview images. (UUM-141062)
UI Toolkit: Fixed custom filter shaders receiving an incorrect UV rect when the filter declares non-zero read margins. (UUM-149441)
UI Toolkit: Fixed data bindings targeting the base class property when a derived UxmlElement declares a UxmlAttribute that reuses an inherited attribute's name and marks it with CreateProperty. (UUM-148124)
UI Toolkit: Fixed dropped binding attributes when editing template in context. (UUM-146514)
UI Toolkit: Fixed element animations playing in the Game View while the Editor is in Edit Mode. (UUM-148584)
UI Toolkit: Fixed FillGradient.radius being ignored by Painter2D. (UUM-138358)
UI Toolkit: Fixed items below the dragged item jumping when reordering a
ListViewin Animated reorder mode. (UUM-140171)UI Toolkit: Fixed ListView and TreeView not scrolling horizontally to reveal the target item, so deeply indented items (such as a nested element picked in the UI Toolkit Debugger) are no longer hidden off-screen. (UUM-145835)
UI Toolkit: Fixed minor tessellation issue with SVG in Antialiased Arc Encodings. (UUM-144586)
UI Toolkit: Fixed missing element tint and opacity. Added dedicated nodes. (UUM-145402)
UI Toolkit: Fixed MissingReferenceException errors thrown after entering Play mode when multiple Inspector windows display different objects with a Grid Layout Group component. (UUM-145062)
UI Toolkit: Fixed nested Panel Renderers throwing exceptions and not rendering after their parent's UXML was saved. (UUM-148452)
UI Toolkit: Fixed ObjectDisposedException being thrown when adding or removing elements in a list in the Debug Inspector. (UUM-143676)
UI Toolkit: Fixed opacities not propagating in filtered elements. (UUM-147157)
UI Toolkit: Fixed out-of-range USS opacity values being accepted without any warning. (UUM-146988)
UI Toolkit: Fixed Panel Renderer content disappearing when its GameObject is unparented from another Panel Renderer. (UUM-147941)
UI Toolkit: Fixed PanelRenderer InvalidOperationException when the root is still parented if PanelSettings destroyed beforehand. (UUM-146244)
UI Toolkit: Fixed PanelRenderer not inserted in hierarchy when enabled after a disable in Awake(). (UUM-147875)
UI Toolkit: Fixed performance regressions in UI Toolkit renderer. (UUM-148769)
UI Toolkit: Fixed prefab override markers not scrolling or clipping with UI Toolkit ListView items in the Inspector. (UUM-142807)
UI Toolkit: Fixed prefab override markers not showing in the Inspector and a stray horizontal scrollbar appearing after the Inspector scroll-area fix. (UUM-145856)
UI Toolkit: Fixed Radio Button Group choices being cleared when saving a UXML file with blank choices. (UUM-150030)
UI Toolkit: Fixed rendering issue when using large sprites with 9-slices and slice scale. (UUM-147415)
UI Toolkit: Fixed rendering issues when multiple drop-shadow filters are present. (UUM-144927)
UI Toolkit: Fixed RenderType and SampleElementTexture nodes which didn't work in vertex stage. (UUM-145625)
UI Toolkit: Fixed selection handles remaining in the UI Viewport after exiting and re-entering staging. (UUM-145852)
UI Toolkit: Fixed StyleSheets window search field width. (UUM-149417)
UI Toolkit: Fixed support for font size set in percentages in the ui builder and integrated authoring. (UUM-104877)
UI Toolkit: Fixed SVG radial focus not working when imported as "Antialiased Arc Encodings". (UUM-138043)
UI Toolkit: Fixed sync issues between the UI Builder and in-scene authoring. (UUM-147450)
UI Toolkit: Fixed Tab key navigation getting stuck on fields that have a unit dropdown in the Inspector of UI Staging Mode. (UUM-147715)
UI Toolkit: Fixed the Data Source label disappearing from the Inspector while dragging an element in the UI Builder viewport. (UUM-148576)
UI Toolkit: Fixed the group name given to LocalizationAttribute being ignored, which left the assembly's translations unreachable.
UI Toolkit: 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. (UUM-145535)
UI Toolkit: Fixed the IMGUI dictionary drawer scrolling short of its last rows in a window that cannot scroll. (UUM-149490)
UI Toolkit: Fixed the inability to read/write the local vertex position. Using the position node in object/world-space modes doesn't give an error anymore. (UUM-145403)
UI Toolkit: Fixed the MultiColumn control's argument exception when increasing the column and descriptor count. (UUM-148746)
UI Toolkit: Fixed the Package Manager package list scrolling immediately when navigating with the arrow keys instead of only when the newly selected package is off-screen. (UUM-147017)
UI Toolkit: Fixed the Style Sheets window so that it now displays all of its content when it loads. (UUM-145634)
UI Toolkit: Fixed the ToggleButtonGroup value wrap when 8 or more buttons are present. (UUM-149531)
UI Toolkit: Fixed the Transition Animations remove button staying disabled after undoing a transition reset. (UUM-145783)
UI Toolkit: Fixed the UI Builder
ListViewrendering as a solid black rectangle after docking the window to another panel. (UUM-130011)UI Toolkit: Fixed the UI Library not displaying UXML files. (UUM-146352)
UI Toolkit: Fixed the Variables section not refreshing after using Unset All. (UUM-148055)
UI Toolkit: Fixed the
DropdownFieldelement ignoring theindexattribute set in UXML. (UUM-150530)UI Toolkit: Fixed toggling 'Editor Extension Authoring' in UI Builder not marking the document as having unsaved changes, which caused the change to be lost on close. (UUM-144926)
UI Toolkit: Fixed transition-delay being ignored when opacity is listed before scale in transition-property. (UUM-135074)
UI Toolkit: Fixed TreeView drag and drop operation is not being cancelled when a modal opens over it. (UUM-111185)
UI Toolkit: Fixed UI being stuck to the viewport window when panning the UI Viewport opened via Open In Context. (UUM-145580)
UI Toolkit: Fixed UI failing to render on OpenGL ES and WebGL 2.0 devices when the UI shader exceeded the platform's vertex uniform limit. (UUM-149277)
UI Toolkit: Fixed UI Toolkit Debugger world-space overlays. (UUM-145537)
UI Toolkit: Fixed undo related error after undoing a Style Sheet selector drag operation. (UUM-145619)
UI Toolkit: Fixed unqualified Style and AttributeOverrides tags being flagged as not allowed when validating a UXML file against the generated schema. (UUM-145780)
UI Toolkit: Fixed UXML asset corruption and import errors when selecting a built-in resource as a binding Data Source. (UUM-137273)
UI Toolkit: Fixed UXML Style, Template and Instance tags being incorrectly flagged as not allowed when validating against the generated XML schema. (UUM-145780)
UI Toolkit: Fixed Vector and Rect fields growing wider than their container when a long value is typed into them. (UUM-117525)
UI Toolkit: Fixed VisualElements styled with -unity-material (and other asset-backed style properties such as background-image and -unity-font) rendering with the default shader (solid white) after the referenced asset's Addressables content was unloaded and reloaded. (UUM-144652)
UI Toolkit: Fixed VisualTreeAsset preview texture from appearing black. (UUM-148154)
UI Toolkit: Fixed warnings about invalid URIs being thrown when a UI Builder USS Variable of type Asset Reference is left empty. (UUM-146117)
UI Toolkit: Fixed warnings about invalid URIs being thrown when the UI Builder Material field is set to null. (UUM-146118)
UI Toolkit: Fixed white line artifacts in gradients that use the Mirror or Wrap address mode when Anisotropic Textures is set to Forced On in the Quality settings, and fixed incorrect rendering of the area before the gradient's start point. (UUM-139509)
UI Toolkit: Fixed World Space UI not rendering in the Scene view immediately after changing a Panel Settings Render Mode. (UUM-144940)
UI Toolkit: Fixed
Painter2Dand SVG strokes with a zero-length dash-pattern entry erroring instead of rendering, and made zero-length round-capped dashes render as dots. (UUM-135766)UI Toolkit: Hid internal UIToolkit Authoring controls from UI Library. (UUM-146175)
UI Toolkit: Improved VisualElement.Add exception message when the element has no content container. (UUM-147805)
UI Toolkit: Made the Create > UI Toolkit asset menu item names and default file names consistent. (UUM-133810)
UI Toolkit: Prevent some rare crash in UI Toolkit when repainting windows during a domain reload. (UUM-145384)
UI Toolkit: Removed the "backdrop-filter" label from the UI Builder Visual Element Inspector. (UUM-145495)
UI Toolkit: Renaming the document row in the Hierarchy now renames the corresponding .uxml asset.
UI Toolkit: Selecting "Custom Function" in the Backdrop Filter section of the Inspector no longer logs "Custom filters are not supported for backdrop-filter" warnings; the custom filter is now applied. (UUM-148347)
UI Toolkit: Selection highlight no longer remains in the UI Viewport after deleting the hovered element or style rule from the Hierarchy. (UUM-144573)
UI Toolkit: Surface the backdrop-filter Screen Space-only limitation with a documentation icon in the Backdrop Filter inspector sections and on the PanelSettings Render Mode field. (UUM-147138)
UI Toolkit: Tooltips in Inspector when in UIStaging don't relay leaf element tooltips. (UUM-145049)
UI Toolkit: VisualElement Inspector Open in Context button corrupts UI Viewport window. (UUM-145658)
Undo System: Undo selections and save importer changes without errors. (UUM-148141)
Unity Physics: Added a check for the MostRecentFixedTime entity in the physics GraphicsIntegration code to remove the entity if its DynamicBuffer is zero. The CameraSmoothTrack system now has an dependency on MostRecentFixedTime. (UUM-145828)
Unity Physics: Added a [NoAutoStaticsCleanup] attribute to some of the scripts in the 'Custom Physics Authoring' sample to avoid UAL0010 and UAL0013 warnings upon import. The behaviour of the scripts remains unchanged.
Unity Physics: Fixed an issue where casting a collider away form another one could return the wrong hit. (UUM-138425)
Unity Physics: Regenerated some sample meta files to fix serialized versioning warnings when the 'Advanced Game Physics Sample - Chain and Gears' sample was imported. (UUM-149515)
Universal Windows Platform: Fixed scroll actions re-triggering on mouse movement on UWP. (UUM-144660)
URP: Converting BiRP Particles materials to URP now correctly preserves emission state. Previously, the emission checkbox would appear enabled in the inspector even when emission was disabled in the source material. (UUM-128093)
URP: Fixed a Render Graph error when Tile-Only Mode was enabled on displays with a non-sRGB backbuffer, such as OpenGL ES in Linear color space. Tile-Only Mode now falls back to regular rendering on those displays. (UUM-147232)
URP: Fixed a spelling mistake where the Screen Space Lens Flare "Chromatic Aberration" setting was labelled "Chromatic Abberation". (UUM-146130)
URP: Fixed Accurate G-buffer Normals encode/decode mismatch in Decals. (UUM-146733)
URP: Fixed an issue where the "Reflect Sky" setting in URP Screen Space Reflections would cause artifacts when the reflected point lies behind a piece of geometry. (UUM-146458)
URP: Fixed Custom Interpolators not flowing from the vertex to fragment stage in Decal Shader Graphs. (UUM-117270)
URP: Fixed Gizmos rendering outside of the camera's viewport in the Game view when using URP. (UUM-131882)
URP: Fixed GTAO raster path IGN pattern depending on odd/even resolution. (UUM-146855)
URP: Fixed invalid colors in Lift, Gamma, Gain post-processing by clamping negative colors in LUTBuilder shaders. (UUM-148848)
URP: Fixed missing tile map grid lines. Ensure preview camera render target is correct after rendering with an SRP. (UUM-122618)
URP: Fixed normal maps getting ignored during prepass when Accurate G-buffer Normals were enabled. (UUM-146688)
URP: Fixed shader resolve for XR is not enabled properly in on-tile postprocessing. (UUM-143511)
URP: Improved GPU performance for URP projects on tile-based platforms by avoiding unnecessary color loads when UberPostProcessing is the final pass. (UUM-140408)
URP: Rendering Debugger - GPU Resident Drawer was resetting the debug data when entering and exiting playmode. (UUM-143210)
URP: Skip renderer culling for cameras with an empty culling mask to reduce overhead from cameras rendering no geometry.
URP: URP Render Graph Memoryless backbuffer support on iOS Metal. (UUM-99364)
URP: URP Renderer Asset - Undo/redo operations on
FullScreenPassRendererFeature_OldGUIDcaused to clear the Undo/Redo stack. (UUM-143675)URP: URP Renderer Asset - Undo/redo operations on
FullScreenPassRendererFeature_OldGUIDcausedObjectDisposedExceptionerrors and prevented undoing renderer feature additions. (UUM-147579)URP: When using Tile-Only mode in the renderer, setting Render Scale in the asset's Quality settings would display a warning only for values <0.95 or >1.05, but this has been fixed to display for all non-default values when Render Scale is not compatible with Tile-Only mode. (UUM-146401)
URP: [MaterialConverter] Particles Unlit Rendering Mode Subtractive gives empty Surface Type dropdown after the conversion. (UUM-133453)
Version Control: Fixed an issue where unchanged files were automatically added to the change list when fetching files in Perforce after asset importing. (UUM-49713)
VFX Graph: Added issue where NaNs could perpetually keep a graph in a dirty state. (UUM-139398)
VFX Graph: Added issue where swapping a connected property from input to output could result in errors. (UUM-143993)
VFX Graph: Canceling a Blackboard attribute, parameter, or category rename with the ESC key no longer applies the new name. (UUM-144957)
VFX Graph: Fixed "Can't change name, category with the same name already exists" error when renaming a category to a name with a trailing space in the blackboard. (UUM-145060)
VFX Graph: Fixed a crash that occurred in VFXManager::SortBufferCommand on devices with low (16KB) thread group shared memory. (UUM-136592)
VFX Graph: Fixed an exception that occurred when enabling the template toggle. (UUM-149239)
VFX Graph: Fixed an issue where nested OnPlay, OnStop, and similar events resulted in stack overflows. (UUM-121002)
VFX Graph: Fixed an issue where output property nodes would cause errors when converted to operator subgraphs. (UUM-108536)
VFX Graph: Fixed an issue where template attributes may fail silently on insertion. (UUM-121263)
VFX Graph: Fixed blackboard "Attributes" subsections being expanded and collapsed when navigating with arrow keys. (UUM-144932)
VFX Graph: Fixed blackboard custom attribute delete doing nothing on an in-use attribute when re-triggered after cancelling the deletion confirmation prompt. (UUM-145053)
VFX Graph: Fixed hover highlight of items in toolbar dropdown menus being hard to see in the Light Editor theme. (UUM-139764)
VFX Graph: Fixed missing ellipses in Create Visual Effect Graph menu entry. (UUM-145005)
VFX Graph: Fixed templates not appearing immediately when pressing the "New..." button in the Shader Graph Output context after entering Play Mode. (UUM-143681)
VFX Graph: Fixed the play rate presets in the VFX Control panel showing a "Ctrl+" prefix. (UUM-138660)
VFX Graph: Fixed VFX Graph windows prompting to save a second time after a Save All operation closed them. (UUM-131449)
VFX Graph: Fixed weighted tangent mode set on VFX Graph curve properties. (UUM-147335)
Video: Fixed a video failing to replay after Stop() on Direct3D when NVIDIA "Fast" vertical sync is enabled (the decode device was lost and never recovered). (UUM-135548)
Video: Fixed a VideoPlayer freeze for looping clips that could occur upon entering Playmode, where playback would stop and not recover. (UUM-144106)
Video: Fixed AudioSampleProvider.sampleFramesAvailable callback never firing on macOS when using the VideoPlayer in API Only mode and disabling Unity Audio. (UUM-143660)
Video: Fixed video playback failing to seek to certain frames in WebM clips. (UUM-145959)
Video: Fixed WebM Vorbis audio track reporting 0 Hz and 0 channels. (UUM-144045)
Video: [Android] A crash caused by Vulkan video decoding workaround being applied incorrectly. (UUM-145932)
Web: Blocked input events during synchronous scene loading so they aren't processed in the new scene.
Web: Fixed NameFilesAsHashes functionality. (UUM-148663)
Web: Fixed NameFilesAsHashes when building in batchmode. (UUM-149003)
Web: Fixed scene loading race conditions when using progressive asset loading.
Web: Fixed stack overflow in Adb.Exec/DumpLogInternal recursion. (UUM-148540)
Web: Fixed streaming of response body in UnityWebRequest when server does not set "Content-Length" header. (UUM-146537)
Web: Fixed WASM_SIZE, wasmFileSize that is used in memory profiler. (UUM-149075)
Web: Fixed Web platform build when output asset sizes are larger than 2 GB, and the build error message if output asset sizes are larger than 4 GB (unsupported). (UUM-112909)
WebGL: Fixed a crash and "multisampled flag doesn't match" validation errors on the WebGPU backend when render targets were recreated, for example while resizing the canvas with matchWebGLToCanvasSize enabled. (UUM-149827)
WebGL: Fixed issue in WebGPU Device Filter editor control layout. (UUM-146418)
WebGL: Texture2D.GetPixels and ComputeBuffer.GetData will now work with WebGPU for browsers that support WebAssembly JSPI. See https://caniuse.com/wf-wasm-jspi for browser support information. (UUM-144696)
WebGL: WebGPU: Fix error on some mobile devices due to the lack of the float32-blendable WebGPU extension. (UUM-145735)
WebGL: [WebGPU] Fix crash that can occur when destroying and creating shaders. (UUM-145390)
Windows: Added CoreCLR architecture-dependent managed assembly support to Windows player build pipeline, including Visual Studio solution export.
Windows: Fixed an issue where truncated reads over 32MiB through the AsyncReadManager would fail with Direct Storage enabled. (UUM-149542)
Windows: Fixed an issue where Windows pen input did not generate mouse pointer events (
Input.GetMouseButtonDown) when using the Input Manager in standalone Player builds. (UUM-140737)Windows: Fixed On Demand Rendering related issues when hiding and resizing embedded window. (UUM-102668)
Windows: Fixed the splash screen not fading out smoothly on start. (UUM-140141)
XR: Fixed blocky or shifted lighting artifacts that could appear on XR platforms especially when using dynamic resolution in Deferred or Forward+ rendering paths. (UUM-143709)
XR: Fixed XR graphics becoming frozen when changing the MSAA level at runtime, while having depth textures submission enabled.
XR: Removed AABB boundary expansion from SplitCullObjectsWithoutUmbra.
Preview of Final 6000.7.0a6 Package changes
Third Party Notices
For more information please see our Open Source Software Licences FAQ on the Unity Support Portal
