Removed com.unity.2d.pixel-perfect package from 2D URP template because users should be using the PixelPerfect feature that comes with 2D URP.
Deprecated the ETC legacy compressor.
GraphicsBreaking
Obsoleted: Made the IShouldIncludeInBuildCallback interface and the BuildUtilities.RegisterShouldIncludeInBuildCallback API obsolete.
Package ManagerBreaking
Deprecated: Deprecated the ContactFilter2D.NoFilter method. Use the static property ContactFilter2D.noFilter instead.
Physics 2DBreaking
Deprecated: Deprecated MaterialProperty.flags. Use MaterialProperty.propertyFlags instead.
ShadersBreaking
Deprecated: Deprecated MaterialProperty.PropFlags. Use UnityEngine.Rendering.ShaderPropertyFlags instead.
ShadersBreaking
Deprecated: Deprecated MaterialProperty.PropType. Use UnityEngine.Rendering.ShaderPropertyType instead.
ShadersBreaking
Deprecated: Deprecated MaterialProperty.type. Use MaterialProperty.propertyType instead.
ShadersBreaking
Deprecated: Deprecated ShaderUtil. IsShaderPropertyNonModifiableTexureProperty. Use Shader.GetPropertyFlags and test against ShaderPropertyFlags.NonModifiableTextureData instead.
ShadersBreaking
Deprecated: Deprecated ShaderUtil.GetPropertyCount. Use Shader.GetPropertyCount instead.
ShadersBreaking
Deprecated: Deprecated ShaderUtil.GetPropertyDescription. Use Shader.GetPropertyDescription instead.
ShadersBreaking
Deprecated: Deprecated ShaderUtil.GetPropertyName. Use Shader.GetPropertyName instead.
ShadersBreaking
Deprecated: Deprecated ShaderUtil.GetPropertyType. Use Shader.GetPropertyType instead.
ShadersBreaking
Deprecated: Deprecated ShaderUtil.GetRangeLimits. Use Shader.GetPropertyRangeLimits and Shader.GetDefaultValue instead.
ShadersBreaking
Deprecated: Deprecated ShaderUtil.GetTexDim. Use Shader.GetPropertyTextureDimension instead.
ShadersBreaking
Deprecated: Deprecated ShaderUtil.IsShaderPropertyHidden. Use Shader.GetPropertyFlags and test against ShaderPropertyFlags.HideInInspector instead.
ShadersBreaking
Deprecated: Deprecated ShaderUtil.ShaderPropertyType. Use UnityEngine.Rendering.ShaderPropertyType instead.
ShadersBreaking
Obsoleted: MaterialPropertyBlock.Add methods are now obsolete. Please use the corresponding Set methods instead.
ShadersBreaking
Obsoleted: CommandBuffer.SetComputeBufferCounterValue is now obsolete. Use SetBufferCounterValue instead.
ShadersBreaking
Obsoleted: CommandBuffer.SetComputeBufferData is now obsolete. Use SetBufferData instead.
ShadersBreaking
Obsoleted: EditorGraphicsSettings.GetShaderSettingsForPlatform is now obsolete. Use GetTierSettings instead.
ShadersBreaking
Obsoleted: EditorGraphicsSettings.GetTierSettings(BuildTargetGroup, UnityEngine.Rendering.ShaderHardwareTier) is now obsolete. Use GetTierSettings(BuildTargetGroup, UnityEngine.Rendering.GraphicsTier) instead.
ShadersBreaking
Obsoleted: EditorGraphicsSettings.SetShaderSettingsForPlatform is now obsolete. Use SetTierSettings instead.
ShadersBreaking
Obsoleted: EditorGraphicsSettings.SetTierSettings(BuildTargetGroup, UnityEngine.Rendering.ShaderHardwareTier, TierSettings) is now obsolete. Use SetTierSettings(BuildTargetGroup, UnityEngine.Rendering.GraphicsTier, TierSettings) instead.
ShadersBreaking
Obsoleted: MaterialEditor.TexturePropertyWithHDRColor(UnityEngine.GUIContent, MaterialProperty, MaterialProperty, ColorPickerHDRConfig, bool) is now obsolete. Use MaterialEditor.TexturePropertyWithHDRColor(UnityEngine.GUIContent, MaterialProperty, MaterialProperty, bool) instead.
ShadersBreaking
Obsoleted: MaterialEditor.UndoRedoPerformed() is now obsolete. Use MaterialEditor.UndoRedoPerformed(in UndoRedoInfo) instead.
ShadersBreaking
Obsoleted: MaterialProperty.TexDim is now obsolete. Use UnityEngine.Rendering.TextureDimension instead.
ShadersBreaking
Obsoleted: Shader.globalShaderHardwareTier is now obsolete. Use Graphics.activeTier instead.
ShadersBreaking
Obsoleted: ShaderHardwareTier is now obsolete. Use UnityEngine.Rendering.GraphicsTier instead.
ShadersBreaking
Obsoleted: ShaderKeyword.GetGlobalKeywordName is now obsolete. Please use ShaderKeyword.name instead.
ShadersBreaking
Obsoleted: ShaderKeyword.GetKeywordName is now obsolete. Use ShaderKeyword.name instead.
ShadersBreaking
Obsoleted: ShaderKeyword.GetKeywordType is now obsolete. Use type instead.
ShadersBreaking
Obsoleted: ShaderKeyword.GetName is now obsolete. Use ShaderKeyword.name instead.
ShadersBreaking
Obsoleted: ShaderUtil.ClearShaderErrors is now obsolete. Use ClearShaderMessages instead.
ShadersBreaking
Obsoleted: ShaderUtil.ShaderPropertyTexDim is now obsolete. Use UnityEngine.Rendering.TextureDimension instead.
ShadersBreaking
Obsoleted: SystemInfo.minConstantBufferOffsetAlignment is obsolete. Use constantBufferOffsetAlignment instead.
ShadersBreaking
Obsoleted: SystemInfo.supportsStencil is now obsolete. It always returns 'true'.
ShadersBreaking
Obsoleted: SystemInfo.supportsVertexPrograms is now obsolete. It always returns 'true'.
ShadersBreaking
Obsoleted: VisualElement.transform has been marked Obsolete.
UI ToolkitBreaking
Deprecated: Deprecated SetupRenderPasses in ScriptableRenderFeature in URP.
URPBreaking
Removed com.unity.2d.pixel-perfect package from 2D URP template because users should be using the PixelPerfect feature that comes with 2D URP.
Deprecated the ETC legacy compressor.
GraphicsBreaking
Removed outdated ApiUpdater configurations that were causing issues.
ScriptingBreakingUUM-77628
Removed the Project Setting > UI Toolkit > Enable World Space Rendering setting because World Space support is now fully integrated and always available.
UI ToolkitBreaking
Removed the inputSummary.requiresColorTextureCreated property in favor of using scriptableRenderPass.requireIntermediateTexture, which provides the same functionality.
Universal RPBreaking
Added: Added AndroidExternalToolsSettings.Gradle.androidGradlePluginVersion.
AndroidAPI change
Added: Added AndroidExternalToolsSettings.Gradle.version.
AndroidAPI change
Added: Added Link Time Optimization in Meta Quest Build Profile window.
AndroidAPI change
Added: Added AndroidExternalToolsSettings.Gradle.androidGradlePluginVersion.
AndroidAPI change
Added: Added AndroidExternalToolsSettings.Gradle.version.
AndroidAPI change
Added: Added AndroidExternalToolsSettings.gradleUserHomePath, which you can use to set gradle home path.
AndroidAPI changeUUM-92289fixed 6000.1.0b6
Added: Added BuildProfile.GetComponent and BuildProfile.GetActiveComponent APIs.
EditorAPI change
Added: Added Mesh.AddBlendShapeFrame overloads that accept vertex data as Spans.
EditorAPI change
Added: Added API to access Mesh LODs within a Mesh.
GraphicsAPI change
Added: Added NativeArray and Span overloads to ImageConversion.LoadImage to allow users to avoid managed allocations in cases where their encoded byte data is not stored in a byte\[\].
GraphicsAPI changeUUM-98227
Added: Added iPhone 16e device generation enums and screen cutouts.
iOSAPI change
Added: Added the applyActiveColorSpace property to ParticleSystem, LineRenderer, and TrailRenderer.
ParticlesAPI change
Added: Added the Collider2D.CanContact method, which checks if two colliders can ever come into contact.
Physics 2DAPI change
Added: Added Collider2D.contactMask property, which calculates the effective LayerMask. This includes both the Layer Collision Matrix settings along with any Rigidbody2D and Collider2D layer overrides specified.
Physics 2DAPI change
Added: Added PolygonCollider2D.CreateFromSprite which calculates new PolygonCollider2D paths from a specific Sprite as is done automatically when a PolygonCollider2D is first added.
Physics 2DAPI change
Added: Added missing utility methods to create Length and TimeValue values.
UI ToolkitAPI change
Added: Added support to reorder tabs, and to retrieve tabs and tab headers.
UI ToolkitAPI change
Added: You can now apply 3D rotation to visual elements in world-space UI directly from C\#.
UI ToolkitAPI change
Changed: Updated the AfterRendering injection point to ensure it's always called after the final blit in URP RenderGraph.
URPAPI changeUUM-85377
Fixed an issue where sprites did not update correctly while playing Animations. (UUM-104198) Fixed in 6000.2.0b2.
2DKnown issueCautionUUM-104198fixed 6000.2.0b2
Fixed uninitialized sprite shader properties when used with mesh renderers. (UUM-95758) Fixed in 6000.2.0b1.
2DKnown issueCautionUUM-95758fixed 6000.2.0b1
Fixed a case where hyperlinks won't open to the correct code line when scrolling in the console. (UUM-101694) Fixed in 6000.2.0b1.
EditorKnown issueCautionUUM-101694fixed 6000.1.0f1
Fixed an issue where the Editor would hang when cutting and pasting a script to another folder during Play mode. (UUM-104031) Fixed in 6000.2.0b1.
EditorKnown issueCautionUUM-104031fixed 6000.2.0b1
Fixed an issue where an infinite progress bar appeared when going from the Built-In Render Pipeline to the Universal Render Pipeline using the Post-Processing Stack V2 Converter. (UUM-102790) Fixed in 6000.2.0b1.
GraphicsKnown issueCautionUUM-102790fixed 6000.2.0b1
Fixed an issue where mesh changes would not propagate correctly when using GPU Resident Drawer and GPU Occlusion Culling. (UUM-103207) Fixed in 6000.2.0b2.
GraphicsKnown issueCautionUUM-103207fixed 6000.2.0b2
Graphics.RenderMeshIndirect does not issue multi-draw rendering commands when using a graphics API capable of multi-draw commands
Graphics Device FeaturesKnown issueCautionUUM-91617open 6000.1.13f1
Lights are being culled and appear pixelated when the "Main Light" property is disabled and Forward+ or Deferred+ Rendering Paths are used
LightingKnown issueCautionUUM-104391fixed 6000.1.9f1
UnmanagedReadOrWrite objects are not disposed off when GZipStream is used in the "using" statement
MonoKnown issueCautionUUM-105139fixed 6000.1.8f1
Improved the performance of Physics.TransformSync in cases where deeply nested hierarchies containing large amounts of Collider components would add an Animator to any child within that hierarchy. Previously this would incur a massive performance hit. After these changes there is still a performance cost but far smaller than before, somewhere in the range of 8x-9x less depending on hierarchy. (UUM-87199) Fixed in 6000.2.0b1.
PhysicsKnown issueCautionUUM-87199fixed 6000.1.3f1
Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
Platform AudioKnown issueCautionAndroidUUM-103525fixed 6000.3.0a2
Fixed an issue with migrating projects from versions after 2021.3 that could cause severe performance impacts by importing the Fixed Timestep in the Time Project Settings as 0.0001. (UUM-103516) Fixed in 6000.2.0b1.
SerializationKnown issueCautionUUM-103516fixed 6000.1.0f1
Game View turns black, Scene View turns grey, Console error NullReferenceException when Wireframe is turned on because the DecalGBufferRenderPass references a non existent GBuffer
SRP FoundationKnown issueCautionUUM-103836fixed 6000.1.5f1
Light is culled incorrectly when Deferred+ and Forward+ Rendering Paths are used
SRP XRKnown issueCautionXRUUM-103384open 6000.1.4f1
VFX throw errors upon importing it and breaks rendering for certain effects
Visual EffectsKnown issueCautionUUM-103734open 6000.2.0b1
Fixed a specific instance where the player would render a black screen when using XR and the copydepth pass. (UUM-84612) Fixed in 6000.2.0b1.
XRKnown issueCautionUUM-84612regressed 6000.0.58f1
Added tooltip on Sprite Editor Window's module drop down to indicate what module is selected. The drop down text will now have ellipsis when the text is cutoff.
Fixed active profile disappears when opening a project with active server profile when server module is not installed. (UUM-101846) First seen in 6000.2.0a8.
Added a Mesh Level of Detail (LOD) generator in the MeshLodGeneration module. This generator creates LODs for a specified mesh and is accessible through the API and the Mesh Import Inspector.
Graphics
Updated the internal version of MbedTLS to version 3.6. This update introduces improved security features for network communications in the engine. Deprecated protocols, including TLS 1.0 and TLS 1.1, are no longer supported.
TLSSecurity
Added tooltip on Sprite Editor Window's module drop down to indicate what module is selected. The drop down text will now have ellipsis when the text is cutoff.
Add more space before "Contact Sales" layout button to align with "No module loaded" text.
Added a security check in the RenderGraphBuilders destructor to ensure the texture is valid.
EditorSecurity
Fixed an issue so users are no longer incorrectly prompted to install Embedded Platforms via the Unity Hub in the Build Profiles window.
Fixed an issue with the TextureImporter.GetAutomaticFormat API where it would return an unexpected format if the provided platform name referred to a platform for which the build support module was not installed.
Fixed issue where LookDev's default VolumeProfile content was destroyed when creating new project from HD template in the hub.
Fixed an issue where the Unity Editor installer installed an outdated version of the Visual C++ 2010 Redistributable package for Windows.
Removed spin loops and replaced with download handler callbacks.
N/A \(internal\)
Fixed shader cache uploads and downloads to Accelerator so that they respect Editor upload enabled and download enabled settings.
Shaders
Added previews in the Scene view for Sprite Rect size and pivot changes that are made in the Sprite Editor window.
2DFeature
Added support for integrating AI-powered workflows to the Sprite Editor window.
2DFeature
Added a new "Force GC on Scene Load" option to the Editor Scene Handling section in the Project Settings. Disabling this option prevents forced garbage collection (GC) and unused asset unloading when loading a scene in the Editor. This can improve performance (sometimes significantly) although it can also affect when managed object finalizers are called, which, in rare circumstances, might be an issue depending on the project.
EditorFeature
Added an option for Renderers to select and render a specific Mesh Level of Detail (LOD).
GraphicsFeature
Introduced Mesh LOD, a Level of Detail (LOD) system that enables efficient rendering of LODs embedded within meshes. It includes a generator, API, and rendering functionality.
GraphicsFeature
Added a new injection point for custom pass just after the opaque objects are rendered.
HDRPFeature
Added a version history entry to display the registry version for packages installed as Local, Git, or Custom.
Package ManagerFeature
Added a new Append node to Shader Graph. The Append node combines two float or vector inputs of different types into a single vector with variable dimensions.
ShadergraphFeature
Added a new UI Input component that allows you to configure most UI Toolkit world-space input options without using code.
UI ToolkitFeature
Added functionality to define the origin point for positioning and transformation of UI Documents in world space. You can use this origin point for rotation and scaling.
UI ToolkitFeature
Added rect-clipping support to UI Toolkit world-space rendering.
UI ToolkitFeature
Added support for world-space mouse and touch input in the UI Toolkit runtime when using the world-space rendering feature.
UI ToolkitFeature
Added uGUI interoperability support for world-space input in UI Toolkit runtime when the world-space rendering feature is used.
UI ToolkitFeature
Added functionality to Shelve your Pending Changes when you switch to another branch or changeset. You can also decide if you want to apply those changes automatically after the switch.
Version ControlFeature
You can now create a code review from the list of branches or changesets and open either the Desktop App or the Unity Cloud website.
Version ControlFeature
Added preconfigured build profiles to the Web Platform that implement optimizations to improve performance based on best practices found in Unity's documentation. In addition, development build profiles have been added that reduce build times to help improve developer productivity.
WebFeature
Fixed an issue where ScheduleJobDepends would synchronize the first job prematurely. Synchronization of job chains now occurs only when explicitly needed.
CoreImprovement
Modifying an IRenderPipelineGraphicsSettings through SetValueAndNotify now only marks the corresponding GlobalSetting host as dirty in a coexistance project.
EditorImprovement
Optimized APIs that use GlobalKeyword as an argument to improve performance.
EditorImprovement
Reseting IRenderPipelineGraphicsSettings through the UI in ProjectSettings > Graphics (contextual menu) now preserves their reference.
EditorImprovement
Updated tool icons in the Inspector window for Reflection Probe and Planar Reflection Probe components.
GIImprovement
Added support for dynamic branching (dynamic_branch) in Shader Graph keywords.
ShadergraphImprovement
Exposed Custom Attributes settings on Shader properties. Refer to the supplied example in Samples for further details.
ShadergraphImprovement
Exposed Enum Attribute settings on Float properties.
ShadergraphImprovement
Exposed Slider Attributes (IntSlider and PowerSlider) settings on Range (Float) properties.
ShadergraphImprovement
Exposed the [PerRendererData] Attribute on Shader properties.
ShadergraphImprovement
Added support for Vector2 and Vector3 properties in the Material Inspector.
ShadersImprovement
Clarify internal URP terminology regarding camera stacking.
URPImprovement
Updated the XR Plugin Management package to version to 4.5.1.
XRImprovement
Added manual page for TileSet asset.
2DImprovement
Added the ability to set an Alpha Tolerance value in the Sprite Editor when generating a custom physics shape. This feature allows users to control the inclusion of transparent pixels in the physics shape generation process.
2DImprovementUUM-101609
Improved the performance of setting the SpriteRenderer.sprite property.
2DImprovementUUM-97467
Improved the calculation of NavMesh paths and corners to run slightly faster.
AIImprovement
Added a console message for AAB installations. Previously, this message was only available for APK installations.
AndroidImprovement
Improved the console message for APK installations to include details about the installed APK.
AndroidImprovement
Unity will show a message in the console when obb is deployed.
AndroidImprovement
Updated the documentation to inform users that -androidChainedSignalHandlerBehavior legacy never worked for GameActivity.
AndroidImprovement
Added folder size information to the attachments table.
Bug ReporterImprovement
Signed the Bug Reporter executable on Windows.
Bug ReporterImprovementWindows
Updated the Bug Reporter tool's design to ensure visual consistency with the Unity Editor.
Bug ReporterImprovement
Added .pdb files for all platform Editor extensions to improve logging and provide more detailed information in case of exceptions in platform Editor code.
Build PipelineImprovement
Added better support for cancellation when using Multi-Process AssetBundle building. In some cases, the progress bar would not respond if active imports failed to complete. With this fix, the build can be cancelled and any incomplete imports will be logged. (CBD-1101)
Build PipelineImprovement
Added a potential fix and additional logs for the build error message "Read the full binlog without getting a BuildFinishedMessage".
Build SystemImprovement
Improved logging for the Read the full binlog without getting a BuildFinishedMessage internal build error. Logs now include information about whether the build was canceled from the Editor process.
Build SystemImprovement
Fixed an issue where ScheduleJobDepends would synchronize the first job prematurely. Synchronization of job chains now occurs only when explicitly needed.
CoreImprovement
Added a copy button to code examples in the documentation.
DocumentationImprovement
Added a fixed width to the body of the user manual so that the text doesn't overrun on large screens.
DocumentationImprovement
Added a fixed width to the text of the Scripting API documentation to make it easier to read on larger screens.
DocumentationImprovement
Added examples for Sample.FindByPackage and PackageManagerExtensions.RegisterExtension.
DocumentationImprovement
Added examples for Sample.FindByPackage, Sample.Import, and PackageManagerExtensions.RegisterExtension.
DocumentationImprovement
Added keyboard support to copy code examples.
DocumentationImprovement
Updated content build-related topics in the Unity Manual.
DocumentationImprovement
Updated Mesh.vertexBufferTarget and Mesh.indexBufferTarget to describe buffer destruction, recreation, and CPU data requirements when changing the target.
DocumentationImprovement
Added a Scale Mode option to the Local Volumetric Fog components.
EditorImprovementUUM-99378
Added a feature to recover SceneBackup files when launching the Editor. Users can open these backup files to restore and copy any lost work to their scene assets.
EditorImprovement
Added a tooltip to the Color field in the Inspector. The tooltip displays the color value and the name of the Default Color currently in use.
EditorImprovement
Added a -disable-playback-engines command-line argument to prevent the specified playback engines from loading.
EditorImprovement
Added exceptions when misusing Render Graph APIs.
EditorImprovement
Added Script Templates for URP Scriptable Render Feature, URP Unlit Shader, and SRP Blit Shader.
EditorImprovement
Added the 3D Placement Mode option to the Scene View preferences where you can use raycasts to select a better initial position for new objects. This resolves common poor placement cases like new objects clipping into existing geometry, being placed below the floor level, or being placed floating in space.
EditorImprovement
All colors from Color.cs are now presented as defaults in the Color Picker window.
EditorImprovement
Improved diagnostic logs for parsing issues in malformed YAML text, including errors like Unknown type, Type mismatch, and Invalid Script reference.
EditorImprovement
Improved the error message when the [ResourcePath] attribute is used on a \`IRenderPipelineResource' field that points to an asset without a compatible asset type at the specified path for the hosting field type.
EditorImprovement
Improved the shader code output for the Rotate, RotateAboutAxis, FresnelEffect, and Posterize nodes in Shader Graph. These improvements maintain the same results but improve shader performance.
EditorImprovement
Improved the startup speed of LicensingClient version 1.17.0.
EditorImprovement
Improved water samples with support for custom current and deformation maps, using the Splines package.
EditorImprovement
Modifying an IRenderPipelineGraphicsSettings through SetValueAndNotify now only marks the corresponding GlobalSetting host as dirty in a coexistance project.
EditorImprovement
Optimized APIs that use GlobalKeyword as an argument to improve performance.
EditorImprovement
Removed Built-In Render Pipeline menu items when using a Scriptable Render Pipeline.
EditorImprovement
Reseting IRenderPipelineGraphicsSettings through the UI in ProjectSettings > Graphics (contextual menu) now preserves their reference.
EditorImprovement
Updated the Color Picker tool to display the currently selected Default Color or Preset.
EditorImprovement
Updated the visuals for Load/Store Operations and Memoryless Textures in Render Graph Viewer.
EditorImprovement
Added an error that displays when you attempt to build a scene that contains Adaptive Probe Volumes when targeting WebGL. Adaptive Probe Volumes are not supported on WebGL.
GIImprovementWebGLUUM-82323fixed 6000.2.0a8
Added an option to enable stitching of lightmap shadowmask seams. To enable this option, go to EditorSettings.asset and set m_ApplyShadowmaskStitching to 1.
GIImprovement
Improved the error message displayed when attempting to load Adaptive Probe Volumes from Addressables or AssetBundles without selecting the Probe Volume Disable Streaming Assets option.
GIImprovementUUM-96605
Modified OpenCL GPU device detection to occur when opening the Lighting window instead of during the first bake operation.
GIImprovement
Updated tool icons in the Inspector window for Reflection Probe and Planar Reflection Probe components.
GIImprovement
Updated Metal to log device information and capabilities on startup.
GraphicsImprovement
Added support for CAMetalDisplayLink. This feature is enabled by default on iOS when built with Xcode 15 or later and run on iOS 17 or later. You can override it at runtime by modifying the UnityAppController shouldUseMetalDisplayLink method. By default, this feature is disabled on tvOS because most devices are slower. Failing to maintain the target FPS in complex scenes may produce misleading GPU hang warnings.
iOSImprovementtvOSUUM-66493
Apply VSync and MSAA Quality Settings.
KeplerImprovement
Build & Run.
KeplerImprovement
CI / commandline builds.
KeplerImprovement
Icon setting is exported to manifest.
KeplerImprovement
Improved SDK Discovery.
KeplerImprovement
Set persistent and temporary paths.
KeplerImprovement
Use product name as process name.
KeplerImprovement
Added allocation root reporting for Physics.IgnoreColliders entries. Memory usage for this API's data storage can now be found under Physics/PhysX Shape Ignore Pairs.
PhysicsImprovement
Due to the coefficient setting changes done for UUM-79798, pinning all particles on a Cloth component is no longer a unsupported operation.
PhysicsImprovementUUM-79798fixed 6000.2.0a6
Added a new Shader Graph UGUI Shaders sample content set to the Shader Graph package. This sample demonstrates how to use the new Canvas target in Shader Graph to create dynamic UI elements. You can import this sample from the Samples tab in the Package Manager after selecting the Shader Graph package.
ShadergraphImprovement
Added support for dynamic branching (dynamic_branch) in Shader Graph keywords.
ShadergraphImprovement
Exposed Custom Attributes settings on Shader properties. Refer to the supplied example in Samples for further details.
ShadergraphImprovement
Exposed Enum Attribute settings on Float properties.
ShadergraphImprovement
Exposed Slider Attributes (IntSlider and PowerSlider) settings on Range (Float) properties.
ShadergraphImprovement
Exposed the [PerRendererData] Attribute on Shader properties.
ShadergraphImprovement
Improved code generation times for permutations.
ShadergraphImprovementUUM-88012
Improved the sharpness of the Shader Graph asset icon on Retina and HiDPI displays.
ShadergraphImprovementUUM-93099
Improved Time node output across graph actions.
ShadergraphImprovementUUM-84133
Added support for Vector2 and Vector3 properties in the Material Inspector.
ShadersImprovement
Added an API to query the preferred depth-only format for target platforms.
SRP CoreImprovement
Improved the Render Graph subpass merging workflow to reduce CPU performance cost.
SRP CoreImprovement
Optimized the Render Graph workflow in ExecuteBeginRenderPass().
SRP CoreImprovement
Improved the performance of Auto Text Generation (ATG) by implementing multithreading for generating multiple TextElement objects.
TextImprovement
Removed unnecessary RenderGraph.AllowPassCulling() calls when already enforced by RenderGraph.AllowGlobalStateModification().
Universal RPImprovement
Clarify internal URP terminology regarding camera stacking.
URPImprovement
Cleaned up the URP RenderGraph initialization step.
URPImprovement
Implemented minor CPU optimizations for the Post-Processing Bloom effect. Enhanced code quality by consistently using TextureDesc in place of RenderTextureDescriptor.
URPImprovement
Improved the URP ScriptableRendererFeature template.
URPImprovement
Removed the unused internal ScriptableRenderPass variablebreakGBufferAndDeferredRenderPass.
URPImprovement
Reduced allocations in VFXBatch.Update that previously caused slowdowns.
VFX GraphImprovementUUM-96241
Added a submodule for Advanced Text Generator to allow stripping it when unused.
WebImprovement
Added UnityTroubleshooter.exe to the Unity Editor installation. This tool helps troubleshoot issues when Unity.dll fails to load during Editor startup.
WindowsImprovement
Added support for Android SDK 36.
XRImprovementAndroid
Updated the XR Plugin Management package to version to 4.5.1.
XRImprovement
Fixed cases where Mipmap generation for SpriteAtlas fails for various formats and sRGB is turned off.
Fixed grid size in the Tile Palette window when the window aspect greatly differs from the aspect of the Palette.
Fixed issue in the Tile Palette window where the brushes toolbar expands its height when its width is reduced to a certain level.
Improved scrolling of Palette in the Tile Palette window.
2DFix
Fixed rendering on older PowerVR devices when using clip() combiend with MSAA with alpha-to-mask.
Fixed SoftInputStandard.java refactored to use updated methods.
AndroidFix
Fixed gradle-wrapper.properties not getting updated when modifying Gradle path in "Preferences -> External Tools".
Fixed crash loading Content Archive from different version which also contains Managed type references.
Fixed audio parameters not being applied soon enough when AudioSource is in fixed update mode due to RigidBody component in the same hierarchy. (UUM-102166) First seen in 6000.2.0a9.
Fixed a bug where the gizmo icon, when changed or cleared, does not update in the gizmo dropdown menu.
Fixed an issue where Text and Text Icons were hidden when the overlay/toolbar was put into a vertical layout, allowing a toggle to be blank in vertical layout if it had no image icon.
Fixed building AndroidPlayer for external source-code customers. (UUM-103356) First seen in 6000.2.0a8.
Fixed crash on TypeContainer<int>::rtti when deleting a Render Texture that is used by the Main Camera.
Fixed crash with corrupted/malformed .asset files that have missing header lines. (UUM-102411) First seen in 6000.2.0a8.
Fixed Editor displaying incorrectly when using Custom UI Scale setting. (UUM-102644) First seen in 6000.2.0a9.
Fixed EditorUserBuildSettings.activeBuildTarget unmatch the active profile shown in the window. (UUM-101847) First seen in 6000.2.0a8.
Fixed issue causing some detail popups to appear in the wrong place on macOS. Examples include Shader Graph and VFX detail popup views.
Fixed macOS progress bars always being shown on the main display rather than over the main Editor window.
Fixed potential file read errors when an AssetBundle unloads Textures when Texture Streaming is enabled.
Fixed texture asset conflicts when multiple Shader Graph sample content sets were imported at the same time.
Fixed that the Debug pop up window can sometimes not render when Unity is places across monitors with varying display scaling.
Fixed Universal_Foundation_GraphicsTests.214_Motion_Vectors_SG_Shader_Types_Vertex_Animation fails with GC.Alloc tests on ARM64 macOS. (UUM-98144) First seen in 6000.2.0a1.
Improved some API documentation for Terrain and TerrainData. Also corrects the TerrainData GetAlphamaps and SetAlphamaps pages.
EditorFix
Optimized Render Texture descriptor access in ReAllocateHandleIfNeeded method.
EditorFix
Updated the precompiled assemblies update consent request message so that the dialog instructions always remain visible.
Added tests for adjustment volumes.
GIFix
Fixed a bug where the player wouldn't render anything when using HDRP with bicubic lightmap sampling enabled.
Corrected bounding box transformations in SkinnedMeshRenderer when "Update When Offscreen" is enabled and scaling is applied.
Fixed an issue where the value reported by "Texture.nonStreamingTextureMemory" would not update when mipmap limits were modified.
Fixed hash calculation inconsistency between "legacy behavior" and selecting ETCPACK compressors.
Fixed MeshLOD GPU Instancing. GPU Instancing no longer draws the entire LOD range and draws LOD0 instead.
GraphicsFix
Fixed standalone player freeze when built using Vulkan Graphics API and when multiple monitors are in use.
Fixed false sharing in job allocator which could cause low performance when many jobs were scheduled or completed simultaneously. This improves overall scalability of the job system.
Fixed errors when instantiating an object with Multiplayer Roles stripping, to an existent parent transform.
Enabled Windows Native crash uploading and logging to insights.
N/A \(internal\)FixWindows
Fixed an issue with opening the package manager through external links causes it to become unresponsive. (UUM-100301) First seen in 7000.0.0a23.
Package ManagerFixUUM-100301fixed 6000.2.0a10
Fixed to now allow to horizontally scroll the curve presets when they do not fit the editor window width.
Fixed to ensure that all 2D Physics OnCollision/OnTrigger produce Enter/Exit callbacks in the correct order under all circumstances.
Fixed documentation to match GetComponentInParent / GetComponentsInParent implemented behaviour towards inactive game objects.
Fixed a bug where changing Enum Keyword entries (names or values) or re-ordering them would not set the graph as dirty and could lead to changes not saved.
Fixed a bug where copy/pasting a property from a Graph to a Subgraph would make it display Graph only settings.
Fixed a bug where unchecking "Show In Inspector" would set the property to Global scope the first time.
Fixed NullReferenceException sometimes occuring when setting TMP_Text.isTextObjectScaleStatic on a disabled object.
Fixed an issue where slots would not be re-exported after a change in the UI Builder. (UUM-102862) First seen in 6000.2.0a10.
Fixed Build Profile window not clipping the content at the bottom of the window. (UUM-99657) First seen in 6000.2.0a7.
UI ToolkitFixWindowsUUM-99657fixed 6000.2.0a10
Fixed overlay tools getting clipped when resizing the SceneView. (UUM-91413) First seen in 6000.2.0a7.
Fixed ScrollViews, now users can set the --unity-metrics-single_line-height in USS :root selectors for runtime.
Fixed the UI Builder library pane not able to scroll when foldouts are collapsed and Editor Extension Authoring is turned on. (UUM-102886) First seen in 6000.2.0a9.
Fixed UIBuilder type search when enumerating an unloadable type.
UI ToolkitFix
Added a popup in the Inspector that allows removal of Missing RendererFeatures when Attempt Fix fails.
Fixed linear upscale wrong color space by clearing keywords set by previous upscale settings.
Improved the error handling surrounding the audio playback when minimized fix.
Universal Windows PlatformFixWindowsUUM-79675fixed 6000.2.0a10
Fixed a bug where objects would appear fully shadowed on certain platforms when no shadowcasters are in view.
Fixed an exception when using the shortcut SHIFT+5 when no VFX component is attached or when the debug panel is not displayed in the VFX Graph editor.
Unrestrict CanSupportVFX expect on UniversalDecalSubTarget. (UUM-102652) First seen in 6000.2.0a9.
Fixed handling of multiple touch inputs and the computation of Touch.deltaPostion and Touch.deltaTime.
Fixed by reverting original PR that causes regressions, related to losing focus on windows player during startup.
Added PositionTileTemplate as an example for specifying where to place Tile assets in the Tile Palette.
Fixed an issue in the Shadow Caster 2D shape editor that caused exceptions to be thrown in certain scenarios.
Fixed an issue where selecting a Light 2D would cause other selected lights to have their shadow and volumetric states overwritten.
Fixed case where 16-bit Sprite Textures have a banding effect and loss of data when packing into Variant Sprite Atlas.
Fixed case where Inconsistent rendering of Sprite Shapes occurs when a Fill Material is not selected or a custom shader material is set as the Edge Material.
Fixed case where Textures swap when SpriteRenderers with shared materials and animators are toggled on and off.
Fixed case where Video is not rendered in Video Player when Material Override is set as the Render Mode and a SpriteRenderer is used.
Fixed case where Video is not rendered in Video Player when Material Override is set as the Render Mode and a SpriteRenderer is used.
Fixed cases where Mipmap generation for SpriteAtlas fails for various formats and sRGB is turned off.
Fixed duplicate Tile assets when multiple of the same Sprites are used when creating a Tile Palette as a sub-asset.
Fixed grid size in the Tile Palette window when the window aspect greatly differs from the aspect of the Palette.
Fixed issue in the Tile Palette window where the brushes toolbar expands its height when its width is reduced to a certain level.
Fixed issue when Grid is occasionally not drawn when a Tilemap Editor Tool is activated.
2DFix
Fixed issue when the user sets a manual Cell Size for the Grid of the TileSet palette, the Tile Assets are placed based on calculation of their size instead of the manual Cell Size. Now, these Tiles will be placed based on the manual Cell Size.
Fixed issue when users are unable to pick Tiles from a Tile Palette if the Tile Palette has less Tiles than what was previously placed on the Tile Palette.
Fixed issue where the preview for painting a Tile does not show up on the Tile Palette Window if the view of the Palette is changed using the right mouse button.
Fixed issue where Tiles are selected on the Tile Palette or Tilemap, it forces a focus on the Inspector window which may cause it to become unresponsive when done again.
Fixed Tiles on the Tilemap that are marked invalid as the Tile Assets become invalid, do not become marked as invalid when the original Tile Assets become valid again. Now, these Tiles will not be marked as invalid if the original Tile Assets are restored by the user.
Fixed warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light.
Improved scrolling of Palette in the Tile Palette window.
2DFix
Fixed NullReferenceException being thrown when a TallkBack user touches the screen and there is no AccessibilityHierarchy in place.
Fixed an issue so Autogenerated NavMesh links no longer remain visible with *Show Only Selected* and no selected surface.
Fixed issue when sometimes the navigation path contained points outside of the shortest trajectory.
Fixed issue where collision solver for AI agents pushed agents away from stationary, non-carving obstacle center or segment midpoint, causing agents to accelerate along obstacle boundaries as they move to target locations. The effect was very obvious, especially for elongated non-square obstacles. The collision solver now pushes agents away from nearest contact point when colliding with said obstacle.
Fixed the editor crashing when a vector with a sufficiently large magnitude is passed to a navigation agent's SetDestination method.
Added missing pdb files for Android Editor extensions - AndroidPlayerBuildProgram.Data.pdb, AndroidPlayerBuildProgram.pdb, Unity.Android.Gradle.pdb, Unity.Android.Types.pdb, UnityEditor.Android.Extensions.pdb. This will improve Editor.log contents when there's an exception happening in Android editor code.
Added support for 16KB page sizes.
AndroidFix
Fixed an issue by exposing the gradle user home directory property in Preferences->External Tools, allowing you to set a different gradle user home. This is useful if your user name consists of non ascii characters, since when gradle points to .gradle folder in user home directory, it sometimes doesn't work correctly, so previously your only option was to change your user name, now you'll have the option to change user home directory instead.
Fixed an issue where the Player lost focus when UnityEngine.Handheld.StartActivityIndicator() was used with the Facebook SDK.
Fixed incorrect BGR color channel swizzle when playing VP8 videos on Android while using Vulkan as Graphics API.
Fixed issue on Windows where Unity would fail to update cmdline tools 16.0, if Android SDK is located in Program Files directory which requires admin privileges. In this case Unity will spawn a powershell requesting elevated privileges to perform the update.
AndroidFixWindows
Fixed objects that sometimes would not render when using multiple overlay cameras with the OpenGL API on certain Adreno-GPU Android devices, this has been fixed.
Fixed regression for legacy crash handler, where -androidChainedSignalHandlerBehavior legacy stopped working for Activity. Note: this legacy option will be removed in future Unity versions and you will not be able to force legacy crash handler behavior.
Fixed rendering on older PowerVR devices when using clip() combiend with MSAA with alpha-to-mask.
Fixed replace deprecated project.exec for providers.exec.
AndroidFix
Fixed SoftInputStandard.java refactored to use updated methods.
AndroidFix
Fixed switching to rendering some objects with MSAA and high quality settings during runtime could cause rendering issues or a black screen on certain older Android devices, this has been fixed.
Fixed the problem with additional streaming assets (added using BuildPlayerContext.AddAdditionalPathToStreamingAssets) being compressed in APK/AAB.
Fixed TouchScreenKeyboard.Status to now properly get updated when keyboard is closed on GameActivity.
Fixed gradle-wrapper.properties not getting updated when modifying Gradle path in "Preferences -> External Tools".
Updated NDK to r27c (from r23b).
AndroidFix
Added a minimum width to the Layers and Parameters panel in the Animator Controller window.
Added unity.agpVersion to the gradle.properties file.
AndroidChange
Improved the error message displayed when the Editor loses connection to an Asset Import Worker process.
Asset ImportChange
Removed unused LGPL libusb code from SDL.
EmbeddedLinuxChange
Modified the interface between the Trampoline and Unity Player for setting up backbuffer. The recommend best practice is not to modify the way the trampoline sets up the backbuffer, but if you do, please note that now we UnityViewSwapchain struct instead of passing whole UnityDisplaySurfaceMTL. Currently, the backward compatibility is preserved and we still UnityDisplaySurfaceMTL members that are related to drawables, but soon we will move it from this completely.
iOSChange
Removed unused LGPL libusb code from SDL.
LinuxChange
Included the optional isDiscoverable property as a nested field within the UnityLifecycleInfo object.
Package ManagerChange
Removed unused LGPL libusb code from SDL.
QNXChange
Updated the OpenXR Plugin package to version to 1.14.3.
XRChange
Addded Android SDK 36 support.
AndroidChange
Added unity.agpVersion to the gradle.properties file.
AndroidChange
Enabled predictive back gesture support by default for new projects.
AndroidChange
Improved the error message displayed when the Editor loses connection to an Asset Import Worker process.
Asset ImportChange
Review documentation about UniversalRenderer.CreateRenderGraphTexture.
DocumentationChange
Editor: Improved RepositoryInfo API documentation.
EditorChange
Editor: Improved Request(Generic) API documentation.
EditorChange
Improved the error message in the Editor to prevent Players from being built inside PlayerLoop.
EditorChangeUUM-90979
Updated the Terrain Tools package to version 5.2.1.
EditorChange
Removed unused LGPL libusb code from SDL.
EmbeddedLinuxChange
Updated R8G8B8A8 and B8G8R8A8 sRGB formats to report LoadStore as unsupported on Intel Macs. This change reflects that sRGB writes are explicitly not supported on these devices.
Corrected the displayName value in the package.json file to match the official package name "High Definition Render Pipeline".
HDRPChange
Rendering Debugger - Moved decals to the Rendering Section.
HDRPChangeUUM-92304
Rendering Debugger - Moved lighting HDR settings to the Rendering Section.
HDRPChangeUUM-92304
Modified the interface between the Trampoline and Unity Player for setting up backbuffer. The recommend best practice is not to modify the way the trampoline sets up the backbuffer, but if you do, please note that now we UnityViewSwapchain struct instead of passing whole UnityDisplaySurfaceMTL. Currently, the backward compatibility is preserved and we still UnityDisplaySurfaceMTL members that are related to drawables, but soon we will move it from this completely.
iOSChange
Updated the onReconfigure event to pass system values to its callbacks and delegates.
KeplerChange
Removed unused LGPL libusb code from SDL.
LinuxChange
Updated the behavior for activating a secondary display so that it no longer forces the main window to switch to fullscreen mode.
macOSChange
Changed the default value of overrideBuiltins to prevent breaking user projects that override built-in packages during an upgrade.
Package ManagerChange
Included the optional isDiscoverable property as a nested field within the UnityLifecycleInfo object.
Package ManagerChange
Removed unused LGPL libusb code from SDL.
QNXChange
Corrected the displayName value in the package.json file to match the official package name "Scriptable Render Pipeline Core".
SRP CoreChange
Rendering Debugger - Moved Render Graph to the Rendering Section.
SRP CoreChangeUUM-92304
Rendering Debugger - Moved the GPU Resident Drawer to the Rendering Section.
SRP CoreChangeUUM-92304
Corrected the displayName value in the package.json file to match the official package name "Universal Render Pipeline".
URPChange
Added dedicated toolbar buttons to open the list of branches and the Branch Explorer of the Desktop App.
Version ControlChange
Changed the changeset context menu item Undo this change to Revert this file to the previous revision to be more explicit.
Version ControlChange
Improved the Create workspace window to suggest the matching Unity Cloud project if it exists.
Version ControlChange
Moved the Unity Version Control menu item under Window'/'Version Control to a submenu.
Version ControlChange
Optimized incoming changes and merge so the Package Manager only reload when it is needed.
Version ControlChange
Serialized the Checkin comment and tick selection so they are retained on domain reload and in Play mode.
Version ControlChange
Updated the Meta Quest default package to be OpenXR Plugin (com.unity.xr.openxr).
Updated the Oculus XR Plugin package to version 4.5.1.
XRChange
Updated the OpenXR Plugin package to version to 1.14.3.
XRChange
Updated the xr.sdk.openxr package to version 1.14.1.
XRChange

Pick your Unity version

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