Unity 2023.2.0 Alpha 13

Released:
Select the runtime platforms of your choice from the list below (the desktop runtime is included as standard) or, to install the full complement of runtime platforms, use the download assistant installer above.

Known Issues in 2023.2.0a13

  • Audio: Audio random container shows subassets in the project folder when adding clips via drag & drop

  • Audio: Audio Random Container window clears when deselecting the Audio Random Container in the project view

  • Audio: Dragging a audio clip from project view into the Audio Random Container AudioClips list, behaves incorrectly.

  • Audio: The Audio Random Container window sometimes loads an incorrect UI when entering playmode

  • DirectX12: [macOS] Editor freezes when saving prefab changes in Play Mode if “VSync” is enabled (UUM-30173)

  • Editor: Fixed an Editor freeze on macOS.<br> First seen in 2023.2.0a6. <br>Fixed in 2023.2.0a14.

  • Editor: Fixed UnityEditor PDB symbols being invalid. (UUM-33172) <br>Fixed in 2023.2.0a14.

  • FrameDebugger: Frame Debugger VRAM memory leak (UUM-28065)

  • IL2CPP: Build argument doesn't get passed when exporting the project (UUM-25446)

  • MacOS: Crash on objc_msgSend when the Editor UI gets redrawn (UUM-34202)

  • MacOS: Editor silently crashes when entering Play Mode on macOS (UUM-34395)

  • Metal: [iOS] Rendering freezes when the orientation is changed (UUM-9480)

  • Mono: Fixed crash when opening a scene with missing references (UUM-33830) <br>Fixed in 2023.2.0a15.

  • Project Browser: Project Browser shows package resources when package visibility is disabled (UUM-32517)

  • Shader System: Console error “Enabling local keyword ‘WETNESS' for Material 'Disolve' has been skipped. This keyword cannot be enabled directly.“ when enabling a local keyword for a material (UUM-33089)

  • Texture: [AsyncUpload] Crash on Sprite::Transfer<GenerateTypeTreeTransfer> when building the project (UUM-31364)

  • uGUI: Fixed memory leak when textures get reparented from one scene to another (UUM-33852) <br>Fixed in 2023.2.0a15.

  • Universal RP: Flickering orbs appear when using RenderTargetHandle (UUM-26513)

  • Universal RP: URP TAA implementation leaks accumulation buffers when entering the Play Mode (UUM-34062)

  • URP: Fixed ShaderGraph preview window displaying a blank window when using DepthNormals pass. (UUM-31643) <br>Fixed in 2023.2.0a14.

  • Version Control: "NullReferenceException" errors thrown in the Console window when Unity Version Control package is present in the project (UUM-33051)

  • XR SRP: [URP][XR] Performance degradation when comparing Android Quest 2 builds across 2020.3 and 2023.x (UUM-33025)

New 2023.2.0a13 Entries since 2023.2.0a12

Features

  • DX12: Enabled exposing raytracing acceleration structure build flags for balancing build times versus ray tracing speed and memory consumption on the GPU. The flags can be customized from C# when creating and building a RayTracingAccelerationStructure and from UI in Renderer settings.

Improvements

  • Android: Improved the warning messages for missing Android Tools, such as NDK or JDK. In the case of a missing tool, Unity will print out what version it finds and what it expects, which helps users figure out how to solve the problem easier.

  • Audio: Add a yellow line to the volume, pitch, and time slider to visualise the random range.

  • Documentation: Improved documentation related to inline ray tracing support. Added inlineraytracing in the pragma require list in the User Manual.

  • Editor: Ported Graphics Settings tab to UI Toolkit.

  • Graphics: Enabled batched GPU skinning option for D3D11, Metal, Vulkan, and GLES platforms.

  • HDRP: Added a script which drives dynamic resolution scaling in HDRP.

  • URP: Added HDR Output override per camera.

API Changes

  • HDRP: Obsoleted: Marked RenderPipelineSettings.supportDitheringCrossFade as obsolete.

Changes

  • Universal RP: Enabled deferred renderer to now use Framebuffer Fetch for Shadowmask.

  • Windows: Added the requirement of Visual Studio 2019 and Windows 10.0.19041.0 SDK when building Windows and Universal Windows Platform with IL2CPP scripting backend.

Fixes

  • 2D: Fixed a crash when a Tilemap with corrupted Tile Data calls CompressBounds. (UUM-32832)

  • 2D: Fixed a null exception when activating the dropdown for Active Tilemaps when the current Brush does not have valid targets. (UUM-32934)<br> First seen in 2023.2.0a9.

  • 2D: Fixed an issue when a Tilemap is created as a new layer on an existing Grid using Create from Palette, modifications to the new Tilemap are made on the existing Tilemap instead of the new Tilemap. (UUM-33037)

  • 2D: Fixed an issue when a Tilemap is created as a new layer on an existing Grid, if the creation would modify the Grid, a dialog will be shown prompting the user that modifications will be made and the user can manually decide to continue with this or not. (UUM-33037)

  • Android: Fixed the Back button press when using Handheld.PlayFullScreenMovie on Android, so you are no longer unable to exit the VideoPlayer until it finishes playing. (UUM-33468)

  • Android: Fixed the Troubleshooting button URL upon Gradle error. (UUM-30719)

  • Android: Removed OPENGLES uses-feature element in the AndroidManifest of the exported project when not selected in Player Settings. (UUM-32676)

  • Apple TV: Fixed the startup with disconnected display. (UUM-32314)

  • Asset Pipeline: Fixed an issue where the AssetImportManager could crash while registering scripts if a script became unreachable during a domain reload. (UUM-27516)

  • Audio: Enabled dimming the transport buttons when the Editor is paused. (UUM-32034)<br> First seen in 2023.2.0a8.

  • Build Pipeline: Fixed an Android build failure issue where a "Build destination path collides with an existing path" error message is triggered using Ctrl+B (Windows) or Cmd+B (macOS) keyboard shortcut. (UUM-30911)

  • Build Pipeline: Fixed incorrect dependencies appear after building AssetBundles with Prefab Variants. (UUM-20038)

  • Build Pipeline: Fixed renaming Prefab Objects leading to wrong Asset Bundle dependency when the Prefab is nested. (UUM-639)

  • Build Pipeline: Fixed Shader references being lost when building assets with BuildPipeline.BuildAssetBundles. (UUM-2259)

  • Burst: Fixed incorrect Burst stacktraces in Windows player builds. (UUM-33695)

  • Core: Fixed math precision issue on ARM64 for some transform rotation configuration on Game Core. (UUM-2878)

  • DX12: Fixed a case where creating and destroying Renderers that use Dynamic Geometry as Ray Tracing Mode very often in ray tracing effects would cause the GPU memory to fill up quickly. (UUM-31709)

  • Editor: Added a UNITY_TEST_FRAMEWORK define constraint to filter out test framework assemblies from normal platform and asset bundle builds. (DSTR-370)

  • Editor: Added static variable detection for AssetPostprocessors and ScriptedImporters through the Import Activity Window.

  • Editor: Added strictDomainReload feature to enable checking for pending domain reloads or compilations at the end of managed tests.

  • Editor: Enabled all playmode tests to have a disabled splashscreen and Unity logo by default if the Unity license permits such action.

  • Editor: Enabled respecting the Reference Validation Plugin setting. (UUM-32855)

  • Editor: Enabled the download progress calculation to use doubles when downloading asset packs on Android. (UUM-32299)

  • Editor: Enabled the preview generation to no longer raise an exception when RP needs to reload. (UUM-18048)<br> First seen in 2023.2.0a10.

  • Editor: Fixed a rare GLES crash. (UUM-30449)

  • Editor: Fixed an issue in the Terrain Inspector that displays an error that can hide the Quality Settings section. (UUM-33676)

  • Editor: Fixed an output message concurrency issue with async Setup.

  • Editor: Fixed multiple issues where tests would not time out, when running longer than the default timeout or the timeout defined in a TimeoutAttribute.

  • Editor: Fixed preset glob search with multiple character ranges. (UUM-26398)

  • Editor: Fixed several problems with speech recognition in applications using Holographic Remoting.

  • Editor: Fixed the Gfx jobs mode option in Player settings so it is now working. (UUM-29400)

  • Editor: Improved the performance of RecordPrefabInstancePropertyModifications. (UUM-32156)<br> First seen in 2023.2.0a8.

  • GI: Fixed an issue that could potentially lead to Baking fails with infinite "Failed to find geometry with hash 00000000000000000000000000000000 for removal" error message. (UUM-29010)

  • GI: Improved the lighting bake stops error message so it also displays which mesh is problematic. (UUM-32710)

  • Graphics: Enabled invalid pass index error messages to now include shader names. (UUM-33598)

  • Graphics: Fixed an issue with the Load texture data on demand Editor streaming setting where an assertion would be hit while building Player data if dynamic fonts were present in the Project. (UUM-28337)

  • HDRP: Fixed rendering cubemaps when underwater is enabled.

  • HDRP: Fixed static batching when using APV.

  • HDRP: Fixed unnecessary vertex attributes in depth pass. (UUM-28095)

  • IL2CPP: Fixed a build failure on Windows systems using Turkish as the primary system display language. (UUM-32870)

  • iOS: Fixed a crash on iOS when Graphics Jobs were enabled. (UUM-22614)

  • iOS: Fixed incorrect remapping of Color attachments with no Depth Stencil attachment.

  • iOS: Fixed incorrect startup orientation. (UUM-33690)

  • iOS: Fixed Images.xcassets not being added to the Xcode project, which results in icons not being set. (UUM-32547)

  • Networking: Fixed a null exception in WWWForm when the file name is an empty string. (UUM-32984)

  • Physics: Fixed Articulation Bodies having default mass if they have no attached colliders. (UUM-31794)

  • Prefabs: Improved the detection of unused overrides.

  • Profiler: Fixed addition type initialization when taking a Memory Profiler snapshot. (UUM-31235)

  • Scripting: Improved ILPP runner reliability on machines under heavy load. (UUM-29661)

  • Shadergraph: Enabled ShaderGraph styles to be applied correctly when the system locale is set in Turks. (UUM-33522)

  • Shaders: Added a way to construct a PassIdentifier from a subshader and pass index pair. (UUM-3264)

  • Shaders: Fixed custom scale and offset vectors not affecting serialised texture scale and offset. (UUM-21301)

  • Shaders: Fixed HybridHDRPSamples scenes throwing Tessellation shaders errors on OSX Metal. (UUM-30549)

  • Shaders: Fixed incorrect error messages when manually enabling keywords. (UUM-33089)

  • UI Toolkit: Enabled the layout to be correctly updated when the scale is changed. (UUM-26508)

  • UI Toolkit: Fixed some fields showing :hover style instead of :focus style when both are true. (UUM-7339)

  • UI Toolkit: Improved management of DPI when setting tooltips and added a warning in some corner cases. (UUM-20393)

  • URP: Fixed HDR output so it is no longer too saturated when HDR rendering is disabled on the camera. (UUM-31589)<br> First seen in 2023.2.0a9.

  • URP: Fixed volume and volume profile help URLs.

  • Version Control: Fixed Texture2D so it now contains a definition for the ignoreMipmapLimit error when installing Unity Version Control on previous Unity Editor versions.<br> Fixed the sign-in dialog style when waiting for user to complete signing in.<br> Fixed NullReferenceException when opening a new project and the user doesn't have a Unity Version Control organization linked to a Unity ID.

  • VFX Graph: Enabled integrating the debug view for VertexDensity and QuadOverdraw. (UUM-4760)

  • VFX Graph: Enabled the lighting debug to provide the ambient occlusion contribution on Unlit. (UUM-20200)

New 2023.2.0a13 Package Changes since 2023.2.0a12

Packages updated

Preview of Final 2023.2.0a13 Release Notes

Features

  • Audio: Added a new AudioRandomContainer asset which lets a user quickly set up a playlist that can be randomized in different ways, with different ways of triggering the sounds. It is useful for most sound use cases, such as footsteps, impacts, weapons, and props. An AudioRandomContainer is played through an AudioSource.

  • DX12: Added support for building ray tracing acceleration structures asynchronously on a compute queue. AsyncCompute CommandBuffers can now run CommandBuffer.BuildRayTracingAccelerationStructure commands. Added support for RayTracingAccelerationStructure to RenderGraph and Render Graph Viewer.

  • DX12: Enabled exposing raytracing acceleration structure build flags for balancing build times versus ray tracing speed and memory consumption on the GPU. The flags can be customized from C# when creating and building a RayTracingAccelerationStructure and from UI in Renderer settings.

  • Editor: Added an option to Scene View preferences to only refresh the Scene view when the Editor is in focus.

  • Editor: Added basic Emoji support.

  • Editor: Added basic OpenType font feature support. Currently, only kerning is enabled.

  • Editor: Added the ability to bind the keyboard shortcut for making transitions between Animator states.

  • Graphics: Added mipmap limit support for Texture2DArrays.

  • Graphics: Added rendererPriority support for BatchRendererGroup.

  • Graphics: Added support for providing tiled EXR images to LoadImage.

  • Graphics: Added BatchCullingContext.cullingFlags to specify whether lightmapped shadow casters should be culled.

  • HDRP: Added a material type for thin objects with colored transmission.

  • HDRP: Added a visualization of async compute passes and their synchronization points to the Render Graph Viewer.

  • HDRP: Added support for shader graph decals to affect transparent objects.

  • HDRP: Added Volume Profile to HD Render Pipeline Asset.

  • HDRP: Displayed an option to disable clear coat on the material for Lit ShaderGraphs.

  • HDRP: Implemented beer shadow maps for volumetric clouds.

  • Package: Removed a deprecated UnityAnalytics event from the Patch User Reporting SDK, and upgraded package dependencies and sample.

  • Package Manager: Added Services as an entry in the Package Manager side bar.

  • Package Manager: Added a new sidebar with a search field that is specific to sections in the Package Manager.

  • Package Manager: Added individual scoped registries to the sidebar.

  • Package Manager: Added the ability to manage an imported .unitypackage from the Asset Store in In Project.

  • Package Manager: Added Web3 as a Filter Category in My Assets.

  • Package Manager: Changed the Updates available filter in the project so it now has its own context in the Package Manager.

  • Package Manager: Reformatted the top toolbar so that you can now see all applied filters.

  • Physics: Added ArticulationBody.jointPosition pointer lines to the Angular Joint Limits tool gizmo to show the exact position of the joint in scene view.

  • Profiler: Added metadata support for AudioClip and Shader in Memory Profiler.

  • SpeedTree: Enabled HDRP/Nature/SpeedTree8.shadergraph to now use its Subsurface Map for the Transmission Mask node to remove the unintended light transmission from tree barks and twigs. This change also fixes the overly bright billboard lighting not matching the 3D geometry's lighting.

  • UI Elements: Added icon support to the Button control.

  • UI Toolkit: Added a box model widget to the Spacing properties section in the Builder Inspector.

  • UI Toolkit: Added the Emojis Fallback Support field to TextElements and TextFields to control the ordering of where to search for the glyph in the emoji range (primary font vs global fallback).

  • UI Toolkit: Added UxmlElement and UxmlAttribute attributes. These attributes replace the current UxmlFactory and UxmlTraits when creating custom UI Toolkit elements. It is also now possible to create custom property drawers for fields in the same way as the Inspector.

  • Universal RP: Added Alembic velocity motion vector support for URP materials.

  • Universal RP: Added an optional Motion Vector vertex output for ShaderGraph to author custom motion vectors in object space. This is applied in addition to the camera, transform, skeletal, and Alembic motion vectors.

  • Universal RP: Added automatic TimeBased motion vector generation for ShaderGraphs with vertex animation based only on the Time node. All other data which affects position has to be constant between frames.

  • Universal RP: Added Default Volume Profile to URP Global Settings.

  • Universal RP: Added motion vector support for motion blur postprocess effect. Added Camera And Objects option to the MotionBlur volume component.

  • Universal RP: Added support for additional directional light cookies.

  • Universal RP: Added support for XR rendering and cameras using orthographic projection to Forward+ rendering path.

  • URP: Added Volume Profile to Universal Render Pipeline Asset.

  • Version Control: Added a project option to support tracking packages that exist on disk outside of the project's root folder.

  • VFX Graph: Added support for motion vector in URP.

  • VFX Graph: Enabled the creation of URP Decal Particle Output.

  • XR: Added Hololens Automation Support.

Improvements

  • 2D: Added icons to the Clipboard and Brush Pick overlays for Tile Palette when the overlays are collapsed. (UUM-29771)

  • 2D: Added the shortcut key to the tooltips for the toggles that activate overlays in the Tile Palette window.

  • 2D: Enabled the serialization of TileChangeData.

  • 2D: Improved the performance of creating a large number of Tile assets with the Tile Palette window.

  • 2D: Improved the performance of opening the Tile Palette window when the Tile Palette references a large number of Tile assets. (UUM-26849)

  • Android: Enabled adding the minimum aspect ratio.

  • Android: Improved the Android LocationService implementation so it takes less time in each frame. This improvement is only small if the implementation is not used.

  • Android: Improved the warning messages for missing Android Tools, such as NDK or JDK. In the case of a missing tool, Unity will print out what version it finds and what it expects, which helps users figure out how to solve the problem easier.

  • Animation: Enabled automatic stripping of any leading or trailing whitespace when editing the name of a state machine parameter via the Animator or Animator Parameters windows.

  • Animation: Reduced the cost of building muscle clips, which speeds up Animator.Awake.

  • Animation: Reduced the number of garbage collection allocations when calling Animator.GetParameter(int index) and improved its speed.

  • Apple TV: Enabled tvOS to now use a launch screen storyboard.

  • Audio: Add a yellow line to the volume, pitch, and time slider to visualise the random range.

  • Build System: Enabled prevention of a sharing violation on path errors for console log.

  • Burst: Added a Burst AOT setting for the debug information generated for player builds.

  • Burst: Added a SIMD smell test to the Burst Inspector, highlighting ARM or x86-64 SIMD instructions which changes depending on whether they work for packed or scalar inputs.

  • Burst: Added a toggle to filter .Generated jobs from the Burst Inspector target job list.

  • Burst: Added selection of line and highlight of selected line and selected lines register usage.

  • Burst: Added support for ChromeOS in Unity versions 2020.3 and 2019.4.

  • Burst: Enabled Windows/ARM64 targeting support.

  • Burst: Enabled FunctionPointer&lt;delegate&gt;()::Invoke usage is now checked and patched to ensure the calling convention is compatible with Burst.

  • Documentation: Added Android Project Configuration Manager API documentation.

  • Documentation: Added documentation for an API that throws errors for Android Project Configuration Manager.

  • Documentation: Added the limitation of the OnTriggerExit event to documentation.

  • Documentation: Improved documentation related to inline ray tracing support. Added inlineraytracing in the pragma require list in the User Manual.

  • Documentation: Improved the Android Project Configuration API documentation.

  • Documentation: Improved the documentation for the Android build process order.

  • Documentation: Improved SystemInfo.supportsInlineRayTracing Scripting API documentation.

  • Documentation: Updated Global Illumination documentation to reflect the changes to on demand and auto mode baking. (LIGHT-1260)

  • Editor: Added a fog fullscreen debug mode to HDRP. This will display the fog that is applied to the opaque geometry in the scene. The fog display can be controlled through the debug exposure.

  • Editor: Added line number support for the mixed callstack diagnostic.

  • Editor: Added process ID information to the Attach debugger dialog in the Editor.

  • Editor: Added the Plastic SCM Merge tool to the fallback list for YAML Merge Tool on macOS.

  • Editor: Enabled automatically opening a tab when dragging an object over it.

  • Editor: Enabled Leak Detection with stack traces to now group leaks by stack trace, significantly improving the time to report leaks.

  • Editor: Enabled Sketchup Importer on Mac ARM platforms.

  • Editor: Exposed the resolution and resolution value of the reflection probe within the HD Light Explorer. When a custom resolution is selected, the resolution value becomes editable.

  • Editor: Improved memory allocator contention when merging static meshes, which speeds up the process.

  • Editor: Improved performance for Text in the editor.

  • Editor: Improved the camera preview resizing in the scene views and Graph Tool Foundation.

  • Editor: Improved the organized Animation Events into sub-menus in the Inspector.

  • Editor: Improved the performance of the Transform.Find() API, especially when working with large numbers of children.

  • Editor: Improved warnings on GPU Module overheads.

  • Editor: Increased the speed of enter playmode (especially with larger scenes).

  • Editor: Increased the speed of Enter/Exit Play Mode by 3-4% in a sample project.

  • Editor: Ported Graphics Settings tab to UI Toolkit.

  • Editor: Reduced the cost of outline rendering, which improves the frame rate of the editor when many objects are selected.

  • Editor: Reduced the impact of Shader Graph package on performance of domain reloads by making node class cache populate on-demand.

  • Editor: Updated Sketchup SDK version to 2023.2.

  • Editor: Updated UI for SceneView RenderModes.

  • Entities Graphics: Added support for using the built-in ParticlesUnlit shader with a MeshRenderer in a subscene. (UUM-17812)

  • GI: Added a toggle that lets you quickly identify visible backfaces in the scene when using various scene view modes.

  • GI: Added display of timely information in the Editor on lightmaps and probes being baked.

  • GI: Added hotkeys for opening the lighting window (Ctril+9) and performing bakes (Ctril+Shift+L).

  • GI: Added light grid shrinking to GPU lightmapper to improve performance in large scenes with many lights tightly clustered in one corner.

  • GI: Changed the Lightmap Parameters dropdown in Lighting Settings to a file picker field.

  • GI: Decreased the minimum specification of the GPU lightmapper to 2 GB.

  • GI: Improved the performance of the GPU lightmapper when using the Balanced baking profile. This enables memory usage to be more predictable when using larger lightmap sizes.

  • GI: Improved the robustness of out of memory handling when baking large scenes on 4GB AMD R9 cards. (LIGHT-1261)

  • GI: Improved the user experience of light bake progress reporting.

  • GI: Improved the UX of BakePipeline post processing.

  • GI: Moved the baking device and profile selection to a new section at the bottom of the lighting window.

  • GI: Moved the generation of GI debug visualizations to a background thread.

  • GI: Moved the light probe visualization settings to the Scene view gizmo dropdown.

  • GI: Optimized on-demand lightmap baking by compressing and writing lightmap output files in parallel.

  • GI: Optimized the post processing file IO by spreading the work over multiple CPU threads (one thread per file).

  • GI: Redesigned the Generate Lighting button in the Lighting Window and the Bake button in the Reflection Probe inspector to have a distinct separator between their main button and dropdown sections.

  • GI: Removed the Preview Label on GPU lightmapper.

  • GI: Restored LightBaker determinism in relation to OpenRL.

  • Graphics: Enabled batched GPU skinning option for D3D11, Metal, Vulkan, and GLES platforms.

  • Graphics: Enabled using the dynamic vertex input state for Vulkan pipeline objects to reduce the number of pipeline switches.

  • Graphics: Reduced the time the render thread spends on Profiler.FlushRenderCounters. (UUM-29300)

  • Graphics: Updated the ASTC compressor to version 4.3 to improve compression speed.

  • HDRP: Added a script which drives dynamic resolution scaling in HDRP.

  • HDRP: Added functionality to lock the sun for HDRI Sky.

  • HDRP: Added Henyey Greenstein evaluation and sampling to fog volume scattering.

  • HDRP: Added various optimizations of C# code.

  • HDRP: Decreased the number of Diffusion Profile imported in the HDGlobalSettings Diffusion Profile List when importing the Material Samples.

  • HDRP: Improved HDRP Water sample with minor fixes.

  • HDRP: Improved the performance of entering and leaving playmode for scenes containing large numbers of decal projectors.

  • HDRP: Improved the sample import system on SRP packages to import dependencies for each sample.

  • HDRP: Improved the slider for the inner angle control of spotlight.

  • HDRP: Updated some shaders to support DOTS instancing.

  • IL2CPP: Enabled building with .NET NativeAOT, which reduces the Il2cpp.exe runtime by ~20% on Windows.

  • IL2CPP: Enabled UnityLinker to now use Server GC, which reduces its runtime by 15%-20%.

  • IL2CPP: Updated the error message that appears when the GenericSharingVisitor encounters an instruction it cannot process.

  • IMGUI: Enabled IMGUI to now use TextCore to deal with Ellipsis.

  • IMGUI: Removed UTF16 conversion for IMGUI on the native side since we now generate text on the managed side.

  • Input: Changed the error message wording for when the Input Manager is not set up correctly. (UUM-26890)

  • iOS: Modified the iOS/tvOS launch screen to now be shown only by OS, and not shown again by Unity itself.

  • Kernel: Improved the performance in heavily run code paths for NativeArray, UnsafeUtility, and AtomicSafetyHandle through inlining.

  • Multiplayer: Added Netcode for GameObjects 1.3.1.

  • Package Manager: Added support for specifying optional path and revision to Git URLs in SCP format.

  • Package Manager: Enabled modifying assets located in immutable packages (under a project's Library/PackageCache folder) to no longer immediately re-resolve the project's packages, which can lead to faster iteration and allow temporary modification of those packages (for instance, for testing or debugging purposes). Package Manager operations can still revert changes, so the recommended way to make changes permanent is still to embed packages prior to modifying them.

  • Package Manager: Improved the tag UI for git and local packages.

  • Particles: Added two new sorting modes for reversed depth.

  • Physics 2D: Removed redundant scripting API descriptions in overloads of several Physic2D queries.

  • Player: Added a -native-leak-detection &lt;mode&gt; command line argument to the Unity Editor and standalone Players. &lt;mode&gt; can be Disabled, Enabled, or EnabledWithStackTrace. Stack Traces are only available in the Unity Editor and development builds.

  • Scene/Game View: Added a grid size field to the Grid and Snap Settings Overlay toolbar.

  • Scene/Game View: Added EditorToolbarFloatField to edit float values in overlay toolbars.

  • Scripting: Reduced compilation time in large projects.

  • Scripting: Switched path sorting during compilation from an invariant culture compare to an ordinal compare, which speeds up C# compilation when scripts are changed.

  • Serialization: Improved performance of restoring managed objects during a domain reload.

  • Serialization: Improved the performance of restoring managed objects during a domain reload.

  • Shadergraph: Fixed the NullReferenceException when entering Play Mode with an unfocused Shader Graph window or when closing the Shader Graph Window. (SGB-409)

  • Shadergraph: Increased the speed of rename operations on properties, keywords, or dropdowns in large graphs. (SGB-382)

  • Shadergraph: Increased the speed of setting blackboard values in large graphs. (SGB-384)

  • Shadergraph: Reduced the import times of shadergraphs.

  • Shaders: Added support on Metal for vprog having void return type.

  • Shaders: Enabled RenderPass framebuffer fetch (UNITY_DECLARE_FRAMEBUFFER_INPUT_, UNITY_READ_FRAMEBUFFER_INPUT) to now generate shader code that works both on Apple Silicon (where it will read color input) and older intel macOS devices (where it will read from the copy done by render pass).

  • Shaders: Enabled URP RenderPass framebuffer fetch (FRAMEBUFFER_INPUT_, LOAD_FRAMEBUFFER_INPUT) to now generate shader code that works both on Apple Silicon (where it will read color input) and older intel macOS devices (where it will read from the copy done by render pass).

  • Shaders: Reduced the time spent in the asset post processing code for shader assets, which speeds up the import of shaders.

  • SRP Core: Added optimizations to Static APV for Mobile Devices.

  • SRP Core: Changed the parameters of Default Volume Profile to be evaluated once when it is changed instead of being evaluated every frame.

  • SRP Core: Reduced the number of shader variants related to HDR Output.

  • SRP Core: Unified the Create, Clone and Ensure workflows for RenderPipelineGlobalSettings.

  • Terrain: Enabled loading of brushes for the Terrain Inspector to now defer creating full-resolution brush textures until the brush is being used, making the Terrain Inspector faster to open and use less memory.

  • Terrain: Enabled setting names for brush textures and thumbnails, so that they can be clearly recognised in the Memory Profiler.

  • Text: Improved Text performance for both IMGUI and UITK.

  • TextCore: Implemented missing automation tests for dynamic font asset feature. Most of the tests were already implemented but were cleaned up and moved to correct test suite.

  • UI Elements: Added allowAdd and allowRemove attributes to ListView. It also has onAdd, onRemove, overridingAddButtonBehavior, makeHeader, makeFooter, and makeNoneElement callbacks.

  • UI Toolkit: Added context information to the UI Builder in its inspector when the user does not have any item selected.

  • UI Toolkit: Added missing keyboard navigation support for left and right keys in TreeView.

  • UI Toolkit: Improved the performance of tree expansion of UI Toolkit TreeViews.

  • Universal RP: Added sampling clamping functions to prevent out of viewport sampling in URP.

  • URP: Added HDR Output override per camera.

  • VFX Graph: Optimized VFX.Update per component overhead.

  • VFX Graph: Reduced the import cost of VFX Graph objects, especially when importing many objects at once.

  • WebGL: Added Player build options for WebAssembly language features: BigInt, WebAssembly.Table, and experimental native C/C++ multithreading. In addition to generating smaller code size, enabling both BigInt and WebAssembly.Table features improves the build times of Development builds.

  • Windows: Enabled the generated projects to now target the Visual Studio version you open them in instead of Visual Studio 2015, when you use the Generation Visual Studio Solution option to build for Windows.

API Changes

  • 2D: Added: TileAnimationFlags.UnscaledTime.

  • 2D: Added: TileBaseEditor with an implementation for RenderStaticPreview, which allows users who extend from the TileBase class to have a simple default asset preview for their extended classes of TileBase.

  • 2D: Added: Tilemap.loopEndedForTileAnimation callback when Animated Tiles have reached the end of their animation loop if it has the LoopOnce flag set.

  • Android: Added: Expose UnityPlayer.invokeOnMainThread, a helper function for delegating callbacks on game loop thread.

  • Android: Added: Expose UnityPlayer.runningOnMainThread in java.

  • Android: Added: new Android Project Configuration API that allows to copy arbitrary files to the Gradle project.

  • Android: Deprecated: Deprecate OnPostGenerateGradleAndroidProject in favor of OnModifyAndroidProjectFiles.

  • Animation: Added: ClearKeys and CopyFromAPI in AnimationCurve. (UUM-20456, UUM-20458)

  • Apple TV: Added: Added identifier for 3rd generation Apple TV 4K.

  • Asset Pipeline: Added: AssetDatabase.GetScriptableObjectsWithMissingScriptCount and AssetDatabase.RemoveScriptableObjectsWithMissingScript for finding and removing ScriptableObject instances in assets which are missing their scripts. (Thank you @Xelnath for the request!).

  • Asset Pipeline: Added: AssetDatabase.TryGetAssetFolderInfo which can be used to know if a certain path is being tracked by the AssetDatabase and can handle import dependencies and asset imports.

  • Build Pipeline: Added: "Dedicated Server optimizations" option that strips all shaders from Dedicated Server builds. (MTT-5538)

  • Build Pipeline: Obsoleted: methods on BuildPipeline class will now trigger build error rather than warning and implementation is removed. These APIs have been marked obsolete since Unity 5.

  • Core: Added: new overloads of GameObject.CompareTag and Component.CompareTag which take a new TagHandle type. These new overloads can be more efficient, especially when comparing many objects with the same tag.

  • Core: Added: overload to NativeArrayUnsafeUtility.ConvertExistingDataToNativeArray which takes a Span as input.

  • Core: Added: JobsUtility.ThreadIndexCount returns the maximum number of job workers that can work on a job at the same time. The job system will create a number of job worker threads that will be no greater than the number of logical CPU cores for the platform. However, since arbitrary threads can execute jobs via work stealing we allocate extra workers which act as temporary job worker threads. JobsUtility.ThreadIndexCount reflects the maximum number of job worker threads<br> plus temporary workers the job system will ever use. As such, this value is useful for allocating buffers which should be subdivided evenly between job workers since JobsUtility.ThreadIndex and NativeSetThreadIndexAttribute will never return a value greater than JobsUtility.ThreadIndexCount. (UUM-29945)

  • Core: Added: JobsUtility.ThreadIndex returns the index for the current thread when executing a job, otherwise 0. When multiple threads are working on a parallel job at once, no two threads will have the same index. The range is [0, JobsUtility.ThreadIndexCount). The value returned when called from within a job is the same as the one stored in a job member decorated with Unity.Collections.LowLevel.Unsafe.NativeSetThreadIndexAttribute, otherwise 0. (UUM-29945)

  • Documentation: Changed: Fixed duplicated inherited members in CustomRenderTexture class API documentation.

  • Editor: Added: Exposes EditorApplication.focusChanged event which fires when the Editor gains and loses focus.

  • Editor: Added: Undo.isProcessing property to determine when it's safe to call Undo.RegisterCreatedObjectUndo, among other things.

  • Editor: Added: EditorApplication.isFocused property indicating the cached state of the Editors focus.

  • Editor: Removed: AssetDatabase.RefreshDelayed() method has been removed.

  • Editor: Removed: AssetDatabase.RefreshDelayed(ImportAssetOptions options) method has been removed.

  • Editor: Removed: Bool AssetDatabase.TryGetGUIDAndLocalFileIdentifier(int instanceID, out string guid, out int localId) method has been removed.

  • Editor: Removed: Bool AssetDatabase.TryGetGUIDAndLocalFileIdentifier(Object obj, out string guid, out int localId) method has been removed.

  • GI: Added: API for accessing global light probe data used in rendering as well as for individual scenes.

  • GI: Deprecated: LightProbes.cellCount, LightProbes.count and LightProbes.positions have been deprecated.

  • Graphics: Added: Added ISRPGraphicsSettings and API to store them in RenderPipelineGlobalSettings.

  • Graphics: Added: an AreaLight member to the Rendering.ShadowMapPass enum.

  • Graphics: Added: API for modifying positions of LightProbes objects.

  • Graphics: Added: AsyncGPUReadbackRequest.forcePlayerLoopUpdate.

  • Graphics: Added: CanvasRenderer.GetMesh API, analogous to CanvasRenderer.SetMesh has been Added.

  • Graphics: Added: Inline Ray Tracing (Ray Query/DXR 1.1) support to all rasterization shader stages. Added new methods for binding an acceleration structure (Shader.SetGlobalRayTracingAccelerationStructure, CommandBuffer.SetGlobalRayTracingAccelerationStructure). Added new pragma require inlineraytracing support in rasterization shader stages. Added new built-in global shader keyword UNITY_DEVICE_SUPPORTS_INLINE_RAY_TRACING to be used with multi_compile.

  • Graphics: Added: TextureImporterPlatformSettings.ignorePlatformSupport to bypass platform format checks.

  • Graphics: Changed: Added a new read-only Light.dilatedRange member. Before this addition, for area lights, if you set Light.range, and then immediately read it back, it would return a different value. This is because area lights have a larger effective range since the source is an area, and not a single point. Now, the Light.range always returns the same value you set, and the newly added Light.dilatedRange returns the range dilated to account for the area size.

  • Graphics: Changed: Deprecated Texture2D constructors that require a boolean value and string to set up Mipmap Limit behavior in the constructor. Use MipmapLimitDescriptor to specify whether (a) Mipmap Limits should be enabled, and if so, (b) if the Texture belongs to a particular group.

  • Graphics: Changed: Deprecated Area in favor of Rectangle in the LightType enum. Added Box, Pyramid, and Tube members to the same enum.

  • Graphics: Deprecated: Deprecated TextureCreationFlag.IgnoreMipmapLimit. Any shape of Texture created from script will ignore Mipmap Limits by default. Use of mipmap limits can be enabled by using a MipmapLimitDescriptor in the constructor, where supported.

  • Graphics: Deprecated: Light.shape. This information is now unified into Light.type.

  • HDRP: Deprecated: HDLightType, HDLightTypeAndShape, SpotLightShape, and AreaLightShape. HDRP directly uses Light.type in native Unity, and handles the upgrade automatically.

  • HDRP: Obsoleted: Marked RenderPipelineSettings.supportDitheringCrossFade as obsolete.

  • Input: Added: Expose Input.mousePositionDelta.

  • iOS: Added: identifiers for iPad models released in 2022.

  • Networking: Removed: The legacy networking API (Network, NetworkView, etc), which was marked as obsolete in 2018, has now has been deleted.

  • Package: Deprecated: com.unity.subsystemregistration is being deprecated.

  • Package Manager: Obsoleted: Client.ResetToEditorDefaults is now obsolete.

  • Package Manager: Removed: Removed the obsolete UnityEditor.PackageManager.PackageInfo.status field and UnityEditor.PackageManager.PackageStatus enum.

  • SRP Core: Added: Added RenderPipelineGlobalSettingsUI::DrawVolumeProfileAssetField.

  • SRP Core: Added: Added UnityEditor.Rendering.VolumeProfileUtils class containing utilities related to managing Default Volume Profiles.

  • SRP Core: Added: Added VolumeComponentListEditor::SetIsGlobalDefaultVolumeProfile.

  • SRP Core: Added: Added VolumeManager.Initialize()/Deinitialize() that Render Pipeline is expected to call from its constructor/destructor.

  • SRP Core: Added: Common C# &amp; Shader Code for Scalable Temporal Post-Processing Upscaler.

  • SRP Core: Added: Exposed VolumeProfileEditor as public.

  • SRP Core: Added: new VolumeManager API to manage default volume profiles.

  • SRP Core: Added: ObjectID Render Request that provides a render texture with the ObjectId of each pixel.

  • UI Toolkit: Added: Added API to know when a panel may need to be rendered to use in conjunction with on demand rendering.

  • UI Toolkit: Added: Added canChangeExpandedState to tree view controllers to allow users to disable items expansion.

  • UI Toolkit: Added: Added drag and drop API for collection views; canStartDrag, setupDragAndDrop, dragAndDropUpdate and handleDrop, similar to what exists in IMGUI.

  • UI Toolkit: Added: Added GetIndentationDepth and GetIndentationDepthByIndex in tree view controllers.

  • UI Toolkit: Added: Added LanguageDirection to indicate the directionality of the element's text.

  • UI Toolkit: Added: callback for receiving all changes inside a panel.

  • UI Toolkit: Added: VisualElement methods HandleEventBubbleUp and HandleEventTrickleDown.<br> Added FocusController method IgnoreEvent.

  • UI Toolkit: Obsoleted: EventBase method PreventDefault. Not upgradable automatically.

  • UI Toolkit: Obsoleted: PropagationPhase values AtTarget, DefaultAction, and DefaultActionAtTarget. Not upgradabe automatically.

  • UI Toolkit: Obsoleted: VisualElement methods ExecuteDefaultAction and ExecuteDefaultActionAtTarget. Not upgradable automatically.

  • Universal RP: Removed: Removed RenderTargetHandle and Scriptable Renderer backwards compatibility with RenderTargetHandle and RenderTargetIdentifiers. RTHandles to be used.

  • Version Control: Removed: Removed Collab and its dependency from the package.

  • XR: Obsoleted: The old Subsystem APIs are marked as obsolete in favor of the SubsystemWithProvider APIs.

Changes

  • Android: Added the scripting backend identification (IL2CPP or Mono2x) to the symbol archive's name. (UUM-21382)

  • Android: Changed the RunInBackground functionality so it is now preserved only when you manually enable the Run in Background setting. Previously, this functionality was automatically enabled for Chrome OS if the resizable window setting was set to true.

  • Android: Enabled the Application Entry Point to default to Game Activity when creating new Unity projects in Unity 2023.2 or newer. When upgrading from older Unity versions (2022.2 or older), the Application Entry Point will default to Activity.

  • Android: Fixed the visibility of some APIs so that they are no longer publicly visible.

  • Android: Updated the game activity package androidx.games:games-activity to version 2.0.0.

  • Android: Upgraded Android Gradle Plugin version to 7.3.1, the Gradle version to 7.6, and the Kotlin Gradle Plugin version to 1.7.22.

  • Build Pipeline: Implemented -filelist when running libtool for Mac and iOS builds to prevent command lines from becoming too long.

  • Build System: Enabled the need for the TargetFramework and/or TargetFrameworks property to be set when defining a CSharpProgram2.

  • Burst: Changed Burst Inspector input handling so that arrow keys can be used to select in search boxes.

  • Burst: Changed the Burst Inspector source location comments from === to either ; or #, depending on the given assembly kind.

  • Burst: Changed the horizontal code focus in the Burst Inspector to only scroll when branches fill more than half the space.

  • Burst: Changed the target job list in the Burst Inspector to an expandable tree view, instead of a simple list.

  • Burst: Enabled Burst Inspector's target job load to be asynchronous.

  • Burst: Enabled Burst to now only generate full debug information when Native Debug Mode Compilation and script debug information is enabled.

  • Burst: Improved how optimisation remarks are displayed in the LLVM IR Optimisation Diagnostics tab in Burst Inspector.

  • DX12: Changed the default format to a native resource format instead of a typeless format.

  • Editor: Added a deprecation label to the OpenGL core graphics API on the Windows platform. This is selectable in the Player Settings Inspector pane.

  • Editor: Added an object field for meshes so they can be clicked and made visible in the Project window for the Frame Debugger.

  • Editor: Added missing padding between HelpBox icon and text contents.

  • Editor: Changed the compilation of the Editor so that a number of parts of the Editor are now compiled as separate assemblies, instead of being combined into UnityEditor.dll. This may affect code using reflection to retrieve these types.

  • Editor: Changed the default value of GizmoUtility.iconSize from 0.03 to 0.01, making 3D gizmos smaller by default. (UUM-30061)

  • Editor: Enabled overlays to now be serialized as part of the OverlayCanvas state. (UUM-20831)

  • Editor: Moved the Mesh Preview and list of meshes to a separate foldout for the Frame Debugger.

  • Editor: Removed the automatic upgrade code for UniversalRendererData from alpha and beta builds of 2021.2 to the current version as it is no longer required and was incurring a domain reload performance cost.

  • Editor: Updated the system requirements for the Windows Editor to Windows 10 Version 21H1 (build 19043).

  • GI: Moved the Recalculate Environment Lighting setting to Project Settings &gt; Editor. This setting was previously in the Lighting Window &gt; Workflow.

  • GI: Moved the toggle for displaying lightmap resolution in scene view modes to a panel that is displayed when the relevant modes are active.

  • GI: Removed the Show lightmap resolution overlay from the Project settings window. Use the toggle in the scene view instead.

  • GI: Split the contextual panel shown for various GI scene view debug modes into two panels - one for color legends and one for settings. Changed colors and descriptions used in the GI contributor and receiver scene view debug mode.

  • Graphics: Enabled Texture2Ds that are created from the script to no longer follow the global mipmap limit by default. This is observable when changing Quality settings. To enable the mipmap limit, use a MipmapLimitDescriptor in the constructor of Texture2D and Texture2DArray.

  • HDRP: Added new scenes using Water System in the HDRP Samples.

  • HDRP: Changed references of Diffusion Profile in the HDRP Wizard check by the ones in the HDRP Package.

  • HDRP: Changed the default light probe system to APV.

  • HDRP: Enabled Extend Shadow Culling in Raytracing by default. (UUM-21784)

  • HDRP: Modified Dynamic Resolution System to use Fixed Scaling Steps.

  • Input System: Updated Input System package to version 1.5.1.

  • Kernel: Changed NativeArray.Dispose to be consistent when disposing of an uninitialized container.

  • Package: Added new QoS APIs for specific Relay and Multiplay QoS servers searching and result.

  • Package: Updated code coverage package to version 1.2.3.

  • Package Manager: Renamed the My Assets Web3 category filter in the Package Manager Window to Decentralization.

  • Scene/Game View: Changed default 3D gizmo size from 0.01 to 0.03.

  • Serialization: Removed the ability to load big-endian serialized files (i.e. files from Unity 1.x versions).

  • Services: Updated Unity Ads package to version 4.4.2.

  • SRP Core: Enabled the per-frame reset of VolumeParameters to perform depending on their overrideState.

  • Tests: Replaced tests in CodebaseTests.cs with a Yamato job that can run on each PR.

  • UI Toolkit: Changed Event propagation rules for ExecuteDefaultAction, ExecuteDefaultActionAtTarget, and PreventDefault:<br>

    • Calling StopPropagation() on an event will now also prevent ExecuteDefaultAction and ExecuteDefaultActionAtTarget from being called.<br>
    • Calling PreventDefault() will behave like calling both StopPropagation and focusController.IgnoreEvent, so it will also stop execution of the registered callbacks further down the propagation path.<br>
    • Both ExecuteDefaultAction and ExecuteDefaultActionAtTarget are now executed in-between registered callbacks during the BubbleUp phase, immediately before any callback on the current target.<br>
    • All standard control event handling was moved to registered event callbacks or HandleEventBubbleUp overrides, and can be prevented by calling StopPropagation during the TrickleDown phase. This includes triggering the Contextual menu. The exception to this rule is behavior that's part of an event's PostDispatch method, which includes switching focus on Pointer down or navigation.<br>
    • It is strongly recommended to replace ExecuteDefaultAction and ExecuteDefaultActionAtTarget overrides for a HandleEventBubbleUp override instead, and PreventDefault for StopPropagation.
  • UI Toolkit: Changed the Event propagation rules for composite roots, making them behave more similarly to regular elements.

  • UI Toolkit: Changed the Event propagation rules for Mouse compatibility events:<br>

    • Mouse compatibility events are now dispatched alongside the Pointer event associated with them, immediately following them during each step of the TrickleDown and BubbleUp propagation phases.<br>
    • Calling StopPropagation on either the pointer event or its associated compatibility mouse event will now stop the propagation of both events after the current propagation step is completed.
  • UI Toolkit: Changed the number of FocusEvents and BlurEvents sent when changing a focused element if the target has at least one composite root parent.

  • UI Toolkit: Removed the prevention of compatibility mouse events when cancelling PointerDownEvent.

  • Universal RP: Disabled the ability for decals to enqueue passes when running on unsupported APIs, such as OpenGL or GLES3, instead of displaying the magenta error.

  • Universal RP: Enabled deferred renderer to now use Framebuffer Fetch for Shadowmask.

  • Universal Windows Platform: Updated the system requirements for the Universal Windows Platform Player to Windows 10 Version 21H1 (build 19043).

  • Version Control: Changed the onboarding workflow and the icons for Unity Version Control rebranding.

  • Version Control: Updated branding from Plastic SCM to Unity Version Control.<br> Improved offline experience by disabling the plugin when there is no internet connection.

  • Windows: Added the requirement of Visual Studio 2019 and Windows 10.0.19041.0 SDK when building Windows and Universal Windows Platform with IL2CPP scripting backend.

  • Windows: Updated the system requirements for the Windows Player to Windows 10 Version 21H1 (build 19043).

  • Xbox: Moved the Package Encryption setting from Player Settings to Build Settings. Added a warning when the encryption is set to Submission.

  • XR: Changed the filesystem location of the serialized Vulkan pipeline cache on Quest.

  • XR: Updated AR Foundation and related packages to version 5.0.4.

  • XR: Updated AR Foundation and related packages to version 5.0.5.

  • XR: Updated com.unity.xr.openxr package version to 1.7.0.

  • XR: Updated the Oculus XR Plugin package to version 3.3.0.

  • XR: Updated the Oculus XR Plugin package version to 3.2.3.

Fixes

  • 2D: Enabled generating a default Sprite rect for textures that are too small to be tesselated.

  • 2D: Enabled users to filter Brush Picks ignoring case. (UUM-28970)

  • 2D: Fixed a crash on GenerateTextureAndSpriteRectDataFromAtlasMask when clicking "Pack Preview" after packing an Asset into Sprite Atlas. (UUM-25481)

  • 2D: Fixed a crash when a Tilemap with corrupted Tile Data calls CompressBounds. (UUM-32832)

  • 2D: Fixed a crash when a user loads a Tilemap with a TilemapCollider2D and CompositeCollider2D with an invalid Sprite. (UUM-29132)

  • 2D: Fixed a graphical artefact where a 2D sprite only rendered a portion of a texture when the global mipmap limit was set to anything other than full-res in the Player Quality settings and when the corresponding quality settings was selected at runtime.

  • 2D: Fixed a graphical glitch in the Brush Picks overlay when the Tile Palette window is changed from a dockable to floating window. (UUM-29537)

  • 2D: Fixed a sorting issue when a lower sorted mesh in a chunk is unable to fit in lower sorted Tile due to vertex or index limit, but is able to fit in a future higher sorted Tile.

  • 2D: Fixed an issue when a Tilemap is created as a new layer on an existing Grid using Create from Palette, modifications to the new Tilemap are made on the existing Tilemap instead of the new Tilemap. (UUM-33037)

  • 2D: Fixed an issue when a Tilemap is created as a new layer on an existing Grid, if the creation would modify the Grid, a dialog will be shown prompting the user that modifications will be made and the user can manually decide to continue with this or not. (UUM-33037)

  • 2D: Fixed an issue where the name of a Brush Pick does not automatically update when renamed. (UUM-29538)

  • 2D: Fixed an issue where the Name/FieIds in a Sprite meta file would be reordered when an importer setting is changed. (UUM-22494)

  • 2D: Fixed an issue with sprite shadow mesh generation so it now provides correct results. (UUM-30159)

  • 2D: Fixed animation performance failure. (UUM-29374)

  • 2D: Fixed regression in time to open a project and enter playmode. (UUM-31205)

  • 2D: Fixed truncation of path for saving Tile assets when ending is not a file. (UUM-29490)

  • 2D: Prevented a cyclic dependency error when dragging a Palette Prefab to be saved under the same Palette Prefab. (UUM-29540)

  • 2D: Updated Brush Pick button to use the correct icon.

  • AI: Fixed the inaccurate shape of NavMeshObstacles that prevent agents from avoiding them properly. This only applies to Windows builds. (UUM-9814)

  • AI: Fixed the project from freezing due to a faulty Raycast operation in the navigation system. (UUM-28701)

  • Android: Added upgrade guide information about mainTemplate.gradle file changes. (UUM-32805)

  • Android: Added warning messages when AndroidManifest.xml from the Plugin has duplicated elements with UnityPlayerSettings. (UUM-27274)

  • Android: Disabled input history events for GameActivity temporarily, due to a known bug in game activity package version 2.0.0 and lower.

  • Android: Disabled --fastdeploy during application installation as it works incorrectly in some cases. (UUM-28376)

  • Android: Enabled 'AMOTION_EVENT_AXIS_TOUCH_MINOR/AMOTION_EVENT_AXIS_TOUCH_MAJOR' axes for Game Activity to fix Input.GetTouch.radius APIs. (UUM-28698)

  • Android: Enabled calling Input.location.Start() to change status to Initializing immediately and permission denial will set it to Failed. (UUM-27609)

  • Android: Enabled different maximum MSAA samples count for different graphics formats. (UUM-25096)

  • Android: Enabled setting id for mSurfaceView in UnityPlayerGameActivity.java before initializing Unity runtime, in case there is early access to this class.

  • Android: Enabled the display of gradle tasks in progress dialog while building to Android. (UUM-31890)

  • Android: Enabled the unlock image to be set on each lock rather than only on the first. (UUM-21954)

  • Android: Enabled CursorLockMode.Locked support so it now works correctly on Android 8.0 or higher. For more information, see Android's API View.requestpointercapture. (UUM-888)

  • Android: Filtered some redundant warnings on some Adreno devices that cause severe performance issues in development builds.

  • Android: Fixed a freeze when Unity requests runtime permission. This affects the behavior of WebCamTexture, Microphone, and OBB loading: they will fail on the first attempt due to missing permissions (no webcam/microphone found and no obbs loaded). (UUM-21838)

  • Android: Fixed a garbage collection deadlock in AndroidJavaProxy. (UUM-15968)

  • Android: Fixed an error generated by the Vulkan loader on Android when trying to load vkGetPhysicalDeviceFragmentShadingRatesKHR as Vulkan device function.

  • Android: Fixed an issue where the Accelerometer values are not updated when the ASENSOR_TYPE_LINEAR_ACCELERATION sensor is disabled on certain Samsung devices. (UUM-20754)

  • Android: Fixed an issue where you couldn't enter text with a physical keyboard for GameActivity by updating the game activity package to version 2.0.0. (UUM-31072)

  • Android: Fixed an issue where Network.OperationalStatus would always return Unknown for Android. (UUM-19683)

  • Android: Fixed asset packs functionality for GameActivity. (UUM-29546)

  • Android: Fixed GPU skinning on the remaining Adreno devices. (UUM-20108)

  • Android: Fixed mouse scrolling issues by disabling historical values from input events. (UUM-28696)

  • Android: Fixed shader code generation when using SV_Coverage input. (UUM-26807)

  • Android: Fixed the assert 'setpriority(PRIO_PROCESS, 11121, 0) returning -1 when it runs against GameActivity. (UUM-26765)

  • Android: Fixed the Back button press when using Handheld.PlayFullScreenMovie on Android, so you are no longer unable to exit the VideoPlayer until it finishes playing. (UUM-33468)

  • Android: Fixed the Backspace key not working on ChromeOS with GameActivity by updating game activity package to version 2.0.0. (UUM-31081)

  • Android: Fixed the escaped double quotes when using SetAdditionalIl2CppArgs. (UUM-25447)

  • Android: Fixed the Gradle build failing on Mac when it's placed in a folder name that contains parentheses, if Optimized Frame Pacing or GameActivity is enabled. (UUM-25255)

  • Android: Fixed the missing symbol files from symbols.zip archive: libgame.so if GameActivity is selected, libswappywrapper.so if Optimized Frame Pacing is enabled. (UUM-21382)

  • Android: Fixed the plugin path resolving for GameActivity. (UUM-19908)

  • Android: Fixed the Time.deltaTime values so they are now stable on Android devices. (UUM-10244)

  • Android: Fixed the Troubleshooting button URL upon Gradle error. (UUM-30719)

  • Android: Fixed updateUnityCommandLineArguments call in UnityPlayerGameActivity.java, this fixes command line argument passing to UnityPlayer. (UUM-33085)

  • Android: Removed OPENGLES uses-feature element in the AndroidManifest of the exported project when not selected in Player Settings. (UUM-32676)

  • Android: Replaced DIR_UNITYPROJECT in settingsTemplate.gradle. (UUM-27090)

  • Animation: Fixed an issue where unexpected MonoBehaviors would remain on the GameObject in a preview scene. (UUM-21605)

  • Animation: Fixed the default values for animation curve parameters on Volume Components being shared with the current interpolated value on the volume stack. (UUM-20456)

  • Apple TV: Fixed the startup with disconnected display. (UUM-32314)

  • Asset Import: Enabled memory leak diagnostic switches to now be passed through to the asset import workers.

  • Asset Pipeline: Disabled script re-compilation when Recompile after playmode and Auto-refresh are set. (UUM-20409)

  • Asset Pipeline: Fixed a case of Missing Script errors that could occur after leaving safe mode.

  • Asset Pipeline: Fixed an Editor crash when changing Asset Serialization Mode to Force Binary with the com.unity.multiplayer.samples.coop package installed. (UUM-26417)

  • Asset Pipeline: Fixed an issue where incorrect paths could be returned for constant (internal) GUIDs, causing references to these assets to break. (UUM-30074)

  • Asset Pipeline: Fixed an issue where the AssetImportManager could crash while registering scripts if a script became unreachable during a domain reload. (UUM-27516)

  • Asset Pipeline: Fixed OnPostProcessAllAssets callback notifications when imports contain script and non-script assets. (UUM-24733)

  • Asset Pipeline: Removed use of auto keyword in LMDB library. (UUM-29394)

  • Audio: Fixed a bug when Unity Audio is disabled where SystemInfo.supportsAudio would return true on some platforms and false on others. This will not always return false. (UUM-16017)

  • Audio: Fixed corrupt audio playing for the first time in the first launch, when audio mixer is assigned at runtime. (UUM-19696)

  • Audio: Updated the play-on-awake tooltip on the AudioSource. (UUM-28690)

  • Build Pipeline: Added a warning message when BuildPlayerOptions.assetBundleManifestPath is not set with the expected file.

  • Build Pipeline: Enabled Renovate to create more than 2 PRs per hour as we sometimes do bulk changes on Bokken images that affect more than 40 images.

  • Build Pipeline: Enabled setting UnityCI Directory to the repository path during execution.

  • Build Pipeline: Fixed a BuildPipeline issue for the Android platform and MacStandalone builds which asks for a name and directory, despite having the last saved location details. This is triggered by using Ctrl+B (Windows) or Cmd+B (macOS). (UUM-19897)

  • Build Pipeline: Fixed an Android build failure issue where a "Build destination path collides with an existing path" error message is triggered using Ctrl+B (Windows) or Cmd+B (macOS) keyboard shortcut. (UUM-30911)

  • Build Pipeline: Fixed an invalid build path error that triggers when building for WebGL on Windows. (UUM-27982)

  • Build Pipeline: Fixed crash when building Scenes and ScriptableObjects with BuildPipeline.BuildAssetBundles when Multi-Process and Backward Compatibility modes are enabled. (UUM-32103)

  • Build Pipeline: Fixed incorrect dependencies appear after building AssetBundles with Prefab Variants. (UUM-20038)

  • Build Pipeline: Fixed Player Build fails. (UUM-1205)

  • Build Pipeline: Fixed renaming Prefab Objects leading to wrong Asset Bundle dependency when the Prefab is nested. (UUM-639)

  • Build Pipeline: Fixed Shader references being lost when building assets with BuildPipeline.BuildAssetBundles. (UUM-2259)

  • Build Pipeline: Fixed the null reference errors when loading user scripting objects from ContentFiles. (UUM-24989)

  • Build System: Enabled consistency of .NET SDK in build and publish operations in CSharpPrograms2. Updated Microsoft.NET.Test.Sdk to version 17.4.0 inUnity.BuildSystem.Tests to resolve Newtonsoft.Json version conflict.

  • Build System: Enabled verification and reporting the number of non-maintained CI jobs.

  • Build System: Enabled Yamato to handle artifacts for Build SwitchSupport jobs.

  • Build System: Fixed generating compile commands in the command line.

  • Build System: Fixed unity_license.json CopyFiles build failures. (UUM-28889)

  • Build System: Implemented DISABLE_PLATFORM_{PLATFORM} on UserOverride.jam.

  • Burst: Enabled Burst to now update its list of assembly paths if they change. For instance, the list of assemply paths would update if you add packages that contain precompiled assemblies.

  • Burst: Enabled enum values cast to integers in a format string to correctly output the integer value.

  • Burst: Fixed "An item with the same key has already been added" compiler error that could occur when duplicate field names were present in obfuscated assemblies.

  • Burst: Fixed "An item with the same key has already been added" hashing error that could occur if obfuscators changed nested type names to have the same name and different namespaces.

  • Burst: Fixed "Failed to find entry-points: Mono.Cecil.AssemblyResolutionException: Failed to resolve assembly" error that was displayed when Burst tried to compile an assembly that had C# compilation errors.

  • Burst: Fixed *Assertion failed on expression: "exception == SCRIPTING_NULL" errors and Editor crash when the project path contains multi-byte Unicode characters.

  • Burst: Fixed Plain Without Debug Information outputting assembly with debug information.

  • Burst: Fixed a BC1361 error when trying to compile large static read-only arrays.

  • Burst: Fixed a bug in a small set of managed fallback versions of intrinsics, where the bitwise representation of float values would not be maintained.

  • Burst: Fixed a code-gen issue where side-effects before a conditional throw would be ignored.

  • Burst: Fixed a compilation error when using CompileFunctionPointer from Burst in code compiled with Roslyn on .NET 7+.

  • Burst: Fixed a compiler AccessViolationException that could occur when compiling two or more types with the same name but different source assemblies.

  • Burst: Fixed a compiler crash when invoking a FunctionPointer based on a generic delegate in DOTS Runtime.

  • Burst: Fixed a domain completed stall when switching between debug and release scripting modes when burst compilation is needed for items in the new domain.

  • Burst: Fixed a hashing error that could occur when a struct implements a generic interface multiple times with different generic parameters.

  • Burst: Fixed a namespace collision that could occur between Unity.Burst.Cecil.dll and the com.unity.nuget.mono-cecil package.

  • Burst: Fixed a Player build error that could occur if the project contains an assembly with a name that doesn't match the assembly filename.

  • Burst: Fixed a stall that could occur at Editor shutdown.

  • Burst: Fixed a visual artifact in Burst Inspector where a block of enhanced code was cut at the bottom.

  • Burst: Fixed a BadImageFormatException error that could occur in DOTS Runtime builds.

  • Burst: Fixed a BadImageFormatException error that could occur in some player builds.

  • Burst: Fixed an AoT linking error on Windows Link based linkers when file paths (typically user names/home folders) contain non-ASCII characters.

  • Burst: Fixed an error when calling the direct call method from a background thread without having previously called a BurstCompiler API from the main thread.

  • Burst: Fixed an internal compiler error that occurred when creating debug metadata from certain obfuscated DLLs.

  • Burst: Fixed an internal compiler error when implcitly converting an array to a Span.

  • Burst: Fixed an issue that causes function pointers to point to the wrong Burst function, if a domain reload occurs and a compilation started before the reload is completed soon after.

  • Burst: Fixed an issue where Burst managed breakpoints might fail to work, after a domain reload.

  • Burst: Fixed an issue where the definition order of overloaded methods with function pointer parameters would decide which overload was actually being used.

  • Burst: Fixed ARM vector registers so they are now highlighted.

  • Burst: Fixed Burst compilation error relating to UnityEngine.Assertions.Assert.Fail when doing player builds with high stripping settings.

  • Burst: Fixed Burst compilation on QNX Arm.

  • Burst: Fixed Burst tree view items leading to a wrong job if some jobs where hidden from view by filter or similar.

  • Burst: Fixed crashes on 32bit CPUs when an entry point with byvalue paramaters was called when using dispatch (multiple supported CPU targets).

  • Burst: Fixed default target CPU for Arm Mac Standalone builds.

  • Burst: Fixed inaccurate stacktraces when throwing an exception from Burst in specific cases.

  • Burst: Fixed incorrect Burst stacktraces in Windows player builds. (UUM-33695)

  • Burst: Fixed incorrect codegen when having multiple try-finally blocks inside another try-finally block (for example from foreach loops).

  • Burst: Fixed incorrect pdb path for AoT dll libraries.

  • Burst: Fixed line highlight and register highlight not clearing when Burst Inspector settings change.

  • Burst: Fixed possible deadlock when compiling after domain reload.

  • Burst: Fixed that some changes made to versioned assemblies wouldn't get picked up and compiled by Burst.

  • Burst: Fixed the Callee/caller attribute ABI did not match! error that could occur in certain Player builds when calling an entry point that had at least one struct-by-value parameter.

  • Burst: Fixed the LLVM IR Optimisation Diagnostic tab in Burst Inspector so it is no longer blank if Native Debug Mode Compilation is enabled.

  • Burst: Fixed the Burst Inspector sometimes throwing an ArgumentOutOfRangeException when copying without color-tags from a colored assembly.

  • Burst: Fixed the inspector job tree view splitting jobs with '.' in their parameters.

  • Burst: Fixed the managed fallback implementation of Sse4_2.cmpestrs.

  • Burst: Fixed the module verification errors when using overloaded functions as function pointers.

  • Burst: Fixed MethodDecoderException when trying to call CompileFunctionPointer on a nested static method.

  • Core: Enabled CullResults.ComputeSpotShadowMatricesAndCullingPrimitives to now output culling planes derived from the projection matrix.

  • Core: Enabled JobsUtility.ThreadIndex and JobsUtility.ThreadIndexCoun to now be used in Burst compiled static constructors. Previously, their use would result in a "BC1091: External and internal calls are not allowed inside static constructors" error. (UUM-31459)

  • Core: Fixed an error when clearing lighting.

  • Core: Fixed an error when opening a Probe Adjustment Volume.

  • Core: Fixed math precision issue on ARM64 for some transform rotation configuration on Game Core. (UUM-2878)

  • Core: Fixed memory ordering issues in the job system that could occur on platforms with a weak memory model. Platforms such as Android, iOS, and Apple Silicon OS X could potentially see hangs or crashes due to reading old values that had been written to inside of a job. (UUM-32220)

  • Documentation: Updated API documentation for Mathf and Quaternion.

  • Documentation: Updated TextureImporter documentation regarding settings that are found under TextureImporterSettings. (UUM-23201)

  • DX12: Fixed a case where creating and destroying Renderers that use Dynamic Geometry as Ray Tracing Mode very often in ray tracing effects would cause the GPU memory to fill up quickly. (UUM-31709)

  • DX12: Fixed a case where vsync is off to allow tearing, such as on DX11. (UUM-30237)

  • DX12: Fixed a crash caused by too early release of a texture. (UUM-29286)

  • DX12: Fixed a crash due to copying sampler descriptors. (UUM-29343)

  • DX12: Fixed a crash when RenderDoc is attached to a scene with an invalid pipeline state. (UUM-22630)

  • DX12: Fixed a crash where command lists were not being cleaned up. (UUM-27446)

  • DX12: Fixed lack of swizzling from ARGB to RGBA textures. (UUM-30316)

  • DX12: Fixed GetNextFrameValue() in DX12 native rendering plugins. (UUM-23065)

  • Editor: Added a restriction to SetParent() to prevent a crash. (UUM-12399)

  • Editor: Added a UNITY_TEST_FRAMEWORK define constraint to filter out test framework assemblies from normal platform and asset bundle builds. (DSTR-370)

  • Editor: Added static variable detection for AssetPostprocessors and ScriptedImporters through the Import Activity Window.

  • Editor: Added strictDomainReload feature to enable checking for pending domain reloads or compilations at the end of managed tests.

  • Editor: Added support for property paths with brackets. (DOTSE-2003)

  • Editor: Added the scrollview to the description field in the Scene template dialog. (UUM-25425)

  • Editor: Added tooltip support to UnityEvent header label. (UUM-16433)

  • Editor: Changed the order of the Sprites in the drop-down asset creation menu for 2D. (UUM-12509)

  • Editor: Disabled an unstable test. (UUM-30940)

  • Editor: Disabled math expressions on Constrain Proportion Scale multi-selection and updated the relevant documentation. (UUM-21958)

  • Editor: Disabled the RegisterObjectSelectorWithInvalidId test failing with debugallocator. (UUM-22302)

  • Editor: Enabled all playmode tests to have a disabled splashscreen and Unity logo by default if the Unity license permits such action.

  • Editor: Enabled all samples to be loaded at once without assembly name collisions.

  • Editor: Enabled an empty parent to enter rename mode if needed after reparenting. (UUM-15042)

  • Editor: Enabled DefaultFetchLabel to use the actual label value if it exists. (DOTSE-1995)

  • Editor: Enabled GameObjects from the 31st layer to be rendered when Camera.cullingMask is set to Everything. (UUM-2698)

  • Editor: Enabled Gradle file search to use RegEx when looking for Play library dependencies, which identifies dependencies included with both double or single quotes. (UUM-29110)

  • Editor: Enabled keeping the build's progress bar active until backend completes current job to be completed after cancelling build to give proper UI feedback. (UUM-20797)

  • Editor: Enabled Leak Detection after all DomainUnload events are handled. This reduces the number of false-positive leaks detected if memory is disposed in a DomainUnload event handler. (DOTS-7616)

  • Editor: Enabled Leak Detection in player builds during the ProcessExit event.

  • Editor: Enabled objects to now keep their non-serializable state when reloaded.

  • Editor: Enabled only showing local context providers when not in Global Search Window. (DOTSE-2000)

  • Editor: Enabled preventing users from generating lighting in the Editor UI while meta pass shaders are asynchronously compiling, as the baked result could be wrong.

  • Editor: Enabled prevention of AsyncGPUReadback requests accumulation when the Editor is inactive. (UUM-19169)

  • Editor: Enabled reserved key labels in Shortcut Manager to be more visible in dark mode. (UUM-28295)

  • Editor: Enabled respecting the Reference Validation Plugin setting. (UUM-32855)

  • Editor: Enabled shader global values to be taken into account when deciding what to rebake. (UUM-27392)

  • Editor: Enabled the download progress calculation to use doubles when downloading asset packs on Android. (UUM-32299)

  • Editor: Enabled the Editor to stay in focus when closing multiple windows in succession. (UUM-27245)

  • Editor: Enabled the MaterialProperty Range to display with a slider and an editable TextField. (DOTSE-2008)

  • Editor: Enabled the previously selected editor tool to now get selected when deselecting a terrain.

  • Editor: Enabled the progress bar to display on domain reload in Linux. (UUM-27077)

  • Editor: Enabled types derived from type with CustomPreview have a custom preview. (UUM-9543)

  • Editor: Enabled updating the SceneProvider accordingly to an additive scene being added or removed. (UUM-25053)

  • Editor: Ensured that long titles do not clip the scene icon in the Scene Template Dialog. (UUM-25511)

  • Editor: Fixed a bug where the cursor was lagging when dragging files to inactive MacOS editor. (UUM-9542)

  • Editor: Fixed a bug with animation preview. (UUM-27517)

  • Editor: Fixed a case where missing nested Prefabs would break the import of outer Prefabs. All Prefabs will now be reimported due to this fix. (UUM-24836)

  • Editor: Fixed a crash observed in a HDRP sample project on the Standalone Player. (UUM-20176)

  • Editor: Fixed a crash on shutdown when using the CLI option -cacheServerWaitForUploadCompletion.

  • Editor: Fixed a crash that occurs when you set the custom-rolloff-curve to null on an audio source. (UUM-29578)

  • Editor: Fixed a crash when dragging game view in and out of the docked view on Linux with Mesa drivers. (UUM-16015)

  • Editor: Fixed a crash when trying to animation sample an optimized hierarchy GO, which is not supported. (UUM-10811)

  • Editor: Fixed a crash when using text with ImageOnly mode in IMGUI. (UUM-30256)

  • Editor: Fixed a Drag and Drop to parent folder when the parent contains a child folder with the same name. (UUM-11707)

  • Editor: Fixed a DX11 Standalone crash when closing the application. (UUM-20507)

  • Editor: Fixed a memory leak in UI Toolkit. (UUM-16365)

  • Editor: Fixed a performance regression when loading Prefabs with missing Assets. (UUM-25812)

  • Editor: Fixed a potential crash when you select non-GameObjects during a domain reload.

  • Editor: Fixed a rare GLES crash. (UUM-30449)

  • Editor: Fixed a regression that changed the default behaviour of animators on disabled. (UUM-27229)

  • Editor: Fixed a regression when computing UVs for faces that have their material assigned via a group. (UUM-30948)

  • Editor: Fixed a Windows issue where resizing a window draws black. (UUM-24720)

  • Editor: Fixed an animator issue when transitioning from state to empty state. (UUM-28015)

  • Editor: Fixed an Editor crash that can happen when editing terrain.

  • Editor: Fixed an ellipsis in the Label column for Search Table. (UUM-25147)

  • Editor: Fixed an exception when using Renderer2D with FullScreenPassRendererFeature. (UUM-25396)

  • Editor: Fixed an issue causing rendering errors for DXC-compiled shaders with unused vertex attributes on Metal, Vulkan, and other platforms that use the DXC into SPIRV compilation path. (UUM-24641)

  • Editor: Fixed an issue in the Frame Debugger to enable scrolling in the window to work when the Mesh Preview is being used.

  • Editor: Fixed an issue in the Frame Debugger with errors that appear when you enable the debugger when it was docked with the Game Window. (UUM-17193)

  • Editor: Fixed an issue in the Terrain Inspector that displays an error that can hide the Quality Settings section. (UUM-33676)

  • Editor: Fixed an issue so you are now able to select chosen settings when editing them in the Request Authorization on App Launch or Enable Push Notifications menus. (UUM-14777)

  • Editor: Fixed an issue when destroying animatorControllerPlayable and then accessing some animator functions. (UUM-1228)

  • Editor: Fixed an issue where a test body would be skipped under certain conditions regarding domain reload.

  • Editor: Fixed an issue where scripted importer override could cause infinite imports. (UUM-26859)

  • Editor: Fixed an issue where the Uncategorized category filter would not apply correctly to parameterized tests with a category in the fixture. (DSTR-699)

  • Editor: Fixed an issue where the Editor would launch the Hub when it is not already running, but would then incorrectly display the "Install Unity Hub" dialog instead of connecting to the Hub to perform the action. (UUM-29547)

  • Editor: Fixed an issue with animators where the root bone would be reset for humanoid in edge cases with the pose playable. (UUM-26509)

  • Editor: Fixed an issue with the custom InspectorElement losing its Editor instance when the main inspector selection changes. (UUM-27882)

  • Editor: Fixed an issue with the initialization of raytracing which could fail during certain frames. (UUM-26885)

  • Editor: Fixed an OS key binding exception in ShortcutManager. (UUM-4125)

  • Editor: Fixed an output message concurrency issue with async Setup.

  • Editor: Fixed Bee's verify_bee_with_vivoxsdk_update_bee_mac_x64__full_ yamato job.

  • Editor: Fixed bug where objects would constantly be pinged when console log entries are collapsed. (UUM-10068)

  • Editor: Fixed BuildWindow's 'Add Open Scenes' to not add sub scenes as this is unneccessary as sub scenes will always be added to the build anyways. (UUM-32251)

  • Editor: Fixed copy and paste using keyboard for Transform rotation and scale in Inspector window. (UUM-21702)

  • Editor: Fixed Editor freezes when selecting Prefab &gt; Select Asset for a scene exported manually with missing information. (UUM-30060)

  • Editor: Fixed Editor version that is added to a bundle when using RecompressAssetBundleAsync after it's been stripped with AssetBundleStripUnityVersion. (UUM-21137)

  • Editor: Fixed EditorWindowTitle so it is now called automatically. Previously, it needed to be initialized explicitly through a call to EditorWindow.GetLocalizedContent. (UUM-27557)

  • Editor: Fixed filtering result is not removed and folder contents shown when using "Frame Selected" or its shortcut "F" in the Project window. (UUM-31369)

  • Editor: Fixed flickering of the icons while auto-expanding in the Hierarchy. (UUM-29429)

  • Editor: Fixed handling conflicting components during prefab merging. (UUM-20241)

  • Editor: Fixed handling msaa resolve in Frame Debugger when connected to Meta Quest over display link. (UUM-1552)

  • Editor: Fixed Highlighter text in project browser when clicking on an object field. (UUM-29709)

  • Editor: Fixed inconsistent input field styling in Shortcut Manager's create and rename prompts. (UUM-28290)

  • Editor: Fixed incorrect launch screen scaling on Windows scaled 200%. (UUM-31767)

  • Editor: Fixed issue where -nographics command line argument was not being forwarded to the Asset Import Workers.

  • Editor: Fixed issue with baking Environment Occlusion following a Probe bake.

  • Editor: Fixed issue with lingering imports when CopyAsset was called inside StartAssetEditing/StopAssetEditing block. (UUM-29360)

  • Editor: Fixed jumping of intensity slider values in Color Picker HDR. (UUM-27978)

  • Editor: Fixed layout errors when overlays are collapsed. (UUM-31313)

  • Editor: Fixed multiple issues where tests would not time out, when running longer than the default timeout or the timeout defined in a TimeoutAttribute.

  • Editor: Fixed occasional Editor crash in batch mode. (UUM-22301)

  • Editor: Fixed OnRectTransformDimensionsChange so it is now called on Undo. (UUM-16963)

  • Editor: Fixed OSX dedicated server using the wrong plugin folder, preventing the server to load plugins and Burst generated DLLs. (MTT-5657)

  • Editor: Fixed overlay not being resizable while docked. (UUM-25238)

  • Editor: Fixed overlay Reset Size feature to set the overlay's size to its default width and height. (UUM-29798)

  • Editor: Fixed planar reflection sampling. Planar reflection sampling drops at certain angles because its bounding box (influence proxy) is not relative to the view. This causes it to be culled when its out of the origin. (UUM-27898)

  • Editor: Fixed preset glob search with multiple character ranges. (UUM-26398)

  • Editor: Fixed Preset Type field taking up too much horizontal space. (UUM-29482)

  • Editor: Fixed project browser text so it is now correctly aligned. (UUM-26789)

  • Editor: Fixed ProjectBrowser delete confirmation dialog not showing up. (UUM-29454)

  • Editor: Fixed recursive layout failure while displaying a SearchQueryAsset in the Search Window Inspector. (UUM-26720)

  • Editor: Fixed ReorderableList element culling when drawing with GUI rotation or scaling applied. (UUM-10761)

  • Editor: Fixed several problems with speech recognition in applications using Holographic Remoting.

  • Editor: Fixed shortcut profile delete dialog message overflow in Shortcut Manager. (UUM-28294)

  • Editor: Fixed splash screen wrapping mode. (UUM-24763)

  • Editor: Fixed styling on the scene template help button. (UUM-27122)

  • Editor: Fixed the Audio.Thread marker in Profiler window that lasts the whole frame while audio is playing in Windows. (UUM-401)

  • Editor: Fixed the corrupt Animation Curve preview when the time range is less than 1. (UUM-27045)

  • Editor: Fixed the EnumField not updating the value label when calling Init and the value was the same.

  • Editor: Fixed the EnumField updating the label when calling SetValueWithoutNotify and the value had not changed. (UUM-28904)

  • Editor: Fixed the Gfx jobs mode option in Player settings so it is now working. (UUM-29400)

  • Editor: Fixed the Input Manager for views that are re-enabled while playmode is still running. (MTT-5037)

  • Editor: Fixed the Inspector Transform Component foldout so it now responds to input on the top half. (UUM-16138)

  • Editor: Fixed the prefab override indicator not being shown when the component was overridden. (UUM-3473)

  • Editor: Fixed the Shift modifier so that it can now use SceneView tool shortcuts. (UUM-21938)

  • Editor: Fixed the styling of extra button action bar. (UUM-26518)

  • Editor: Fixed the tile palette icon drifting with mouse on other views. Fixed the blue line indicator for drag and drop. (UUM-27955)

  • Editor: Fixed the URL for the Scene Template documentation.

  • Editor: Fixed the wrong color space of some value when using dynamic colors in a project in liner color space. (UUM-20443)

  • Editor: Fixed user-defined shortcuts that don't engage when they are assigned to KeyCode.WheelUp or KeyCode.WheelDown in macOS. (UUM-18359)

  • Editor: Fixed Vulkan shaders that use shadow map 2D array textures. (UUM-17756)

  • Editor: Fixed YAML file corruption on Android Platforms caused due to some obsolete targets in PlatformGroupEnum. (UUM-21944)

  • Editor: Fixed EditorWindows receiving SoftDelete command when the Edit/Delete shortcut is not bound to the Delete key. (UUM-5139)

  • Editor: Fixed PlayerSettings.SetAdditionalIl2CppArgs not being respected. (UUM-25446)

  • Editor: Improved performance of opening scene with a lot of nested Prefabs. (UUM-2263)

  • Editor: Improved progress reporting for Generate Lighting. (UUM-28515)

  • Editor: Improved the checks for Play Library dependencies on Android to include plugins and show an error if Play Core is used instead of minimum default Play Asset Delivery library. Added EditorTests.

  • Editor: Improved the performance with terrain when viewed by a camera with a very narrow field of view. (UUM-4945)

  • Editor: Moved the Realtime GI CPU Usage setting to the Quality tab in Project Settings for URP and HDRP. (UUM-28789)

  • Editor: Prevented a crash when trying to call LoadImage with a tiled EXR image. (UUM-30279)

  • Editor: Reduced memory allocation when using DockArea. (UUM-26796)

  • Editor: Removed a warning about mismatching mipmap limits when using a region-based CopyTexture. (UUM-21771)

  • Editor: Removed an unnecessary "cannot be multi-edited" message in the Inspector. (UUM-10473)

  • Editor: Removed an unnecessary cbuffer in DOTS_INSTANCING_ON variant. (UUM-26107)

  • Editor: Removed the action kebab menu if in picker mode. (UUM-25013)

  • Editor: Removed warnings for two CI jobs without maintainer.

  • Editor: Renamed Constants.TargetArchitectures to Constants.FilteredTargetArchitectures and applied correctly filtered data.

  • Editor: The Preferences &gt; Jobs &gt; Leak Detection Level setting will reset from Enabled With Stack Trace to Enabled when the Unity Editor is restarted. The setting will persist across domain reloads. The level can be set programmatically using UnsafeUtility.SetLeakDetectionMode. (DOTS-7615)

  • Editor: UI Toolkit: Fixed context menus for sub-properties not showing when using the Inspector with UI Toolkit. (UUM-30371)

  • Editor: Updated the error message shown in the Inspector when using the sprite skin provider with GPU skinning. It now informs users that GPU skinning is not supported by the shadow system. (UUM-18815)

  • Editor: Updated wrong tooltip when hovering over the "Load In Background" property of an audio clip. (UUM-27581)

  • Editor: When Tool Settings overlay is docked horizontally and when a Terrain Tool is selected, this overlay will display the tool's name as well as provide a dropdown by which a user can view the settings. (UUM-28726)

  • GI: Added geometry warnings for invalid meshes in LightBaker.

  • GI: Fixed an Editor crash when baking a scene with an invalid mesh. (UUM-30786)

  • GI: Fixed an error when baking with the GPU lightmapper. Light baking failed with error code 2 ('RenderLightmap' failed with exit code: 2) when using large lightmaps with unoccupied tiles. (UUM-30520)

  • GI: Fixed an issue that could potentially lead to Baking fails with infinite "Failed to find geometry with hash 00000000000000000000000000000000 for removal" error message. (UUM-29010)

  • GI: Fixed an issue where lightmaps are lost when entering playmode, switching scenes, and exiting playmode. (UUM-29735)

  • GI: Fixed an issue where lightmaps would be swapped when entering playmode when the Reload Scene option is disabled. (UUM-21437)

  • GI: Fixed an issue with Light Explorer filtering when many lights are present. (UUM-30672)

  • GI: Fixed editor crash on Intel GPUs when using the OpenGL API. (UUM-30370)

  • GI: Fixed the total bake time so it is no longer truncated in the Editor and API. (UUM-22720)

  • GI: Fixed the wrong material extraction during light baking, when using materials with triplanar UV projection. (LIGHT-1259)

  • GI: Improved the BakePipeline progress reporting in the Editor UI.

  • GI: Improved the lighting bake stops error message so it also displays which mesh is problematic. (UUM-32710)

  • Graphics: Added an error message when enabling restricted keywords on a Material. (UUM-3576)

  • Graphics: Added GetVisiblePositions to TrailRenderer. (UUM-21893)

  • Graphics: Enabled BatchCullingContext to now only contain receiver planes for lights where useViewFrustumForShadowCasterCull is true (the default).

  • Graphics: Enabled Draw Procedural calls to now show the passed instance count in the Frame Debugger when it is greater than one.

  • Graphics: Enabled invalid pass index error messages to now include shader names. (UUM-33598)

  • Graphics: Enabled the lifetime of temporary pointers in BatchRendererGroup to be tied to frame completion. (UUM-27302)

  • Graphics: Enabled the texture streaming system to accurately track the size of non-streaming crunched textures. (UUM-27512)

  • Graphics: Enabled throwing an ArgumentNullException if null is passed in as a parameter to Unwrapping.GeneratePerTriangleUV. (UUM-4614)

  • Graphics: Enabled GraphicsFence.passed to report consistent results at initialization. (UUM-27598)

  • Graphics: Fixed a case where GraphicsBuffer.UnlockBufferAfterWrite would take an excessively long time on D3D11. (UUM-29029)

  • Graphics: Fixed a crash on iOS, Android, and Silicon devices in ScriptableRenderLoop (DrawRenderers and DrawShadows) which was caused by a threading issue. (UUM-13368)

  • Graphics: Fixed a crash on iOS, Android, and Silicon devices in ScriptableRenderLoop (DrawRenderers and DrawShadows) which was caused by a threading issue. (UUM-25831)

  • Graphics: Fixed a crash when loading a zero-sized Texture2D asset. (UUM-9343)

  • Graphics: Fixed a crash when the swapchain creation would fail if the window is not ready at an engine boot.<br> This fix enables using the offscreen swapchain while loading finishes and creates a real swapchain.

  • Graphics: Fixed a deadlock caused by UI jobs. (UUM-26444)

  • Graphics: Fixed an issue in the Inspector window where 2DArray and 3D textures would not report their size on disk correctly. (UUM-28111)

  • Graphics: Fixed an issue where copying to/from invalid mipmaps could cause a crash or hang to occur. (UUM-15079)

  • Graphics: Fixed an issue where Vulkan robustBufferAccess was mistakenly enabled. (UUM-29326)

  • Graphics: Fixed an issue where EditorUtility.CompressTexture would silently fail for zero-sized textures. (UUM-31569)

  • Graphics: Fixed an issue with GPU Instancing providing wrong previous world matrix, leading to motion vector computation issues. (UUM-30538)

  • Graphics: Fixed an issue with the Load texture data on demand Editor streaming setting where an assertion would be hit while building Player data if dynamic fonts were present in the Project. (UUM-28337)

  • Graphics: Fixed BatchRendererGroup compatibility issues with URP Particle shaders. (UUM-32679)

  • Graphics: Fixed bug with Streaming Virtual Texturing throwing a "The transcoded bitstream was invalid" error that was caused by build pipeline bug corrupting virtual texture regions located in virtual texture files larger than 2GB. When using SVT, it is recommended to rebuild your Player's build in order to get the corrected streaming files (GTS and GTP files) in the Streaming Assets folder. (UUM-30987)

  • Graphics: Fixed caustics rendering so water now works on AMD. (UUM-21350)

  • Graphics: Fixed CustomRenderTexture depth test results failing on some platforms. (UUM-1839)

  • Graphics: Fixed excessive Metal memory allocation under some scenarios. (UUM-31722)

  • Graphics: Fixed glitches on macOS when the rendering path is set to deferred. (UUM-21567)

  • Graphics: Fixed intermittent Vulkan crash in XR caused by accessing empty backbuffer. (XRQA-1060)

  • Graphics: Fixed mainthread stalls when QualitySettings are updated but no mipmap limits have changed. (UUM-25337)

  • Graphics: Fixed present callbacks so they are now called correctly when the GfxDeviceClient is set to not be serializing (ST threading mode). (UUM-25836)

  • Graphics: Fixed some paths of eye masking in Vulkan multi-view rendering. (UUM-912)

  • Graphics: Fixed the behaviour of the staticShadowCaster flag when using BatchRendererGroup with cached shadow maps.

  • Graphics: Fixed the environment lighting when no adaptive prove volume is present. (UUM-30972)

  • Graphics: Fixed the loading of legacy Texture assets that were BC-compressed but didn't have multiple-of-four dimensions. (UUM-19666)

  • Graphics: Fixed the missing Lens Flare permutation. (UUM-19982)

  • Graphics: Fixed: Provide a way to avoid GC.Alloc with RenderMeshInstanced. (UUM-32183)

  • Graphics: Introducing two new knobs so PBR DoF can now scale at 4k.<br> The first is a new knob "High quality Adaptive Sampling" which is enabled by default. This change allows now to turn off this feature (which changes adaptive sampling rate) and saves massive amount of performance. This knob improves performance massively while keeping image quality consistent.<br> The second knob is high and low res PBR dof checkbox. The previous drop down has been removed, since PBR DoF has always been half res, independent of the previous enum value. This new knob now shows true representation of resolution. The new low res setting lets PBR DoF run at quarter resolution. (UUM-26281)

  • Graphics: Prevented false warnings about RenderTexture format when switching colorspace. (UUM-6770)

  • Graphics: Removed the deprecation of SceneRenderPipeline and limited its behaviour until a replacement is proposed. (UUM-11126)

  • Graphics Tests: Fixed Android Vulkan Shield test failures.

  • Graphics Tests: Fixed the TextCore katana gfx tests text so it is no longer too large on iOS and Android.

  • Graphics Tests: Re-activated the fixed graphic tests on iOS and Android for TextCore.

  • Graphics Tests: Updated the bokken images for the graphics tests.

  • HDRP: Added a missing node to detect underwater pixels. (UUM-22011)

  • HDRP: Added API to sync simulation time. (UUM-21622)

  • HDRP: Added DecalShaderGraphGUI.SetupDecalKeywordsAndPass back.

  • HDRP: Changed the local volumetric fog prepare to before script updates to fix use case where rendering is done inside the script update. (UUM-32169)

  • HDRP: Enabled path tracing to now produce correct results when dynamic resolution is enabled. (UUM-23315)

  • HDRP: Enabled the correct light position when changing distance on a Light Anchor. (UUM-26172)

  • HDRP: Enabled the volumetric clouds to be synced per camera. Previously, the clouds were synced through a global time, leading to discrepencies with cameras that update at different rates. (UUM-21985)

  • HDRP: Enabled CustomPassUtils.RenderDepthFromCamera to now use depth shader tag IDs instead of forward shader tags.

  • HDRP: Fixed a glitch in one frame in the Editor when using path tracing. (UUM-22917)

  • HDRP: Fixed a serialization issue affecting other objects.

  • HDRP: Fixed a shader compilation issue on fog volumes when Turkish language is installed as locale.

  • HDRP: Fixed an error with water and dynamic pass culling.

  • HDRP: Fixed an exception on the first frame when using water scripting interactions. (UUM-28748)

  • HDRP: Fixed an issue occuring on TAAU when the camera rect is adjusted. (UUM-25737)

  • HDRP: Fixed an issue that placed an upper limit on the total number of segments drawn by the High Quality Line Renderer.

  • HDRP: Fixed an issue where High Quality Line instances were not being drawn in back to front order.

  • HDRP: Fixed an issue where LOD-related frame render settings UI on the camera component would not reflect the current global default settings. (UUM-27546)

  • HDRP: Fixed an issue where Refraction happened on a very small distance for ocean when there were only ripples. (UUM-26886)

  • HDRP: Fixed an issue where the quality settings tags were displayed cut-off. (UUM-31849)

  • HDRP: Fixed an issue with Mac and HDR so it now shows correct results when HDR is enabled. (UUM-26282)

  • HDRP: Fixed an issue with ray tracing initialization when switching between render pipeline assets. (UUM-24692)

  • HDRP: Fixed an issue with specifying how much memory gets allocated for High Quality Line Rendering.

  • HDRP: Fixed APV brick placement when multiple probe volumes with different object layer mask and subdivision levels overlaps. (UUM-29073)

  • HDRP: Fixed DLSS Ultra performance setting which was not calculating the correct resolution. The setting was not pushing the correct resolution due to a typo in the code. (UUM-29281)

  • HDRP: Fixed error when having more than 64 deformers. (UUM-27183)

  • HDRP: Fixed exceptions if area light is disabled in HDRP config. (UUM-28113)

  • HDRP: Fixed free CullingGroups still being used during culling. (UUM-29379)

  • HDRP: Fixed HDRP Decal Emisive Map is drawn incorrectly when Decal is at a certain distance from Camera and specific "Clipping Planes" property values are set under the "Camera" component. (UUM-28486)

  • HDRP: Fixed HDSceneDepth triggering errors for uninitialized values. (UUM-21185)

  • HDRP: Fixed issue with Light Probe Proxy Volume not rendering correctly when Bounding Box Mode is Automatic World. (UUM-22821)

  • HDRP: Fixed jittering when rendering objects after post process with TAA and Dynamic resolution enabled.

  • HDRP: Fixed material upgrader when executing tests. (UUM-20743)

  • HDRP: Fixed OSX Support for High Quality Lines.

  • HDRP: Fixed ray-traced emissive reflections. (UUM-30969)

  • HDRP: Fixed rendering cubemaps when underwater is enabled.

  • HDRP: Fixed several issues for High Quality Line Rendering that were discovered on the "Enemies" production.

  • HDRP: Fixed ShaderGraph materials using SSS. (UUM-27413)

  • HDRP: Fixed some colliders being disabled when cancelling an APV bake. (UUM-28815)

  • HDRP: Fixed static batching when using APV.

  • HDRP: Fixed swapped tooltips on decal materials for ambient occlusion and smoothness. (UUM-29660)

  • HDRP: Fixed the albedo and specular color override so it is now considered as sRGB. (UUM-23268)

  • HDRP: Fixed the angle attenuation of spot lights. Previously, the angle attentuation did not take the light radius hack into account, which caused issues when objects are close to a light.

  • HDRP: Fixed the default value of _ZTestDepthEqualForOpaque in unlit ShaderGraphs. (UUM-31690)

  • HDRP: Fixed the diffusion profile list upgrade.

  • HDRP: Fixed the exposure for SSR debug rendering. (UUM-19575)

  • HDRP: Fixed the foam generator so it is now relative to GameObject scale. (UUM-20903)

  • HDRP: Fixed the init order that could cause DXR setup to fail after using the HDRP wizard to enable DXR on an existing HDRP project. (UUM-21776)

  • HDRP: Fixed the initial mask extent value for water surfaces. (UUM-20904)

  • HDRP: Fixed the label and improved the documentation for After Post Process depth test flag to provide more detail about Depth Test being automatically disabled in some cases.

  • HDRP: Fixed the low resolution transparents using Shader Graph. (UUM-21628)

  • HDRP: Fixed the PrefabStage with Lensflare not included in the object, include the lensflare only if it was included on the prefab (children included). (UUM-12160)

  • HDRP: Fixed the raytraced reflections for box lights so they are no longer cut off if the range is too small. (UUM-21442)

  • HDRP: Fixed the shadow culling planes for box-shaped spot lights.

  • HDRP: Fixed the time determinism for water surfaces. (UUM-22814)

  • HDRP: Fixed the unsupported high quality line rendering targets for the Shader Graph inspector. (UUM-26179)

  • HDRP: Fixed the usage of FindObjectsByType so it now uses FindObjectsSortMode.None.

  • HDRP: Fixed the usage of HDMaterial.ValidateMaterial for materials created from ShaderGraphs.

  • HDRP: Fixed the world position offset in water CPU simulation. (UUM-21873)

  • HDRP: Fixed transparent decal textures being added into atlas even if the material properties have disabled them. (UUM-29093)

  • HDRP: Fixed UI allowing to freeze probe placement when no data have been baked. (UUM-29582)

  • HDRP: Fixed unnecessary vertex attributes in depth pass. (UUM-28095)

  • HDRP: Fixed Volumetric Clouds jittering when the sun was not casting shadow. (UUM-27919)

  • HDRP: Fixed water caustics tiling factor which caused issue when the camera was moving. (UUM-26246)

  • HDRP: Fixed Water System Resolution property names. (UUM-28960)

  • HDRP: Improved the console warning message when the maximum number of shadows is reached in the view. (UUM-28072)

  • HDRP: Improved the reflection probe debug.

  • HDRP: Updated missing HDRP component documentation URLs. (UUM-9449)

  • IL2CPP: Corrected the clipped output from System.Diagnostics.Debug.WriteLine(). (UUM-26431)

  • IL2CPP: Emitted code that compiles for array element access from null in a non-development player build. (UUM-597)

  • IL2CPP: Enabled display of the name of each thread in native and third party profilers. (UUM-21136)

  • IL2CPP: Enabled non-blittable types without any reference fields to be pinned. This matches the behavior of .NET Core and changes from the previous behavior of IL2CPP, which matched .NET Framework. (UUM-23102)

  • IL2CPP: Fixed a bug where IL2CPP returns an invalid pointer on P/Invoke methods that returns a non-blittable struct by reference. (UUM-20790)

  • IL2CPP: Fixed a bug where referenced assets are unloaded by Resources.UnloadUnusedAssets(). (UUM-26883)

  • IL2CPP: Fixed a build failure on Windows systems using Turkish as the primary system display language. (UUM-32870)

  • IL2CPP: Fixed a C++ compilation error when assigning to a ref parameter in shared generic code with constraints. (UUM-28821)

  • IL2CPP: Fixed a C++ compilation error when structs had static fields with circular type references. (UUM-16351)

  • IL2CPP: Fixed a compile error when you enable bitcode for an Android build. (UUM-25113)

  • IL2CPP: Fixed a crash when the memory profiler is enabled. (UUM-18685)

  • IL2CPP: Fixed a potential .cpp file name collision when two assembly names differ only by a number at the end of their name. (UUM-27951)

  • IL2CPP: Fixed a race condition when creating generic class metadata. (UUM-26516)

  • IL2CPP: Fixed an intermittent crash in the thread pool implementation when the socket no longer exists during a HTTP request. (UUM-21671)

  • IL2CPP: Fixed an intermittent crash on POSIX platforms which can happen when Directory.GetFiles is called while files in that directory are deleted on a different thread. (UUM-29790)

  • IL2CPP: Fixed an issue that did not allow access to special folders in Windows Store apps. (UUM-17611)

  • IL2CPP: Fixed I18N linker error during builds. (UUM-14481)

  • IL2CPP: Fixed IL2CPP build crashes when capturing memory snapshot. (UUM-21880)

  • IL2CPP: Fixed the incorrect custom attribute lookup on a field derived in a base class from a different assembly. (UUM-27593)

  • IL2CPP: Fixed the InvalidCastException being thrown when you serialize jagged arrays using BinaryFormatter. (UUM-23156)

  • IL2CPP: Fixed the Mac build error from multiple identically named files in the same directory during a build. (UUM-26386)

  • IL2CPP: Fixed Monitor.IsEntered returning true when the monitor is entered on a different thread from the current thread. (UUM-22329)

  • IL2CPP: Improved the performance of getting current 100ns ticks value on Windows.

  • IL2CPP: Improved the stability of generated field names. (UUM-23162)

  • IL2CPP: Marshalled a null value in a delegate field as a null delegate. (UUM-29202)

  • IL2CPP: Reverted Skip Metadata Initialization for Well known Types to fix performance regression. (UUM-25793)

  • IMGUI: Fixed an issue with text used in Gizmos. It now has the correct size, position, and clipping. (UUM-28063)

  • IMGUI: Fixed the horizontal scrolling of the IMGUI text fields when the string exceeds the width. (UUM-29597)

  • iOS: Added cutouts for the iPhone 14 family. (UUM-22474)

  • iOS: Added HDR presentation support for iOS 16 devices.

  • iOS: Fixed a crash on iOS when Graphics Jobs were enabled. (UUM-22614)

  • iOS: Fixed a memory leak when using GL.Clear in MonoBehaviour Update/LateUpdate. (UUM-8457)

  • iOS: Fixed incorrect remapping of Color attachments with no Depth Stencil attachment.

  • iOS: Fixed incorrect startup orientation. (UUM-33690)

  • iOS: Fixed Images.xcassets not being added to the Xcode project, which results in icons not being set. (UUM-32547)

  • Kernel: Fixed a potential crash at app shutdown. (UUM-26528)

  • License: Fixed an issue where the Editor quits when activating ULF license and the license already exists. (UUM-31031)

  • Linux: Fixed Input Debugger has additional boxes next to key Display names. (UUM-32588)

  • Linux: Fixed Linux IL2CPP builds not producing stack trace. (UUM-26705)

  • Linux: Fixed New Input System Debugger is logging 2 events when holding a key. (UUM-32567)

  • Linux: Fixed the Linux Editor so it no longer ignores a SIGTERM signal. (UUM-24705)

  • Linux: Fixed the Mouse position so it is now correct when playing the build on a multiple monitor setup in full screen mode. (UUM-26497)

  • Linux: Fixed the Null Reference Exception thrown when you rotate in Scene View and move the cursor outside the boundary. (UUM-21895)

  • Linux: Fixed the panel focus switching when arrow keys are pressed while in Play Mode. (UUM-21632)

  • Linux: Fixed DisplayInfo.WorkArea so it no longer ignores resolution scaling when working with multiple displays. (UUM-1589)

  • macOS: Fixed a deadlock when using Entities Graphics on M1 Macs. (UUM-13783)

  • macOS: Fixed Display.colorBuffer and Display.depthBuffer on macOS metal for main display. (UUM-18382)

  • macOS: Removed an empty gap on each vertical screen of the macOS Player when rendering fullscreen on Macs with a notch the first time the application is started.

  • Mono: Added get_win32_restore_stack implementation for ARM64 in Mono. (UUM-20941)

  • Mono: Corrected the CustomMarshal attribute definition for the Control::Font property in System.Windows.Forms.dll in the AOT profile.

  • Mono: Fixed a crash when using ConditionalWeakTable. (UUM-25411)

  • Mono: Fixed the Mono default interface methods with protected virtual class methods. (UUM-22228)

  • Mono: Removed throw from attribute setters generated by profile stubber. (UUM-18689)

  • Mono: Removed !sig-&gt;is_inflated assert from icall wrapper generator. (UUM-27888)

  • Mono: Updated the IL2CPP and Mono code.

  • Networking: Fixed a null exception in WWWForm when the file name is an empty string. (UUM-32984)

  • Networking: Fixed an issue that could prevent UDP sockets from being created on Windows when TDI filters were installed.

  • Package: Updated com.unity.services.push-notifications package to version 3.0.1-pre.1. Android SDK Level 33 (Tiramisu) support is now available. External Dependency Manager for Unity (EDM4U) and Mobile Dependency Resolver (MDR) support is now available. Fixed errors appearing in the Editor Play Mode due to platform specific classes instantiating.

  • Package: Updated Sequences (com.unity.sequences) to 2.1.0-pre.1.

  • Package Manager: Added a popup when a loaded DLL fails to be removed. (UUM-25904)

  • Package Manager: Fixed all delayed fields when editing a package in the inspector. (UUM-19658)

  • Package Manager: Fixed an issue where a project with a large number of git dependencies would have resolution errors with error code 429 (Too Many Requests). The number of concurrent requests is six by default, but it can be changed by setting the UPM_GIT_MAX_CONCURRENT_COMMANDS environment variable. (UUM-6049)

  • Package Manager: Fixed an issue where installing a package from a scoped registry will fail if a bundled package with the same name and version exists.

  • Package Manager: Fixed an issue where local and git packages are not visible in Unity Registry and My Registries. (UUM-20549)

  • Package Manager: Fixed an issue which prevented starting UPM when a package.json file containing &quot;type&quot;: &quot;module&quot; was present on any of the ancestor directories. (UUM-18512)

  • Package Manager: Fixed performance issues on asset import, move, or delete, resulting from the introduction of asset origin tracking in the Package Manager window. (UUM-21372)

  • Package Manager: Packages are deleted after changing the My Assets cache location to non-default when the asset is updated in Package Manager. (UUM-25376)

  • Particles: Enabled usage of double precision timers in the Shape module to improve the accuracy of long simulations. (UUM-30775)

  • Particles: Fixed a crash due to access of potentially released job memory.

  • Particles: Fixed a null reference exception when undoing Particle System changes. (UUM-25452)

  • Particles: Fixed a Particle System rendering corruption. (UUM-21106)

  • Particles: Fixed the race condition when scheduling C# particle jobs.

  • Particles: Improved error detection when users assign non-rectangular Sprites to Particle Systems. (UUM-29628)

  • Physics: Fixed a BoxCollider warning messages not being printed when Scene Reloading was enabled. (UUM-28396)

  • Physics: Fixed a crash while entering Play Mode with a cloth component that hasn't been edited. (UUM-16091)

  • Physics: Fixed a rare PhysX crash when using the PGS solver type and either One-Directional or Two-Directional friction type. (UUM-27540)

  • Physics: Fixed an issue where setting autoConfigureConnectedAnchor to false caused connectedAnchor to reset to 0. (UUM-27820)

  • Physics: Fixed an OnCollision messages that was not being sent when the collider had 'hasModifiableContacts' property explicitly set to false. (UUM-28909)

  • Physics: Fixed Articulation Bodies having default mass if they have no attached colliders. (UUM-31794)

  • Physics: Fixed Articulation Bodies having incorrect linear and angular damping. (UUM-32857)

  • Physics: Fixed Articulation Bodies ignoring SetMaxImpulse from Contact Modifications. (UUM-29037)

  • Physics: Fixed capsule jittering and not reaching sleep state. (UUM-17977)

  • Physics: Fixed incorrect capsule and convex mesh collision detection. (UUM-7391)

  • Physics: Fixed serialization not being triggered when calling ResetCenterOfMass or ResetInertiaTensor on Rigidbody and ArticulationBody.

  • Physics: Fixed up a simulation stall when a large section of heightmap triangles was fetched for tests. (UUM-21683)

  • Physics: Updated documentation to include the new behavior of Rigidbody interpolation and extrapolation. (UUM-26857)

  • Physics 2D: Enabled a single path PolygonCollider2D to alway uses a clockwise winding internally to give consistent results when used in a CompositeCollider2D. (UUM-28561)

  • Physics 2D: Enabled both OnTriggerExit2D and OnCollisionExit2D to be called when a scene is unloaded if required. This only works when Physics2D.callbacksOnDisable is active. (UUM-28747)

  • Physics 2D: Ensure that enabling a 2D Trigger Collider component via script, correctly produces trigger callbacks. (UUM-31874)

  • Player: Enabled Native Leak Detection to now work in Player builds. Previously, it would not report upon ProcessExit.

  • Player: Fixed an edge-case where Native Leak Detection may fail to look up the stack trace of a leaked allocation.

  • Player: Fixed an issue where non persistent Components were not kept alive when attachec to a persistent GameObjects. (UUM-11111)

  • Player: Fixed timestamps argument.

  • Prefabs: Disabled IMGUI ReorderableList elements when previewing overridden values PrefabMode InContext. (UUM-13618)

  • Prefabs: Fixed the Prefab instance so it is now enabled if RevertPropertyOverride is called during OnEnable. (UUM-21119)

  • Prefabs: Fixed the prefab mode so it now sorts renderer components accordingly.

  • Prefabs: Improved the detection of unused overrides.

  • Profiler: Fixed addition type initialization when taking a Memory Profiler snapshot. (UUM-31235)

  • Profiler: Fixed callstacks so they are now shown when enabled on an autoconnected profiler. (UUM-18687)

  • Profiler: Fixed the synchronicity of CPU and GPU durations and timestamps on different platforms. (PROF-2395)

  • Scene/Game View: Added a crash when attempting to render more gizmo vertices than the gfx device can allocate. (UUM-27659)

  • Scene/Game View: Added the ability for snap toggle to now enable both grid and increment snapping. (PBLD-53)

  • Scene/Game View: Fixed a warning when adding a new Scene View tab in a 2D template project. (UUM-28978)

  • Scene/Game View: Fixed an ISupportOverlays implementation incorrectly showing Overlays targeting implementing classes. (UUM-26841)

  • Scene/Game View: Fixed crashes in GetFilteredRendererNodes when trying to pick an object with an active BatchRendererGroup.

  • Scene/Game View: Fixed default buttons styling in overlays. (UUM-25734)

  • Scene/Game View: Fixed navigation in EditorWindow inheriting from the SceneView. (UUM-27556)

  • Scene/Game View: Fixed the inconsistent sizing for horizontal and vertical Overlay toolbar elements.

  • Scene/Game View: Fixed the Rect Tool not showing the active element when snapping. (UUM-29629)

  • Scene/Game View: Fixed the Rect Tool sometimes not moving UI GameObjects if the pivot was changed. (UUM-30232)

  • Scene/Game View: Fixed the rectangle selection conflicts with scene view tools. (UUM-22218)

  • Scene/Game View: Fixed View tool icon flickering when ALT key is pressed and mouse moved. (UUM-29366)

  • Scripting: Fixed a bug in ApiUpdater MovedFrom handling when aliases are referenced at non-root namespace.

  • Scripting: Fixed a crash that could happen if script compilation was cancelled or interrupted at the wrong time.

  • Scripting: Fixed a possible crash when handling asmdef compiled assemblies that have been copied into the Project.

  • Scripting: Fixed an Editor crash in GetAssemblyScrapedMonoScripts when TypeLoadExceptions are raised. (UUM-31318)

  • Scripting: Fixed the timeout when running the runtime performance tests on iPhoneSE. (UUM-21798)

  • Scripting: Improved ILPP runner reliability on machines under heavy load. (UUM-29661)

  • Serialization: Enabled processing all the types involved in the given generic type at once when hen accumulating the fully qualified names for a given generic type. Previously, Unity recursively called the accumulate method for the type of the generic's parameter. (UUM-24691)

  • Serialization: Fixed a boxedValue throwing an exception if you try to set a string value null.

  • Serialization: Fixed a Player crash when opening the Player build. (UUM-21897)

  • Serialization: Fixed the issue of deletion of a script not being detected as a change in the scripts which leads to the serialization not being able to correctly detect missing reference types. This PR fixes the issue by checking if there were any scripts deleted after the latest recompile. (UUM-31173)

  • Serialization: Fixed the wrong resolution of missing types when there are multiple instances with the missing type. (UUM-20709)

  • Shadergraph: Added an issue where multi-selection events would trigger when you right-click on blackboard items.

  • Shadergraph: Added error feedback on import of graphs with invalid or missing targets, allowing them to be modified and saved.

  • Shadergraph: Corrected a regression in float preview properties not updating previews.

  • Shadergraph: Enabled ShaderGraph styles to be applied correctly when the system locale is set in Turks. (UUM-33522)

  • Shadergraph: Fixed a bug where the nodes could not be created after entering then exiting play mode. (SGB-439)

  • Shadergraph: Fixed a typo in the Hyperbolic Cosine Node in Shader Graph. (SGB-7)

  • Shadergraph: Fixed an issue where custom interpolator previews would provide erroneous results when connecting through a reroute node.

  • Shadergraph: Fixed an issue where custom mesh selector for master preview would fail to initialize.

  • Shadergraph: Fixed an issue where duplicate serialized blackboard category children in subgraphs would brick the ShaderGraph editor.

  • Shadergraph: Fixed an issue where missing targets were not handled on import.

  • Shadergraph: Fixed an issue where nodes with dynamic vectors would not correctly cache properties for previews.

  • Shadergraph: Fixed an issue where the Gradient Noise Node was causing implicit truncation warnings.

  • Shadergraph: Fixed an issue where the reroute node would sometimes show the wrong color for its appropriate inputs.

  • Shadergraph: Fixed an issue where the subgraph gradient blackboard properties could have naming conflicts with parent graphs.

  • Shadergraph: Fixed an issue where the view position of the graph editor would sometimes be forgotten when swapping between two open shadergraph editor windows.

  • Shadergraph: Fixed for [SGB-466] and related issues where nodes with warning or error badges would fail to clean up their resources properly and leave the shader graph editor in an error state.

  • Shadergraph: Fixed parallax nodes so that they use the default UV Input Slot correctly.

  • Shadergraph: Fixed various issues with the Swizzle node.

  • Shadergraph: Improved blackboard property drag speed when reordering the blackboard.

  • Shadergraph: Improved performance of disconnecting nodes in large graphs. (SGB-342)

  • Shadergraph: Made adjustments to flipbook node to avoid dropping frames on AMD GPU.

  • Shaders: Added a profiler marker for dynamic variant loading. (UUM-31878)

  • Shaders: Added a way to construct a PassIdentifier from a subshader and pass index pair. (UUM-3264)

  • Shaders: Added macros for passing textures (Cube, 2DArray, and CubeArray) around without samplers. (UUM-31858)

  • Shaders: Disabled Invalid pass index error from appearing while a variant is compiling. (UUM-29549)

  • Shaders: Disabled shader compilation with debug symbols from using a non-existent file name. (UUM-31851)

  • Shaders: Enabled shaders to reimport correctly when installing a package that only has shader include files. (UUM-16415)

  • Shaders: Enabled using real pass names when compiling shaders for mesh data optimisation. (UUM-15298)

  • Shaders: Fixed a rare crash when destroying shaders. (UUM-27361)

  • Shaders: Fixed custom scale and offset vectors not affecting serialised texture scale and offset. (UUM-21301)

  • Shaders: Fixed HybridHDRPSamples scenes throwing Tessellation shaders errors on OSX Metal. (UUM-30549)

  • Shaders: Fixed incorrect error messages when manually enabling keywords. (UUM-33089)

  • Shaders: Fixed material copy-paste breaking the material by adding a CopyMatchingPropertiesFromMaterial. (UUM-22634)

  • Shaders: Fixed SV_PrimitiveID on Metal. (UUM-22593)

  • Shaders: Reduced shader compiler memory usage. (UUM-30445)

  • SRP Core: Fixed an IES Importer issue producing incorrect results. (UUM-16309)

  • SRP Core: Fixed Decal Projector Editor fields so they are now saved when editing a prefab. (UUM-29105)

  • SRP Core: Fixed the Revert Property for animation curves on Volume Components so it now works correctly. (UUM-20458)

  • SRP Core: Updated the Render Graph documentation to reflect API changes.

  • Terrain: Added default TerrainTools Overlay docking.

  • Tests: Fixed failing tests on Test IntegrationTests - Linux64Standalone (Ubuntu 18.04) Yamato Job.

  • TextCore: Enabled glyphs to display in the Inspector of a bitmap font asset. (UUM-20325)

  • TextCore: Enabled FontAsset.HasCharacter to now support UTF32. (UUM-22663)

  • TLS: Implemented cumulative TLS updates:<br>

    • Fixed invalid verification results reported in cases where there is a TLS handshake failure.<br>
    • Fixed an issue where opening multiple TLS connections with different lifetimes might affect the ability to produce log output after one of the first connections is closed.<br>
    • Improved TLS errors reported by Unity Web Request.
  • uGUI: Enable instantiating a Selectable under a CanvasGroup to set the correct interactable state. (UUM-27611)

  • uGUI: Fixed a NullReferenceException in 1Image.spritewhen setting a new Sprite and the currentSprite.Texture` is null. (UUM-13053)

  • UI Elements: Fixed an issue with the GenericDropdownMenu that prevented the items from receiving input when it's reused. (UUM-21001)

  • UI Toolkit: Added missing support for TreeView reordering, including depth reordering, expansion when hovering an expandable item, and sibling drop marker. (UUM-3683)

  • UI Toolkit: Changed text effects so they are no longer contained by the bonds of each letter. (UUM-9524)

  • UI Toolkit: Enabled the layout to be correctly updated when the scale is changed. (UUM-26508)

  • UI Toolkit: Enabled the TextField placeholder to refresh. (UUM-21819)

  • UI Toolkit: Fixed an instability in UGUIEventSystemTests TouchUpRemovesHover tests and re-enabled them. (UUM-29428)

  • UI Toolkit: Fixed an issue in the UI Builder for UxmlAssetAttributeDescription where setting None through the object picker would prevent choosing another value. (UUM-27170)

  • UI Toolkit: Fixed an issue in the UI Builder so the open file dialog now displays the current project's folder. (UUM-24723)

  • UI Toolkit: Fixed an issue so the tint of an Image element now triggers a repaint. (UUM-22563)

  • UI Toolkit: Fixed an issue when adding or removing components with the inspector in debug mode. (UUM-18854)

  • UI Toolkit: Fixed an issue when renaming a prefab with the inspector in debug mode. (UUM-7218)

  • UI Toolkit: Fixed an issue where an ExposedReference control would always create a new PropertyName value when changing an object reference. (UUM-25160)

  • UI Toolkit: Fixed an issue where an ExposedReference control would not serialize its value. (UUM-25153)

  • UI Toolkit: Fixed buttons not reacting to a mouse on Android and iOS devices. (UUM-3696)

  • UI Toolkit: Fixed buttons not reacting to clicks when selecting SingleUnifiedPointer pointer mode on Android and iOS devices using the Input System package. (UUM-3964)

  • UI Toolkit: Fixed changing a script field with the inspector in debug mode. (UUM-14069)

  • UI Toolkit: Fixed clicking on a selectable label in a list so it now changes the selection. (UUM-28633)

  • UI Toolkit: Fixed cursor not changing color when using --unity-cursor-color. (UUM-28511)

  • UI Toolkit: Fixed element becoming invisible after a reorder in an animated ListView. (UUM-21272)

  • UI Toolkit: Fixed exceptions being thrown when entering play mode with the inspector in debug mode. (UUM-22475)

  • UI Toolkit: Fixed items going slightly out of bounds in ListViews. (UUM-28519)

  • UI Toolkit: Fixed items in animated lists sometimes disappearing. (UUM-25833)

  • UI Toolkit: Fixed MinAttribute for uint and ulong data types. (UUM-31319)

  • UI Toolkit: Fixed navigation sometimes leaving TextField when pressing Down arrow for a long duration. (UUM-14247)

  • UI Toolkit: Fixed private fields disappearing when entering play mode with the inspector in debug mode. (UUM-20170)

  • UI Toolkit: Fixed property fields for uint and ulong data types. (UUM-21920)

  • UI Toolkit: Fixed some fields showing :hover style instead of :focus style when both are true. (UUM-7339)

  • UI Toolkit: Fixed the InspectorElement so it now applies its disabled state for embedded IMGUI inspectors. (UUM-25149)

  • UI Toolkit: Fixed the ListView binding with negative indexes when a negative scroll offset was applied. (UUM-12868)

  • UI Toolkit: Fixed the ListView itemsRemoved event being invoked after the items were removed from the serializedObjectList. They are now removed after the callback. (UUM-10786)

  • UI Toolkit: Fixed the multi-selection of list views in the Inspector window when using the shift or alt key. (UUM-30681)

  • UI Toolkit: Fixed the overwriting of a decimal separator (, or .) to 0 when inserting it the first time in the input field of a slider. (UUM-31090)

  • UI Toolkit: Fixed the reported TreeView state after a reorder operation. (UUM-3478)

  • UI Toolkit: Fixed the ScrollView functionality with hidden elements. The ScrollBar no longer appears randomly. (UUM-21875)

  • UI Toolkit: Fixed the sound on Mac when navigating collection views with keyboard. (UUM-26264)

  • UI Toolkit: Fixed the UI document so it now has the correct size for multiple displays. (UUM-18757)

  • UI Toolkit: Improved management of DPI when setting tooltips and added a warning in some corner cases. (UUM-20393)

  • Universal RP: Disabled MSAA on devices without MSAA store support (Apple GPUs A8 and lower). (UUM-13185)

  • Universal RP: Disabled negative color and NaN write to TAA history. (UUM-26709)

  • Universal RP: Fixed a compilation error that was caused by a wrong parameter while deprecating UniversalRenderPipeline.RenderSingleCamera.

  • Universal RP: Fixed a light cookie out of bounds. (UUM-20622)

  • Universal RP: Fixed a missing keyword in ParticlesSimpleLit for Lightmap shadow mixing. (UUM-26403)

  • Universal RP: Fixed an issue causing Dynamic Resolution to be disabled during URP rendering. (UUM-18852)

  • Universal RP: Fixed an issue so that deferred rendering now works correctly in builds with Accurate GBuffer Normals enabled. (UUM-25112)

  • Universal RP: Fixed an issue where Write Rendering Layers was sometimes incorrectly enabled in Deferred Rendering.

  • Universal RP: Fixed an issue where alpha clipping was not working with Unlit shader's DepthNormal pass. (UUM-20888)

  • Universal RP: Fixed an issue where instantiating and destroying cameras, with Volume Update Mode set to ViaScripting, would allocate each time. (UUM-22213)

  • Universal RP: Fixed an issue where keywords used in Post Processing were also stripped in other shaders.

  • Universal RP: Fixed an issue where scenes were not marked dirty after changing the volume update setting on cameras.

  • Universal RP: Fixed an issue where some sprites were causing null exception errors. (UUM-20218)

  • Universal RP: Fixed an issue where the Depth Priming check was accidentally removed, which caused CI failures.

  • Universal RP: Fixed an issue where the main light shadows were incorrect if the scene and game windows were open. (UUM-9825)

  • Universal RP: Fixed color and depth mismatch when scaling is on. (UUM-29397)

  • Universal RP: Fixed error message in filtered view when decals are enabled. (UUM-21992)

  • Universal RP: Fixed errors caused by Camera's Preview window. (UUM-29111)

  • Universal RP: Fixed missing y-flip for preview cameras. (UUM-2947)

  • Universal RP: Fixed Native RenderPass errors when using RendererFeature which is executed in between GBuffer and Deferred Lighting passes. (UUM-28953)

  • Universal RP: Fixed removal of missing renderer feature. (UUM-21184)

  • Universal RP: Fixed the additional light shadows and soft shadows missing on transparent lit objects when using the deferred renderer. (UUM-20792)

  • Universal RP: Fixed the broken links to documentation for volume components. (UUM-30252)

  • Universal RP: Fixed the Screen flicker in Scene view. (UUM-24656)

  • Universal RP: Fixed the warnings that appear in GlobalIllumination.hlsl regarding gradient instruction used in a loop. (UUM-21675)

  • Universal RP: Fixed using RenderTextureSubElement.Stencil in URP so it now binds properly. (UUM-9701)

  • Universal RP: Fixed various errors that appeared when Strict Variant Matching is enabled.

  • Universal RP: Fixed _WorldSpaceCameraPos so it is now set correctly in XR Multipass. (UUM-2514)

  • Universal RP: Increased lighting BRDF specular max for half float math (mobile) to match the visual look of full float math (desktop) better. (UUM-2997)

  • URP: Added vertex SH option to URP rendering and fixed HL2 forward light perf regression. (UUM-26824)

  • URP: Fixed a gbuffer resource leak in URP deferred. (UUM-26626)

  • URP: Fixed a LOD crossfade issue when rendered with BatchRendererGroup.

  • URP: Fixed a null exception when adding a sorting layer. (UUM-29492)

  • URP: Fixed light batching with Rendergraph2D passes. (UUM-23153)

  • URP: Fixed NullReferenceException being thrown when opening Light Explorer with 2D Lights. (UUM-19576)

  • URP: Fixed profiling code causing 2-3ms of overhead on URP. (UUM-30143)

  • URP: Fixed redundant blit is used due to postFX, although it is disabled in rendererData. (UUM-31474)

  • URP: Fixed the HDR output so it is no longer overly saturated because of a Color Grading variant not included in builds. (UUM-27503)

  • URP: Fixed uninitialized SpriteProps in CanvasRenderer for 2D. (UUM-18389)

  • URP: Fixed URP and core package leaking materials when entering and exiting Play Mode. (UUM-27587)

  • URP: Fixed volume and volume profile help URLs.

  • URP: Fixed XR vsync so it stays enabled when the focus is lost. (UUM-16846)

  • UTR: Enabled re-throwing an exception with an improved error message in Workspace.CurrentVersionString.

  • UTR: Implemented a new UTR 1.14.0 tool.

  • Version Control: Fixed blurry icons in the Unity Version Control window and toolbar button<br> Fixed Pending Changes tab not always opening its selected item's location in Project window<br> Fixed "Checked-out (changed)" status icon not showing up on Pending Changes tab<br> Fixed issue that prevented new packages from being installed unless user enters play mode.

  • Version Control: Fixed Texture2D so it now contains a definition for the ignoreMipmapLimit error when installing Unity Version Control on previous Unity Editor versions.<br> Fixed the sign-in dialog style when waiting for user to complete signing in.<br> Fixed NullReferenceException when opening a new project and the user doesn't have a Unity Version Control organization linked to a Unity ID.

  • VFX Graph: Added extra memory to allow external threads to steal VFX update jobs. (UUM-22049)

  • VFX Graph: Enabled correct generation of the interpolator modifiers for packed structure in HDRP Shader Graph. (UUM-555)

  • VFX Graph: Enabled hiding Sorting mode and Revert sorting when the blend mode is set to Opaque. (UUM-4755)

  • VFX Graph: Enabled hiding the log message asking to check the asset for version control in an empty VFX window, when resetting Editor Layout. (UUM-17615)

  • VFX Graph: Enabled integrating the debug view for VertexDensity and QuadOverdraw. (UUM-4760)

  • VFX Graph: Enabled keeping the bottom margin on blocks when collapsed. (UUM-28832)

  • VFX Graph: Enabled minimizing the generated interpolator count with VFX Shader Graph to improve its performance and avoid reaching the limit. (UUM-20787)

  • VFX Graph: Enabled taking user's preference for the Search Window mode into account for object fields in VFX Graph (classic / advanced). (UUM-26418)

  • VFX Graph: Enabled the lighting debug to provide the ambient occlusion contribution on Unlit. (UUM-20200)

  • VFX Graph: Enabled the option to filter out DXR and META passes from SG generated shaders. (UUM-25418)

  • VFX Graph: Fixed a crash when logging an error messages for unexpected buffers.

  • VFX Graph: Fixed a crash when removing VFXRenderer from a disabled GameObject. (UUM-16391)

  • VFX Graph: Fixed a serialization issue causing a potential crash due to bounds computation. (UUM-25009)

  • VFX Graph: Fixed an error in the console when clicking on the [+] button in the blackboard in the "No Asset" window. (UUM-28528)

  • VFX Graph: Fixed an issue where VFXs were not culled properly, causing flickering shadows. (UUM-14271)

  • VFX Graph: Fixed an unexpected motion vector when adding precompute velocity that was enabled in Shader Graph. (UUM-22368)

  • VFX Graph: Fixed compilation error when targeting .NET Standard runtime. (UUM-21618)

  • VFX Graph: Fixed errors in the console when undoing changes from gizmo in some specific conditions. (UUM-21929)

  • VFX Graph: Fixed mesh LOD flickering when using TAA. (UUM-10073)

  • VFX Graph: Fixed minor issues with Cube and Sphere particle outputs. (UUM-4792)

  • VFX Graph: Fixed mismatching LOD between eyes in multi-pass VR. (UUM-6004)

  • VFX Graph: Fixed Motion Vector so it is now correct when transform isn't changed every frame. (UUM-20638)

  • VFX Graph: Fixed panning and zooming a VFX Graph was synchronized between all opened tabs. Also when multiple VFX Graph tabs are opened they are now properly restored after Unity is restarted. (UUM-13770)

  • VFX Graph: Fixed shader errors when building with sphere or cube outputs. (UUM-29387)

  • VFX Graph: Fixed shader graph with VFX compatibility were not reimported if imported before VFX package is installed. (UUM-12579)

  • VFX Graph: Fixed the broken documentation link for VFX Graph nodes (when documentation is available). (UUM-28689)

  • VFX Graph: Fixed the range not being applied in the UI when setting up a value out of the allowed range. (UUM-20616)

  • VFX Graph: Fixed the wrong evaluation of time in VFX Control Track while using Playables API. (UUM-32413)

  • VFX Graph: Fixed the Dispose() method of MeshToSDFBaker leading to memory leaks (UUM-25814)

  • VFX Graph: Fixed unexpected per frame garbage while using Timeline. (UUM-26997)

  • VFX Graph: Forced positive color values in the graph UI. (UUM-20076)

  • VFX Graph: Improved error feedback in case of missing reference in custom spawner. (UUM-28537)

  • VFX Graph: Removed Loop And Delay block listing in favor of Spawn Context Settings (which can be accessed through the Inspector). (UUM-28655)

  • VFX Graph: Removed unnecessary file access when new assets are imported. (UUM-21642)

  • VFX Graph: Restored missing tooltips. (UUM-18536)

  • Video: Enabled VideoPlayer compositing material to recreate after stopping. (UUM-21664)

  • Video: Improved Variable Frame Rate support for Apple platforms. (UUM-21455)

  • Video: Internal texture queue populated by asynchronous decoding was sometimes being drained from 2 threads. Now serializing access. (UUM-21948)

  • Virtual Texturing: Virtual texturing has a severe issue: the mip chain is not available on the first frame, causing unpredictable garbage texles to be displayed on the screen. This fix helps with poping by adding a new setting to the HDRP asset. This setting lets us allocate virtual texturing mips prefetching. This setting also had to be implemented inside the VT system.<br> A debug panel also has live reporting of the current prefetched mips in the markers debug screen. We also add a checkbox to debug disable streaming, which helps content creators see which textures are on and off. (UUM-29814)

  • Web: Added stickyCursorLock API to make cursor lock "sticky" or "unsticky". Sticky cursor lock means that if the browser unlocks the cursor when the user presses the ESC key, the cursor will remain locked in Unity. To match the browser's behavior, users can set the stickyCursorLock to false, which will "unstick" the cursor lock. (UUM-16915)

  • Web: Corrected the way we set the timeout for removeEnumerateMediaDevicesRunDependency. (UUM-32097)

  • Web: Fixed an issue with the Unity page so it can now unload if the user has already detached the canvas from DOM before calling the Unity Quit function. (UUM-30472)

  • WebGL: Centered the loading bar in PWA WebGL template. (UUM-27941)

  • WebGL: Fixed a regression since Unity 2022.1.0f1 where calling unityInstance.Quit() in JavaScript code would not properly let the web page contents be reclaimed by the GC. (UUM-31710)

  • WebGL: Fixed the playback of MP3 audio files loaded via UnityWebRequest on Safari. (UUM-25389)

  • Windows: Fixed a potential crash during Windows Player cleanup. (UUM-25383)

  • Windows: Fixed incorrect display names of certain subset of keys. (UUM-22694)

  • Windows: Fixed quoting of the command line arguments. (UUM-21600)

  • Windows: Fixed sizeof type error in StackWalker library.

  • XR: Fixed an issue with XR Input that caused errant input disconnect messages in the Editor log.

  • XR: Updated XR Core-Utils version to 2.2.0.

  • XR: Updated XR Hands to version 1.1.0.

  • XR: Updated XR Hands version to 1.1.0-pre.3.

  • XR: Updated XR Interaction Toolkit to 2.3.1.

  • XR: Updated XR Interaction Toolkit version to 2.3.0.

Preview of Final 2023.2.0a13 Package changes

Packages updated

Packages added

Packages deprecated

  • com.unity.subsystemregistration - "This package is no longer supported on this editor version."

Pre-release packages added

Changeset:
94f2ddf3d15d

Third Party Notices

For more information please see our Open Source Software Licenses FAQ on the Unity Support Portal

Ce site utilise des cookies dans le but de vous offrir la meilleure expérience possible. Consultez notre politique de cookies pour en savoir plus.

Compris