Long Term Support

Unity 2022 LTS provides a stable foundation for projects that are in production or about to ship. Unity 2022.3 LTS release has the same feature set as the 2022.2 Tech Stream release.

We’re committed to supporting 2022 LTS releases with biweekly updates until mid-2024, after which updates will be monthly until mid-2025 (two years after the initial release date). These updates will only cover fixes aimed at improving the stability of the product to enable users to ship their projects.

Unity 2021.3 is now the legacy LTS. It will be updated monthly until it reaches the end of its support cycle in mid-2024.

RSS

Subscribe to our LTS feed and get access to the latest LTS as soon as it's released.

LTS Release 2021.3.30f1

Released:

LTS Release 2021.3.30f1

Released:

Known Issues in 2021.3.30f1

  • Asset Importers: OnImportAsset leaks 5GB of memory (UUM-43067)

  • Culling: kShadowCastingShadowsOnly objects are rendered by Projectors (built-in renderer) (UUM-35705)

  • Culling: [Mobile] Player freezes on "UnityClassic::Baselib_SystemFutex_Wait" or silently crashes (UUM-41806)

  • Input: Crash on InputDeviceIOCTL when closing Unity editor (UUM-10774)

  • MacOS: Fix for 2021.3.X: Editor silently crashes when entering Play Mode on macOS (UUM-37060)

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

  • Mono: Crash with ScanAssemblyForAttributesAndInterfaceImplementations when opening a project (1376858)

  • Platform Audio: [WebGL] A looping audio sounds different on WebGL than in the editor/native desktop player (UUM-12530)

  • UI Toolkit Framework: Unity Editor is rendered without the toolbar icons when using it on old hardware with integrated GPU (UUM-13134)

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

2021.3.30f1 Release Notes

Improvements

  • Animation: Improved performance of AnimatorOverrideController.ApplyOverrides() (UUM-39762)

  • Documentation: Clarify the behavior of Texture2D.Apply(), especially regarding mipmap limits. (UUM-7709)

  • Editor: The audio mute button in the game view toolbar uses less time per frame. (UUM-36729)

  • Mono: Added logging that will now list the threads that are being waited on during a domain reload.

  • Shadergraph: Addressed an issue where certain operations were taking too long as a result of graph concretization.

API Changes

  • SRP Core: Added: Added callbacks when RenderPipeline is created or disposed. (UUM-20646)

Fixes

  • 2D: Fixed a crash with TilemapCollider2D when a Tilemap with Tiles that have invalid Transform Matrices are loaded. (UUM-41396)

  • Android: Fixed an issue where Android build system was asking for an API level that didn't exist. (UUM-40891)

  • Android: Fixed an issue where pause was not processed when onPause() is called right after onResume() is called. (UUM-23247)

  • Android: Fixed value of Android/Vulkan specific shader constant UNITY_DISPLAY_ORIENTATION_PRETRANSFORM when "Apply display rotation during rendering" is enabled. (UUM-44759)

  • Animation: Fixed AnimationWindowCurve evaluation error after step. (UUM-30927)

  • Animation: Fixed AnimationWindowCurve evaluation error after step. (UUM-31316)

  • Animation: Fixed mask values in the animation layer mixer when reading animated values from a animation c# job. (UUM-42174)

  • Asset Bundles: Fixed an issue where shaders in asset bundles built with older Unity versions could treat material keywords as invalid when using SubShaders

  • Asset Import: Fixed the memory leak in ApplyDeprecatedFileIDToRecycleName. (UUM-16971)

  • Asset Pipeline: Fixed an issue with material preview not updating, when shader is modified. (UUM-40780)

  • Build Pipeline: Fixed incorrect AssetBundle dependencies are generated. (UUM-43175)

  • Build System: Fixed ForcedIncludes to be listed as InputFiles. (UUM-39789)

  • Documentation: Fixed an issue where there was a missing link in physics (physX) documentation. There was an hyper-link missing referring to CompoundColliders.

  • Editor: Ensured ExecuteInEditMode warning when entering playmode will fit in a dialog box. (UUM-44500)

  • Editor: Fixed a crash caused when a package load fails. (UUM-16258)

  • Editor: Fixed a crash when exiting Prefab isolation mode while a GameObject with an invalid Editor is inspected. (UUM-34561)

  • Editor: Fixed a edge case issue with the Windows Player where an incorrect resolution was used and reported by Screen.width and Screen.height. This occurred when the player was started on a monitor with different DPI settings compared to the main windows monitor. (UUM-41799)

  • Editor: Fixed an issue to ensure SearchQueryProject list and SearchQuery panels are updated if SearchQueryAssets are added/removed either from Search Window or externally. (UUM-41173)

  • Editor: Fixed an issue to remove the transparent input field that presents when TouchScreenKeyboard was active with hideInput option. (UUM-37652)

  • Editor: Fixed an issue when using -nographics command line switch in MacOS editor, causing asset importer process to not work properly. (UUM-44347)

  • Editor: Fixed an issue where 2D collider gizmos were not rendered when selecting the parent. (UUM-41829)

  • Editor: Fixed an issue where derived components were not indexed (in prefab). (UUM-41735)

  • Editor: Fixed an issue where Device Simulator did not respect the WaitForEndOfFrame yield instruction when used in combination with Application.targetFramerate. (UUM-40051)

  • Editor: Fixed an issue where mixed stack trace for Mono builds on Linux were not enabled. (UUM-33920)

  • Editor: Fixed an issue where scene template badges were not displayed in New Scene dialog. (UUM-43133)

  • Editor: Fixed an issue where text in Windows Editor dialogues was not selectable to support copy and paste. (UUM-41283)

  • Editor: Fixed an issue where the was inproper handling of saving a scenetemplate or a unity scene. (UUM-42427)

  • Editor: Fixed an issue with the Style buttons of SceneTemplate Inspector. (UUM-31080)

  • Editor: Fixed Async Progress registering ScriptingGCHandle not in current domain. (UUM-39631)

  • Editor: Fixed crash in assign of dynamic_block_array. (UUM-41417)

  • Editor: Fixed crashing without error on VK and GL when wrong Graphics Buffer Target is set. (UUM-42421)

  • Editor: Fixed for Editor crash based on shader chunk size of 0 in player settings. (UUM-36663)

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

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

  • Editor: Fixed ProjectCapabilityManager.AddGameCenter() not adding the required entitlement. (UUM-44172)

  • Editor: Fixed Sprite previews when go out from Play Mode and URP in use. (UUM-41498)

  • Editor: Fixed the error message when binding a shortcut with an invalid key. (UUM-43122)

  • Editor: Hide the CPU option from the UI for Managed Plugins as it has no effect. (UUM-40186)

  • Editor: Prevent C4D native importer warnings if a project has its own C4D ScriptedImporter. (UUM-36242)

  • Editor: Update UI/Docs for previewing audio clip in inspector. (UUM-16395)

  • Editor: Update Window/Panel menu even when aux window are closed. (UUM-26519)

  • Editor: [MacOS] Warn when editor doesn't have "Screen Recording" permissions to pick colors from other apps with the Color Picker/Eye Dropper tool (UUM-770)

  • Game Core: Fixed displayIndex on GXDK platform. (UUM-42807)

  • GI: Fixed an issue where invalid data was not detected in lighting data assets that caused a crash. (UUM-27652)

  • GI: Fixed an issue where prefab mode would not show environment reflections. (UUM-35086)

  • Graphics: Fixed a VK crash when GfxDevice interface was used incorrectly by TextMeshGenerator. (UUM-36647)

  • Graphics: Fixed DrawProcedural family of functions that did not work when shaders want vertexbuffers. (UUM-32295)

  • Graphics: Fixed incorrect clamping of maxComputeBufferInputs when VkPhysicalDeviceLimits::maxPerStageDescriptorStorageBuffers is max unsigned integer. (UUM-43741)

  • Graphics: Fixed stencil information display error under camera depthNormals mode. (UUM-27513)

  • Graphics: Fixed texture memory leaks for asynchronous scene loads. (UUM-35265)

  • Graphics: Modified doc as camera distance calculation is coupled with camera. (UUM-12523)

  • HDRP: Fixed FTLP (Fine Tiled Light Pruning) Shader Options max light count. Previous support only supported up to 63 These changes allow to go up to 255 with higher instability as numbers per tile approach 255.<br> For support greater than 255, do it at your own risk! (and expect some flickering) (UUM-39924)

  • IL2CPP: Added DivideByZeroChecks to modulo/remainder operator. (UUM-45551)

  • IL2CPP: Correct the behavior of .NET File APIs for some DLC paths on GameCore. (UUM-29631)

  • IL2CPP: Fixed a deadlock when quitting WebGL Player when the code utilized System.ThreadPool. (UUM-32717)

  • IL2CPP: Fixed Calli scanning bug in MarkReflectionLikeDependencies pass (UUM-33871)

  • IL2CPP: Fixed unsigned shift right of pointer types. (UUM-41406)

  • iOS: Fixed attach managed debugger window not showing up and causing application to be in frozen state. (UUM-39644)

  • Kernel: Fixed in DynamicHeapAllocator reallocating of persistent memory to size greater than 4GB. (UUM-12004)

  • Linux: Fixed Editor crash when quick searching through a large amount of asset files on Linux. (UUM-22443)

  • Linux: Fixed Left Alt is recognized as pressed when switching to a different window and back. (UUM-30743)

  • Linux: Fixed Vulkan falsely reporting that HDR is supported on Linux. (UUM-43364)

  • Linux: Prevent paused unity player from using excessive CPU when "run in the background" option is off. (UUM-38092)

  • macOS: Fixed editor crash when UI is redrawn. (UUM-34202)

  • Mono: Fixed issue where a fixed buffer within a valuetype struct would not be passed by value correctly. (UUM-30210)

  • Mono: Fixed issue where blittable flag could be incorrect when it was read before MonoClass was inited. (UUM-35682)

  • Package Manager: Disable documentation link button when it's unavailable. (UUM-45844)

  • Package Manager: Fixed an issue where built-in packages could not be successfully resolved if a dependency version did not exactly match the built-in package version. (UUM-37161)

  • Package Manager: Fixed the handling of trailing and leading whitespaces inside input fields.

  • Particles: Fixed particles flickering on Vulkan. (UUM-21106)

  • Particles: Fixed potential crash on deletion of particle systems with mesh particles. (UUM-26623)

  • Physics: Fixed an issue on OSX where Physics.Simulate would experience hickus due to how the PhysX task system was being integrated with Unity's Job System. (UUM-27803)

  • Physics: Fixed an issue where small bodies started to tunnel through large bodies in continuous collision detection mode at high simulation frequencies (~200Hz). (UUM-19349)

  • Player: Fixed custom SRP shaders used in skyboxes not rendering in Single-Pass Instanced XR rendering mode

  • Profiler: Fixed memory tracking for CubemapArrays, particularly with DirectX 11. (UUM-31067)

  • Shadergraph: Fixed a minor usability issues with Custom Function Nodes.

  • Shadergraph: Fixed an issue where docs links from editor were incorrect.

  • Shadergraph: Fixed an issue where there were invalid characters from imported material sub asset.

  • Shadergraph: Fixed issue where adding dropdown property type to newly created subgraphs did not propagate to other open shadergraph editor windows.

  • Shaders: Fixed Editor crashing sometimes when importing shaders. (UUM-42369)

  • SRP Core: Remove some unexpected SRP changed callback invocations. (UUM-17548)

  • UI Toolkit: Fixed a deadlock when quitting WebGL Player when the code utilized System.ThreadPool. (UUM-37728)

  • UI Toolkit: Fixed an issue in the UI Builder that would cause an exception when using a CustomRenderTexture where a RenderTexture was expected. (UUM-37729)

  • UI Toolkit: Fixed EnumField that was not updating its displayed text when changing back from showMixedValue mode. (UUM-41395)

  • Universal RP: Fixed data-driven lens-flare missing occlusion. (UUM-31662)

  • Universal RP: Fixed exception for missing _Color Shader Property. (UUM-35520)

  • Version Control: Fixed an existing checkout operation has locked the workspace, triggered by saving the current scene at check-in.

  • Version Control: Fixed Unity Version Control toolbar icon disappearing.

  • Video: Fixed an issue to improve VP8Encoder compression and encoding speed. (UUM-20744)

  • Video: Fixed an issue where Video from Video Player was not updated immediately in the Edit Mode when changing its time in the Inspector window. (UUM-32448)

  • Video: Fixed an issue where Video has a delay, random freezing, and speeding up when using VideoPlayer. (UUM-31317)

  • Video: Fixed an issue where Video Player Component caused performance degradation in WebGL Player when using "Linear" Color Space. (UUM-32755)

  • Visual Scripting: Fixed code for custom nodes being stripped in AOT builds when Managed Stripping Level is set to High. (UVSB-2437)

  • Visual Scripting: Fixed migration deserialization bug introduced in 1.8.0. (UVSB-2492)

  • Web: Fixed an issue in WebGL's FMOD implementation that caused the console to be spammed with errors when using the PlayOneShot API. (UUM-40643)

  • WebGL: Fixed a bug where the application's background image wouldn't appear while loading if compression was enabled. (UUM-8692)

  • Windows: Fixed a possible crash where non client area was redrawn before player was fully initialized. (UUM-43075)

  • XR: Updated XR Interaction Toolkit to version 2.4.1

LTS Release 2022.3.8f1

Released:

LTS Release 2022.3.8f1

Released:

Known Issues in 2022.3.8f1

  • Addressable Assets: The released assets are not unloaded when Resources.UnloadUnusedAssets is called (UUM-37775)

  • Asset Importers: OnImportAsset leaks 5GB of memory (UUM-43067)

  • Culling: [Mobile] Player freezes on "UnityClassic::Baselib_SystemFutex_Wait" or silently crashes (UUM-41806)

  • Graphics Device Features: Severe performance degradation in Play Mode when using multiple Cameras with “Direct3D12”, “OpenGLCore”, and “OpenGLES3” Graphics APIs in URP & HDRP (UUM-42795)

  • HD RP: ArgumentException errors are thrown when selecting a Lens Flare (SRP) asset (UUM-44061)

  • Input: The device selection menu does not respond to mouse clicks when trying to add a device in a Control Scheme (UUM-40635)

  • OpenGL: [Linux][URP][OpenGL] Scene View has a red texture overlay when the project is using URP and OpenGLCore Graphics API (UUM-44222)

  • Serialization: Crash and or slow update when List items are reordered in the Inspector Window (UUM-46703)

  • Serialization: Crash on SerializedProperty_CUSTOM_GetStringValueInternal when renaming a ScriptableObject Asset (UUM-41704)

  • UI Toolkit Framework: "ArgumentNullException" error in the Console when selecting certain ScriptableObjects and entering Play Mode (UUM-39898)

  • Universal RP: Rendering stops and an “ArgumentNullException” error appears when disabling Camera’s “Dynamic Resolution” setting (UUM-44988)

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

2022.3.8f1 Release Notes

Improvements

  • Animation: Improved performance of AnimatorOverrideController.ApplyOverrides(). (UUM-39762)

  • Burst: Added ability to support hashing against different target frameworks.

  • Burst: Added support for default interface methods.

  • Burst: Added support for string interpolation in exception messages.

  • Burst: Added support for Math.Clamp (this API is available when Api Compatibility Level is set to .NET Standard 2.1).

  • Documentation: Added initial User Manual docs for visionOS.

  • Editor: The audio mute button in the game view toolbar uses less time per frame. (UUM-36729)

API Changes

  • Build Pipeline: Added: Added "Dedicated Server optimizations" option that strips all shaders from Dedicated Server builds.

  • Build Pipeline: Added: New signature for BuildPipeline.BuildAssetBundles.

  • SRP Core: Added: Added callbacks when RenderPipeline is created or disposed. (UUM-20646)

Changes

  • Burst: Direct call is now correctly disabled for methods that are decorated with both [BurstCompile] and [UnmanagedCallersOnly] attributes (such methods shouldn't be called directly from managed code).

Fixes

  • Animation: Fixed AnimationWindowCurve evaluation error after step. (UUM-30927)

  • Animation: Fixed AnimationWindowCurve evaluation error after step. (UUM-31316)

  • Animation: Fixed memory leak in asset import process. (UUM-33327)

  • Animation: Internal - Fix leak when opening a scene containing a subscene containing animator objects. (UUM-40709)

  • Apple TV: Fixed native test PluginInterfaceProfilerCallbacks.FileOperation_CallsCallback. (UUM-763)

  • Asset Bundles: Fixed an issue where shaders in asset bundles built with older Unity versions could treat material keywords as invalid when using SubShaders.

  • Audio: Fixed Audio Reverb Zone's not being affected by the global volume setting when the Spatial Blend of the Audio Source is lower than 1. (UUM-18191)

  • Build Pipeline: Fixed AssetBundle incremental build needs to detect script namespace/assembly change. (UUM-35766)

  • Build Pipeline: Fixed incorrect AssetBundle dependencies are generated. (UUM-43175)

  • Build Pipeline: Fixed lost sprite references in bundles when moving the assets. (UUM-16394)

  • Build System: Clang fails when header file mtimes are updated and a precompiled header isn't regenerated. (UUM-44429)

  • Burst: Fixed a compile-time performance regression in 1.8.7 that could result in slower Burst compilation and increased memory usage during compilation.

  • Burst: Fixed a possible source of invalid alignment, avx2 storing to stack was given a slot with the wrong alignment.

  • Burst: Fixed burst not being able to find external function leading to crashing the Editor.

  • Burst: Fixed Burst sometimes returning wrong value for static readonly fields or static constructors.

  • Burst: Fixed compiler crash when compiling different assemblies that define methods or types with the exact same name and namespace.

  • Burst: Fixed error when trying to use direct call to a nested protected class.

  • Burst: Fixed that converting a negated unsigned type to a float would produce a mismatching value in Burst versus .Net/Mono.

  • Burst: Fixed that jobs wouldn't be Burst compiled for player builds with high stripping.

  • Burst: Fixed that the Burst Inspector handled negation of unsigned types differently than .Net for static readonly fields or static constructors.

  • Burst: Fixed using Armv9 target in the Burst Inspector not formatting the assembly.

  • Burst: Fixed wrong alignment for v128 when doing an indirect access.

  • Burst: Fixed System.NotImplementedException: Unimplemented Instruction Extension Tail_ error when the code contained tail-calls.

  • Burst: Fixed uint to float conversion edge-case.

  • Burst: Prevented Burst emitting errors even when Burst was disabled via the --burst-disable-compilation command line option.

  • Burst: Under some conditions (if the error in compilation occurred in a location that didn't have valid debug information), building a player might not generate any files, and not display any errors.

  • Core: Fixed an issue where object creation was recorded on a non-main thread, causing a nullptr in the ObjectDispatcher.

  • Core: ForEach jobs no longer allocate internal data using the TempJob allocator, eliminating one source of 'possible leak' warnings for long-running jobs. (UUM-45532)

  • Documentation: Added missing link in physics (physX) documentation. There was an hyper-link missing referring to CompoundColliders.

  • DX12: Fixed sub meshes not being visible sometimes in ray tracing effects on AMD GPUs. (UUM-44073)

  • Editor: Calculate Mask value fix for last layer selection in RenderingLayerMask. (UUM-29344)

  • Editor: Clicking a foldout with Alt held will now set all child foldouts to the same expanded state when they are bound to SerializedProperty.isExpanded. (UUM-36151)

  • Editor: Ensured ExecuteInEditMode warning when entering playmode will fit in a dialog box. (UUM-44500)

  • Editor: Fixed a bug where 2D collider gizmos were not rendered when selecting the parent. (UUM-41829)

  • Editor: Fixed ASAN errors sometimes happening in Editor UI tests. (UUM-27445)

  • Editor: Fixed case where variant Inspector context was not disabled as intended. (UUM-44331)

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

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

  • Editor: Fixed rare deadlock that can occur when building DOTS based projects. (UUM-46148)

  • Editor: Fixed shutdown crash caused by nullptr dereference inside WorkerManagerASIO. (UUM-43024)

  • Editor: Fixed Sprite previews when go out from Play Mode and URP in use. (UUM-41498)

  • Editor: Fixed the error message when binding a shortcut with an invalid key. (UUM-43122)

  • Editor: Fixed Unity crash when trying to reopen project with Package Manager resolution error. (UUM-43054)

  • Editor: Prevent blendshape normals calculation when mesh normal is set to Calculate and blendshape normals is set to None. (UUM-36071)

  • Editor: Prevent C4D native importer warnings if a project has its own C4D ScriptedImporter. (UUM-36242)

  • Editor: Updated UI/Docs for previewing audio clip in inspector. (UUM-16395)

  • GI: Detecting invalid data in lighting data assets in order to avoid a crash. (UUM-27652)

  • Graphics: DrawProcedural family of functions now also work when shaders want vertexbuffers. (UUM-32295)

  • Graphics: Fixed a crash (or memory leak) caused when using AABBs procedural geometries in a RayTracingAccelerationStructure. (UUM-43293)

  • Graphics: Fixed crashing without error on VK and GL when wrong Graphics Buffer Target is set. (UUM-42421)

  • Graphics: Fixed incorrect clamping of maxComputeBufferInputs when VkPhysicalDeviceLimits::maxPerStageDescriptorStorageBuffers is max unsigned integer. (UUM-43741)

  • Graphics: Fixed null pointer exception on the player when none of the quality levels were assigned. (UUM-43265)

  • Graphics: Fixed texture memory leaks for asynchronous scene loads. (UUM-35265)

  • Graphics: Modified doc as camera distance calculation is coupled with camera. (UUM-12523)

  • HDRP: Fixed custom pass injection point "After Opaque And Sky" happening after cloud rendering.

  • HDRP: Fixed FTLP (Fine Tiled Light Pruning) Shader Options max light count. Previous support only supported up to 63 These changes allow to go up to 255 with higher instability as numbers per tile approach 255.<br> For support greater than 255, do it at your own risk! (and expect some flickering). (UUM-39924)

  • HDRP: Fixed the incorrect size of the material preview texture. (UUM-31221)

  • HDRP: Mixed runtime lights were not considering the intensity multiplier during bakes. These changes fix this behaviour and make bakes more intuitive. (UUM-41081)

  • IL2CPP: Allow the number of thread local storage slots to grow at runtime. (UUM-31808)

  • IL2CPP: Fixed a deadlock when quitting WebGL Player when the code utilized System.ThreadPool. (UUM-32717)

  • iOS: Fixed attach managed debugger window not showing up and causing application to be in frozen state. (UUM-39644)

  • Linux: Fixed Vulkan falsely reporting that HDR is supported on Linux. (UUM-43364)

  • Linux: Prevent paused unity player from using excessive CPU when "run in the background" option is off. (UUM-38092)

  • Package Manager: Disabled documentation link button when it's unavailable. (UUM-45844)

  • Package Manager: Fixed the issue where packages in My Assets are loading forever. (UUM-45604)

  • Package Manager: Show the package technical name of a UPM on A$ in the editor.

  • Particles: Fixed potential crash on deletion of particle systems with mesh particles. (UUM-26623)

  • Physics: Fixed an issue on OSX where Physics.Simulate would experience hickus due to how the PhysX task system was being integrated with Unity's Job System. (UUM-27803)

  • Physics: Fixed small bodies starting to tunnel through large bodies in continuous collision detection mode at high simulation frequencies (~200Hz). (UUM-19349)

  • Scene/Game View: Fixed a slight pause in the Scene View's camera movement when rapidly changing between arrow keys of opposite directions. (UUM-42170)

  • Scene/Game View: Fixed an issue where shader dispatch events would not show up in GameView's RenderDoc capture data. (UUM-29955)

  • Scene/Game View: Fixed the Scene View mouse jumping to only be set when the view tools are active. (UUM-33675)

  • Scripting: PrefabUtilitiy.InstantiateAttachedAsset is deprecated. (UUM-33714)

  • Scripting: Respect Reference Validation Plugin setting. (UUM-32855)

  • Serialization: Fixed the TypeDB path in BuildPlayerDataGenerator. (UUM-28069)

  • Shaders: Fixed Editor crashing sometimes when importing shaders. (UUM-42369)

  • Shaders: Shader warmup was not being skipped through SRP initialization.<br> This could cause GPU hangs if the user specifies a shader preloading asset. This functionality should only occur for open gl platforms. (UUM-43199)

  • Tests: Fixed for 2022.3.X: [INSTABILITY]: MouseEnterLeaveWhenElementIsMoved. (UUM-41198)

  • Tests: Fixed for 2022.3.X: [INSTABILITY]: MouseEnterLeaveWhenElementIsResized. (UUM-41218)

  • Tests: Fixed for 2022.3.X: [INSTABILITY]: MouseEnterLeaveWhenElementTransformChanges. (UUM-41219)

  • UI Toolkit: Added the TextField focus when used inside a TreeView. (UUM-42629)

  • UI Toolkit: Fixed an issue in the UI Builder that would cause an exception when using a CustomRenderTexture where a RenderTexture was expected. (UUM-37729)

  • UI Toolkit: Fixed an issue in the UI Builder where editing an element in-canvas would sometimes have an offset. (UUM-17577)

  • UI Toolkit: Fixed contentContainer for RadioButtonGroup. (UUM-39830)

  • UI Toolkit: Fixed gaps between background repeat stamps. (UUM-36753)

  • UI Toolkit: Fixed RadioButtonGroup choices not being cleared properly. (UUM-40687)

  • UI Toolkit: Fixed USS files reordering in UI Builder. (UUM-37728)

  • Universal RP: Fixed runtime performance drops when multiple views that uses incompatible RTHandle descriptors are rendered within a frame. (UUM-40249)

  • Version Control: Fixed an existing checkout operation has locked the workspace, triggered by saving the current scene at check-in.

  • Version Control: Fixed Unity Version Control toolbar icon disappearing.

  • VFX Graph: Blocks and operators sampling Depth or Color now work with Dynamic Resolution Scaling. (UUM-546)

  • VFX Graph: Fixed a compilation error when using Cube outputs with a texture shared with another context. (UUM-41037)

  • VFX Graph: Fixed console errors when deleting VFX asset in some configuration. (UUM-41333)

  • VFX Graph: Fixed HDRP Decal Output when system is in world space. (UUM-41091)

  • VFX Graph: Fixed undefined behavior of SpawnerSetAttribute when an expression is connected to activation slot. (UUM-35461)

  • VFX Graph: Incorrect Behavior while switching from old to new SG Integration. (UUM-40925)

  • VFX Graph: Incorrect Material Settings status while changing Material Override in URP. (UUM-42220)

  • VFX Graph: Undefined sorting mode with SpriteLit/SpriteUnlit, now sorted when automatic sorting is on. (UUM-22486)

  • VFX Graph: Unexpected error while using SpriteLit/SpriteUnlit target. (UUM-22349)

  • Video: [iOS] White screen is displayed instead of the video, and "Cannot read file" is logged after resuming the video if Video Player was paused and the app was minimized and opened. (UUM-40973)

  • Visual Scripting: Fixed code for custom nodes being stripped in AOT builds when Managed Stripping Level is set to High. (UVSB-2437)

  • Visual Scripting: Fixed migration deserialization bug introduced in 1.8.0. (UVSB-2492)

  • 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)

  • WebGL: Fixed a bug where the application's background image wouldn't appear while loading if compression was enabled. (UUM-8692)

  • Windows: Fixed possible crash where non client area is redrawn before player is fully initialized. (UUM-43075)

LTS Release 2022.3.7f1

Released:

LTS Release 2022.3.7f1

Released:

Known Issues in 2022.3.7f1

  • Asset Importers: OnImportAsset leaks 5GB of memory (UUM-43067)

  • Audio Authoring: Prefabs with the AudioSources component don’t change the output of their AudioMixer group when instantiated using Addressables and manipulated in the Player (UUM-42962)

  • Graphics Device Features: Rendering artifacts using Custom Render Texture shader on Sphere Game Object (UUM-43540)

  • Graphics Device Features: Severe performance degradation in Play Mode when using multiple Cameras with “Direct3D12”, “OpenGLCore”, and “OpenGLES3” Graphics APIs in URP & HDRP (UUM-42795)

  • HD RP: Motion Blur distorts Terrain details in Runtime (UUM-43491)

  • Input: The device selection menu does not respond to mouse clicks when trying to add a device in a Control Scheme (UUM-40635)

  • Native Window Management: Crash on core::Join<core::basic_string<char,core::StringStorageDefault<char> > & __ptr64,char const (& __ptr64)[2],core::basic_string_ref<char> > when the Editor runs out of memory saving an invalid override (UUM-36776)

  • Serialization: Crash on SerializedProperty_CUSTOM_GetStringValueInternal when renaming a ScriptableObject Asset (UUM-41704)

  • Universal RP: Rendering stops and an “ArgumentNullException” error appears when disabling Camera’s “Dynamic Resolution” setting (UUM-44988)

2022.3.7f1 Release Notes

Improvements

  • Editor: Improved exception handling when package load fails. (UUM-16258)

Changes

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

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

Fixes

  • 2D: Fixed Pixel Perfect Camera error when scale is set to 0. (UUM-40888)

  • Android: Fixed an issue where Android build system was asking for an API level that didn't exist. (UUM-40891)

  • Android: Fixed an issue where pause was not processed when onPause() is called right after onResume() is called. (UUM-23247)

  • Android: On closing the touch screen keyboard TouchScreenKeyboard.hideInput is set to true. (UUM-39642)

  • Apple TV: Fixed play mode test project InputBackend. (UUM-21779)

  • DX12: Fixed a rare crash when using ray traced reflections in HDRP. (UUM-41580)

  • Editor: Fixed alignment issues with the label and value field when editing LazyLoadReference and MinMaxGradient fields. (UUM-29883)

  • Editor: Fixed an issue where the font color would not be right for certain font assets. (UUM-28672)

  • Editor: Fixed app crash when memorysetup-job-temp-allocator-block-size property was unaligned to the power of 2. (UUM-42428)

  • Editor: Make text in Windows Editor dialogues selectable to support copy and paste. (UUM-41283)

  • Editor: Removed dialog window and Variant suffix for Model Prefab Instances dragged into the project window. (UUM-33190)

  • Graphics: Graphics: Fixed stencil information display error under camera depthNormals mode. (UUM-27513)

  • HDRP: Fixed Decal additive normal blending on shadergraph materials. (UUM-38065)

  • IL2CPP: Avoid a semaphore link in the IL2CPP runtime that can occur during lock contention for multiple threads. (UUM-40104)

  • IL2CPP: Corrected the behavior of .NET File APIs for some DLC paths on GameCore. (UUM-29631)

  • IL2CPP: Corrected the offset of properties within Explicit layout structs with FieldOffset. (UUM-43158)

  • IL2CPP: Fixed Calli scanning bug in MarkReflectionLikeDependencies pass. (UUM-33871)

  • Linux: Fixed Editor getting focused when saving script files with Jetbraines Rider. (UUM-36463)

  • Package Manager: Fixed an issue where built-in packages could not be successfully resolved if a dependency version did not exactly match the built-in package version. (UUM-37161)

  • Particles: Fixed particles flickering on Vulkan. (UUM-21106)

  • Player: Fixed custom SRP shaders used in skyboxes not rendering in Single-Pass Instanced XR rendering mode.

  • UI Toolkit: EnumFlagsField can now have the Everything and None Flags declared anywhere in the Enum. (UUM-40696)

  • UI Toolkit: Fixed exception thrown when adding a hidden column to a multi column control. (UUM-39648)

  • UI Toolkit: Fixed ListView single click issue when EventSystem and StandaloneInputModule are in the scene. (UUM-42106)

  • UI Toolkit: Fixed the ordering of the spacing and border fields in the UI Builder inspector, to match uss order.

  • Universal RP: Fixed exception for missing _Color Shader Property. (UUM-35520)

  • Universal Windows Platform: Fixed an issue where there was invalid characters at the start of the StoreManifest.xml file on UWP. (UUM-42689)

  • Video: Improved VP8Encoder compression and encoding speed. (UUM-20744)

  • Video: Video Player Component causes performance degradation in WebGL Player when using "Linear" Color Space. (UUM-32755)

  • XR: VisionOS: Fix crashes in simulator related to ASTC texture decoding.

  • XR: VisionOS: Fully immersive mode now renders on devices in addition to simulator.

LTS Release 2022.3.6f1

Released:

LTS Release 2022.3.6f1

Released:

Known Issues in 2022.3.6f1

  • Asset Importers: OnImportAsset leaks 5GB of memory (UUM-43067)

  • Graphics Device Features: Severe performance degradation in Play Mode when using multiple Cameras with "Direct3D12", "OpenGLCore", and "OpenGLES3" Graphics APIs in URP & HDRP (UUM-42795)

  • Input: The device selection menu does not respond to mouse clicks when trying to add a device in a Control Scheme (UUM-40635)

  • iOS: App freezes and the "You can attach a managed debugger now if you want" message doesn't show up when running the app on iOS devices with the "Wait For Managed Debugger" setting enabled (UUM-39644)

  • Native Window Management: Crash on core::Join<core::basic_string<char,core::StringStorageDefault<char> > & __ptr64,char const (& __ptr64)[2],core::basic_string_ref<char> > when the Editor runs out of memory saving an invalid override (UUM-36776)

  • Serialization: Crash on SerializedProperty_CUSTOM_GetStringValueInternal when renaming a ScriptableObject Asset (UUM-41704)

2022.3.6f1 Release Notes

Features

  • VFX Graph: VFX instancing allowed when having exposed textures, meshes or graphic buffers.

Improvements

  • Documentation: Clarify the behavior of Texture2D.Apply(), especially regarding mipmap limits. (UUM-7709)

  • Shadergraph: [SGB-613][SGB-594] Addressed an issue where certain operations were taking too long as a result of graph concretization.

API Changes

  • Graphics: Added: ForEach method to iterate over the tiers of QualitySettings in a safe way. (UUM-37398)

Changes

  • Build System: [bee_backend] use posix_spawn on unix instead of fork+exec.

Fixes

  • 2D: Fixed color texture not getting created in custom render passes. (UUM-14400)

  • 2D: Fixed crash with TilemapCollider2D when a Tilemap with Tiles that have invalid Transform Matrices are loaded. (UUM-41396)

  • Android: Fixed unpatched activity tags in AndroidManifest. (UUM-40774)

  • Asset Pipeline: Fixed an issue where mismatched (or corrupted) asset artifact IDs could cause a crash during project launch. (UUM-27531)

  • Build System: Fixed pigz-mac-aarch64 artifact (previously was a linux binary instead). (UUM-42368)

  • Core: Fixed issue where job may fail to allocate using Allocator.Temp resulting in a a "Top level scope allocation is permitted only on the main thread." exception message. (UUM-40042)

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

  • Editor: Added a top level mem scope to avoid temp memory leak.

  • Editor: Append numbers to differentiate shortcut profiles with the default name "New profile". (UUM-35742)

  • Editor: Asset info (labels and asset bundle) is now shown but in a disabled state when the asset is not checked out in perforce. (UUM-36500)

  • Editor: Device Simulator now respects the WaitForEndOfFrame yield instruction when used in combination with Application.targetFramerate. (UUM-40051)

  • Editor: Enabled mixed stack trace for Mono builds on Linux. (UUM-33920)

  • Editor: Ensure all properties in Search auto complete dialog have a tooltip to accomodate really long property names. (UUM-35583)

  • Editor: Ensure derived components are indexed (in prefab). (UUM-41735)

  • Editor: Ensure SearchQueryProject list and SearchQuery panels are updated if SearchQueryAssets are added/removed either from Search Window or externally. (UUM-41173)

  • Editor: Ensured if a user expliticly loads a layout that we will load the default layout if something fails (thus avoiding an empty Main Window). (UUM-40238)

  • Editor: Fixed an issue where shader errors appearing in Shadows.hlsl. (UUM-37723)

  • Editor: Fixed an issue where the Windows Editor could crash when opening an EditorWindow instance from an EditorWindow invoked using EditorWindow.ShowAsDropdown. (UUM-40110)

  • Editor: Fixed Async Progress registering ScriptingGCHandle not in current domain. (UUM-39631)

  • Editor: Fixed CPU usage not reducing when un-focusing editor if a tab is undocked. (UUM-35177)

  • Editor: Fixed crash in assign of dynamic_block_array. (UUM-41417)

  • Editor: Fixed crash when importing large FBX file. (UUM-38104)

  • Editor: Fixed crash when previewing certain animation curves in the inspector which contain infinite tangents. (UUM-35456)

  • Editor: Fixed DrawAAPolyLine method that modified the source color values. (UUM-7840)

  • Editor: Fixed edge case with the Windows Player where an incorrect resolution is used and reported by Screen.width and Screen.height. This occurred when the player was started on a monitor with different DPI settings compared to the main windows monitor. (UUM-41799)

  • Editor: Fixed enum values binding incorrectly when the enum contained obsolete values. (UUM-36836)

  • Editor: Fixed for ArgumentNullException and Assertion failed errors thrown when enabling Opaque Texture, using the Hierarchy search bar, and viewing the Scene tab in Play Mode. (UUM-36458)

  • Editor: Fixed for Editor crash based on shader chunk size of 0 in player settings. (UUM-36663)

  • Editor: Fixed modal windows are blank when opened. (UUM-927)

  • Editor: Fixed ObjectField label not updating when assigning a null value through the inspector. (UUM-27629)

  • Editor: Frame Debugger: Fixed an issue where scrolling in the window didn't work when the Mesh Preview was being used. (UUM-27586)

  • Editor: Frame Debugger: Fixed an issue where the editor would sometimes crash when retrieving keywords for a custom Compute Shader. (UUM-33301)

  • Editor: Frame Debugger: Fixed an issue where the Event Sliders/Buttons didn't update the window properly. (UUM-37778)

  • Editor: Frame Debugger: Fixed an issue where the textures sometimes leaked when inspecting shadowmaps. (UUM-32862)

  • Editor: Hide the CPU option from the UI for Managed Plugins as it has no effect. (UUM-40186)

  • Editor: Improved performance when saving Prefabs. (UUM-31437)

  • Editor: Make newly created ScriptableSingleton instances editable. (UUM-40767)

  • Editor: Ordered shortcut profiles to display alphabetically. (UUM-34461)

  • Editor: Proper handling of saving a scenetemplate or a unity scene. (UUM-42427)

  • Editor: Removed the scrollview in the New Scene dialog. (UUM-40806)

  • Editor: Style buttons of SceneTemplate Inspector. (UUM-31080)

  • Editor: To remove the transparent input field that presents when TouchScreenKeyboard is active with hideInput option. (UUM-37652)

  • Editor: Updated Window/Panel menu even when aux window are closed. (UUM-26519)

  • GI: EnlightenRuntimeManager methods are visible in the profiler in Play mode. (UUM-29788)

  • Graphics: Fixed a division-by-zero crash when attempting to use the region-based CopyTexture with depth-only RenderTextures. (UUM-29859)

  • Graphics: Fixed a scenario where combining Linear Project Color Space, DisplayP3, enabled Post-Processing and disabled HDR would provoke 'RenderTexture.Create failed' errors. (UUM-3774)

  • Graphics: Fixed an issue where a "RenderTexture color format cannot be set to a depth/stencil format" error appeared when passing DefaultFormat.DepthStencil or DefaultFormat.Shadow to the DefaultFormat RenderTexture/CustomRenderTexture constructor. (UUM-11964)

  • Graphics: Fixed an issue where RenderTexture assets using Auto GraphicsFormats would sometimes not upgrade correctly if the depthStencilFormat was None, a D16_UNorm fallback was missing. VideoAuto is now converted to YUV2 as well. (UUM-29430)

  • Graphics: Fixed an issue where RenderTexture.enableRandomWrite was not being serialized. (UUM-3769)

  • Graphics: Fixed an issue where the RenderTextureDescriptor 'colorFormat' getter was not consistent with the RenderTexture 'format' getter and was incapable of determining the depth-related RenderTextureFormat when 'graphicsFormat' was 'None'. (UUM-29423)

  • Graphics: Fixed an issue where the RenderTextureFormat 'format' getter on AttachmentDescriptor would not return RenderTextureFormat.Depth when the 'graphicsFormat' was a depth-stencil format. (UUM-29423)

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

  • Graphics: Fixed instances where the RenderTextureDescriptor sRGB setter would sometimes 'corrupt' or unintentionally modify the descriptor's GraphicsFormat. (UUM-3774)

  • Graphics: GraphicsFormat.None is now correctly permitted as a color format on all RenderTexture constructors, enabling the use of the new approach for creating depth-only RTs across all constructors (GraphicsFormat.None as a color format). (UUM-29440)

  • Graphics: Made Always/Vertex pass to be accepted by the ForwardRenderer loop and receive the main light's screenspace shadowmap. (UUM-36912)

  • HDRP: Added warning to reflection probe editor to prevent user from baking in a low quality level. (UUM-41531)

  • HDRP: Fixed recovering the current Quality level when migrating a HDRP Asset. (UUM-37398)

  • Linux: Fixed Editor crash when quick searching through a large amount of asset files on Linux. (UUM-22443)

  • Networking: UnityWebRequest texture download will now create the texture with mipmaps. (UUM-26628)

  • Package Manager: Fixed changelog link in version history tab. (UUM-43187)

  • Physics: Cloth objects inter-collisions is now properly enabled when turned on in the project settings. (UUM-12987)

  • Physics: Fixed a crash while entering play mode with a cloth component that hasn't been edited. (UUM-16091)

  • Physics: Fixed an issue where Cloth would crash when attempting to bake using a mesh with duplicate vertices and all particles pinned. (UUM-34029)

  • Physics 2D: Ensured that the RelativeJoint2D, when turning on "Auto Configuration Offset", shows Angular offset in Degrees rather than Radians. (UUM-42690)

  • Player: Fixed memory regression in Player. (UUM-40679)

  • Prefabs: Fixed "Prefab mismatch: The instance object in the scene is referencing a corresponding source object in the Prefab of a different type." thrown when applying added GameObject to a Prefab. (UUM-36238)

  • Scene/Game View: Fixed issue where Context Menu of the curve keyframes would only have the "Add Key" option. (UUM-41464)

  • Serialization: Make sure double-s are parsed correctly in MiniJSON ParseNumber. (UUM-19166)

  • Serialization: When serializing empty managed object reference we are not adding the data node in the YAML, which is causing problems after some fields are added to the script and the YAML is being de-serialized. In this case, as there still is not any data node in the YAML, the deserialization process is not instantiating the managed object correctly. (UUM-2258)

  • Shadergraph: [SGB-561] Addressed issue where save/save as hotkeys weren't being caught by shadergraph editor window.

  • Shadergraph: [SGB-581][SGB-531] Addressed minor usability issues with Custom Function Nodes.

  • Shadergraph: [SGB-592][SGB-596] Addressed issue where docs links from editor were incorrect.

  • Shadergraph: [SGB-597] Removed invalid character from imported material sub asset.

  • Shadergraph: [SGB-605] Addressed issue where adding dropdown property type to newly created subgraphs did not propagate to other open shadergraph editor windows.

  • Shaders: Fixed canceling shader variant compilation not working when compilation was async. (UUM-9826)

  • TextCore: Fixed crash when upgrading materials. (UUM-32513)

  • UI Toolkit: Added an option to the library's settings that will allow the user to use a blank VisualElement by default when adding from the library. (UUM-19254)

  • UI Toolkit: Dynamic height ListView was being scrolled to the wrong item when using ScrollToItem. (UUM-40674)

  • UI Toolkit: Ensure parseEscapeSequences are disabled by default for TextFields. (UUM-35566)

  • UI Toolkit: Fixed an exception when calling RemoveFromHierarchy during detatchFromPanel events. (UUM-36627)

  • UI Toolkit: Fixed EnumField not updating its displayed text when changing back from showMixedValue mode. (UUM-41395)

  • UI Toolkit: Fixed inconsistent bezier offset when using Painter2D. (UUM-42568)

  • UI Toolkit: Fixed Painter2D libtess crash when using invalid input values. (UUM-37087)

  • UI Toolkit: Fixed PropertyField resolving the wrong type when showing an ObjectField and a class had the same name as a built-in type. (UUM-29499)

  • UI Toolkit: Fixed TreeView element not being expanded fully when trying to expand it more than once. (UUM-27589)

  • UI Toolkit: ListView was sometimes stuck when trying to scroll up from the bottom. (UUM-28510)

  • UI Toolkit: ListView's content container was sometimes resized smaller than it should be when reordering items. (UUM-42365)

  • UI Toolkit: ListView's itemsChosen was being called when quickly clicking on two separate items. (UUM-42450)

  • UI Toolkit: ObjectField didn't get cleared when using backspace. (UUM-35034)

  • Universal RP: Fixed an issue where incorrect Shader Keyword Prefiltering was used with SSAO when AfterOpaque was used.

  • Universal RP: Fixed an issue where rendering layers keywords were not enabled correctly when using Decals &amp; SSAO in Deferred. (UUM-39831)

  • Universal RP: Fixed data-driven lens-flare occlusion and y-flip on opengl. (UUM-31662)

  • Universal RP: Fixed Native RenderPass errors when using RenderingLayers. (UUM-34728)

  • Universal Windows Platform: Fixed use of ReadOnlyAttribute in certain managed plugin scenario. (UUM-39921)

  • VFX Graph: Changed are reverted in the Mesh Output shader property when saving. (UUM-563)

  • VFX Graph: Fixed VFX camera command culling failling when all effects are out of frustum. (UUM-41136)

  • VFX Graph: Fixed crash when changing to custom batch capacity in computers with large GPU memory. (UUM-38059)

  • VFX Graph: Fixed undo not working with shader property in the Mesh Output context. (UUM-10400)

  • VFX Graph: Immortal particles don't work properly when instancing is enabled. (UUM-21002)

  • VFX Graph: Improved shader input properties synchronization with VFX Graph output context when the shader is deleted or set to None. (UUM-561)

  • VFX Graph: Initialize VFX material indices to make all materials valid if used on Awake. (UUM-37360)

  • VFX Graph: Some VFX Graph were not compiled until the asset was opened. (UUM-570)

  • Video: Fixed crash when terminating the player during a video. (UUM-34052)

  • Video: WebM encoding + asset database refresh error. (UUM-3216)

  • Web: Fixed bug in WebGL's FMOD implementation that caused the console to be spammed with errors when using the PlayOneShot API. (UUM-40643)

  • WebGL: Fixed an issue with multithreaded WebGL builds trapping on a function signature exception when switching between scenes. (UUM-33233)

  • Windows: Fixed "Restart Unity as a standard user" button not working when Unity editor gets run as administrator due to Unity Hub running as administrator or due to Unity's executable compatibility flags being configured to be run as administrator. (UUM-42508)

  • XR: Updated XR Interaction Toolkit to version 2.4.1.

  • XR: XR: Fixed an issue with XR Input -&gt; Input System that caused Input System's TrackedPoseDriver rotation to drift between Update / BeforeRender calls.

LTS Release 2021.3.29f1

Released:

LTS Release 2021.3.29f1

Released:

Known Issues in 2021.3.29f1

  • Asset Importers: Console displays warning about importing c4d files when a Scripted Importer for c4d files is implemented (UUM-36242)

  • Asset Importers: OnImportAsset leaks 5GB of memory (UUM-43067)

  • HD RP: [XR] Editor crash entering play mode with terrain in the scene (UUM-41447)

  • Input: Crash on InputDeviceIOCTL when closing Unity editor (UUM-10774)

  • iOS: App freezes and the "You can attach a managed debugger now if you want" message doesn't show up when running the app on iOS devices with the "Wait For Managed Debugger" setting enabled (UUM-39644)

  • Linux: Crash on DisconnectGtkSignal(void*, GtkCallbackResponse ()(), void) when going through microgame tutorials (UUM-34847)

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

  • MacOS: Fix for 2021.3.X: Editor silently crashes when entering Play Mode on macOS (UUM-37060)

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

  • Mono: Crash with ScanAssemblyForAttributesAndInterfaceImplementations when opening a project (1376858)

  • Mono: [Linux] Crash on monoeg_assert_abort when a reload is caused (UUM-36778)

  • Platform Audio: [WebGL] A looping audio sounds different on WebGL than in the editor/native desktop player (UUM-12530)

  • UI Toolkit Framework: Unity Editor is rendered without the toolbar icons when using it on old hardware with integrated GPU (UUM-13134)

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

  • Vulkan: Editor exits when opening the Scene view window or selecting a material (UUM-36647)

2021.3.29f1 Release Notes

Improvements

  • IL2CPP: MacOS arm64 builds of il2cpp &amp; UnityLinker updated to target the net 6.0.18 runtime.

Changes

  • Package: Fixed a crash that could happen on Android.

Fixes

  • 2D: Fixed Crash on RasterizeTri when clicking "Pack Preview" after packing an Asset into Sprite Atlas. (UUM-18880)

  • Android: Fixed crash when using Optimized Frame Pacing combined with Vulkan native rendering plugins. (UUM-36096)

  • Asset Import: Fixed bug with BC7 texture encoding upon import crashing on older Penryn (Core 2 Duo) CPUs. (UUM-2508)

  • Asset Pipeline: Ensure all Accelerator cache downloads are used when importing using ParallelImport mode. (UUM-39687)

  • Asset Pipeline: Fixed an issue where mismatched (or corrupted) asset artifact IDs could cause a crash during project launch. (UUM-27531)

  • Build System: Fixed pigz-mac-aarch64 artifact (previously was a linux binary instead). (UUM-42368)

  • Documentation: Updated docs to reflect how the engine works. (UUM-18546)

  • Editor: AndroidJavaProxy correctly maps null variables (e.g empty string) for reflection search + automatic tests for AndroidJavaProxy. (UUM-30243)

  • Editor: Append numbers to differentiate shortcut profiles with the default name "New profile". (UUM-35742)

  • Editor: Disabled blitting to same texture error message when the destination texture is not used as input texture in specified pass in Graphics.Blit. (UUM-33058)

  • Editor: Disabled probe volume in material preview. (UUM-33506)

  • Editor: Fixed "Busy Progress Delay" not saving the new value when clicking to other tabs in the Preferences window. (UUM-35857)

  • Editor: Fixed an issue where a UnityException ("Could not find the requested Platform Texture Settings. This is incorrect, did initialization fail?") would sometimes be thrown when inspecting multiple texture importers at the same time. (UUM-15620)

  • Editor: Fixed an issue where RFloat / RGFloat / RGBAFloat formats were not useable in the Texture Importer Inspector even though they already could be applied through, for example, an AssetPostprocessor. (UUM-35162)

  • Editor: Fixed an issue where users would sometimes be prompted to save their changes by the Texture Importer Inspector despite having not changed any of the importer settings. (UUM-19921)

  • Editor: Fixed build issue on Linux. (UUM-34956)

  • Editor: Fixed CPU usage not reducing when un-focusing editor if a tab is undocked. (UUM-35177)

  • Editor: Fixed createassetmenu attribute menu name with space won't work. (UUM-35120)

  • Editor: Fixed for crash when disconnecting bluetooth audio device. (UUM-12583)

  • Editor: Fixed for freeze while dragging. (UUM-41826)

  • Editor: Fixed modal windows are blank when opened. (UUM-927)

  • Editor: Fixed mouse and trackpad horizontal scrolling in the Windows Editor. (UUM-35980)

  • Editor: Fixed mouse cursor lock mode not working on linux. (UUM-25736)

  • Editor: Fixed nullref occurring when font references have not been initialized properly. (UUM-37504)

  • Editor: Fixed OnRectTransformDimensionsChange is not called on Undo. (UUM-16963)

  • Editor: Fixed PlayerPrefs API in case registry keys has been manually deleted. (UUM-35575)

  • Editor: Fixed Timeline performance problem when previewing animated prefab instances. (UUM-28636)

  • Editor: Fixed UI Toolkit Debugger upward search with SHIFT+F3 on keyboard with Fn key. (UUM-40662)

  • Editor: Fixed xdg-open fallback. (UUM-37536)

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

  • Editor: Ordered shortcut profiles to display alphabetically. (UUM-34461)

  • Editor: Prefab Documentation link fixed for the help button. (UUM-36665)

  • Editor: Re-enabled canvas UI overlay rendering to respect the render-target render-scale. (UUM-41127)

  • Editor: Switching to the Simulator view from the Game view will no longer change the Simulator view dimensions to be the same as the Game view. (UUM-30110)

  • Editor: This PR backports fix for a regression where Copy-pasting material properties between different materials throws exceptions. (UUM-22634)

  • Editor: Updated libcurl to 8.1.1. (UUM-29475)

  • GI: Backported a fix for a crash and an assertion. (UM-1368)

  • GI: EnlightenRuntimeManager methods are visible in the profiler in Play mode. (UUM-29788)

  • Graphics: Corrected UI behavior when selecting multiple lights of different types. (UUM-36224)

  • Graphics: Fixed a couple of instances where GraphicsFormats would not correctly convert from Linear to SRGB / SRGB to Linear when using GraphicsFormatUtility.GetSRGBFormat / GraphicsFormatUtility.GetLinearFormat.

  • Graphics: Fixed a division-by-zero crash when attempting to use the region-based CopyTexture with depth-only RenderTextures. (UUM-29859)

  • Graphics: Fixed a scenario where combining Linear Project Color Space, DisplayP3, enabled Post-Processing and disabled HDR would provoke 'RenderTexture.Create failed' errors. (UUM-3774)

  • Graphics: Fixed an issue where a "RenderTexture color format cannot be set to a depth/stencil format" error appeared when passing DefaultFormat.DepthStencil or DefaultFormat.Shadow to the DefaultFormat RenderTexture/CustomRenderTexture constructor. (UUM-11964)

  • Graphics: Fixed an issue where creating an sRGB texture using one of the TextureFormat constructors in gamma project color space would produce a texture with an incorrect "Texture.isDataSRGB" value (false). (UUM-29736)

  • Graphics: Fixed an issue where RenderTexture assets using Auto GraphicsFormats would sometimes not upgrade correctly if the depthStencilFormat was None, a D16_UNorm fallback was missing. VideoAuto is now converted to YUV2 as well. (UUM-29430)

  • Graphics: Fixed an issue where RenderTexture.enableRandomWrite was not being serialized. (UUM-3769)

  • Graphics: Fixed an issue where SystemInfo.GetCompatibleFormat would return an incompatible format for certain depth-stencil formats + FormatUsage combinations. (UUM-3789)

  • Graphics: Fixed an issue where the RenderTextureDescriptor 'colorFormat' getter was not consistent with the RenderTexture 'format' getter and was incapable of determining the depth-related RenderTextureFormat when 'graphicsFormat' was 'None'. (UUM-29423)

  • Graphics: Fixed an issue where the RenderTextureFormat 'format' getter on AttachmentDescriptor would not return RenderTextureFormat.Depth when the 'graphicsFormat' was a depth-stencil format. (UUM-29423)

  • Graphics: Fixed an issue where, in some instances, specific GraphicsFormatUtility API such as "ConvertToAlphaFormat" or "HasAlphaChannel" were returning incorrect results for a number of TextureFormats. (UUM-35162)

  • Graphics: Fixed instances where the RenderTextureDescriptor sRGB setter would sometimes 'corrupt' or unintentionally modify the descriptor's GraphicsFormat. (UUM-3774)

  • Graphics: Fixed mismatch mipcount error with double buffer and anti-aliasing on. (UUM-30877)

  • Graphics: Fixed shadow render issues on Built-in Render Pipeline when using Metal. (UUM-3150)

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

  • Graphics: GraphicsFormat.None is now correctly permitted as a color format on all RenderTexture constructors, enabling the use of the new approach for creating depth-only RTs across all constructors (GraphicsFormat.None as a color format). (UUM-29440)

  • Graphics: Made Always/Vertex pass to be accepted by the ForwardRenderer loop and receive the main light's screenspace shadowmap. (UUM-36912)

  • HDRP: Added an helpbox for local custom pass volumes that doesn't have a collider attached. (UUM-35651)

  • HDRP: Fixed baked light being wrongly put in the cached shadow atlas. (UUM-34189)

  • HDRP: Fixed D3D validation error for area lights in HDShadowAtlas. (UUM-35804)

  • HDRP: Fixed inconsistent documentation about hardware supporting raytracing. (UUM-39577)

  • HDRP: Fixed scene template dependencies. (UUM-36599)

  • HDRP: Fixed wrong metapass when using planar/triplanar projection in HDRP. (UUM-22089)

  • HDRP: Improving DLSS ghosting artifacts a little bit, by using a better pre-exposure parameter. Fixing reset history issues on DLSS camera cuts. (UUM-37205)

  • HDRP: Minor fix to HDRP UI when Raytraced AO is enabled. (UUM-35581)

  • HDRP: Show base color texture on decal materials if Affect BaseColor is disabled. (UUM-29083)

  • IL2CPP: Fixed issue with Managed code stripping when inlining setters with a backing type located in a different assembly. (UUM-30763)

  • IL2CPP: Fixed static constructors on structs not being called before class to struct instance methods. (UUM-39521)

  • iOS: Fixed PlayerSettings.iOS.hideHomeButton not reading/modifying actual PlayerSettings. (UUM-31884)

  • License: Fixed performance issue in IPC comms under heavy thread load. (UUM-35368)

  • Mono: Avoid an incorrect TypeLoadException when a generic type has a field which is a 2D array of itself. (UUM-34854)

  • Mono: Fixed crash when attempting to access a field of a null valuetype object. (UUM-27537)

  • Mono: This fixes string initialization when creating a new string with the intention of all characters getting set to null. Removes the optimization that assumes the memory is clean. (UUM-35559)

  • Networking: UnityWebRequest texture download will now create the texture with mipmaps. (UUM-26628)

  • Package Manager: Fixed an issue where the whole project directory was deleted when removing a package with a non-existent file path. (UUM-36876)

  • Particles: Fixed incorrect simulation when using the Simulate Layers option on effects that contain non-looping sub-emitters. (UUM-40365)

  • Prefabs: Fixed "Prefab mismatch: The instance object in the scene is referencing a corresponding source object in the Prefab of a different type." thrown when applying added GameObject to a Prefab. (UUM-36238)

  • Prefabs: Fixed Property of VFX cant be modified when modifying a VFX Prefab. (UUM-42790)

  • Scripting: Scripting: Fixed performance regression on some API that take array parameters. (UUM-38089)

  • Serialization: Fixed Missing ScriptableObjects do not throw NullReferenceExceptions when accessing their properties in Play Mode. (UUM-34447)

  • Serialization: Fixed where it is not possible to instantiate abstract class, which is happening in this case. The fix for editor crash is to make sure that the abstract StatusEffect class is not instantiated in SerializedReference fields. You can achieve this by either changing all the occurrences, or add [MovedFrom(true, sourceClassName:"StatusEffect")] attribute to StatusEffectComplex class. (UUM-9218)

  • Serialization: Make sure double-s are parsed correctly in MiniJSON ParseNumber. (UUM-19166)

  • Serialization: When serializing empty managed object reference we are not adding the data node in the YAML, which is causing problems after some fields are added to the script and the YAML is being de-serialized. In this case, as there still is not any data node in the YAML, the deserialization process is not instantiating the managed object correctly. (UUM-2258)

  • Shadergraph: Fixed Texture Size node causing compilation error in the Fullscreen ShaderGraph target. (UUM-28758)

  • Shaders: Fixed canceling shader variant compilation not working when compilation was async. (UUM-9826)

  • Shaders: Fixed replacement shaders not picking up keywords enabled on the material that are not valid for the shader assigned to the material. (UUM-40400)

  • SRP Core: Fixed console errors when debug actions are removed from Input Manager during play mode. (UUM-37148)

  • SRP Core: Fixed Rendering Debugger runtime UI getting occluded by user UI with sorting order larger than 0. (UUM-26782)

  • UI: Fixed incorrect UV calculated on UI sprites when texture is a crunched-compressed format. (UUM-40544)

  • UI Toolkit: Fixed an exception when calling RemoveFromHierarchy during detatchFromPanel events. (UUM-36627)

  • Universal RP: Removed a Debug.Log line in Blitter.

  • Universal Windows Platform: Fixed use of ReadOnlyAttribute in certain managed plugin scenario. (UUM-39921)

  • URP: 2D - Fix additional draw call when Foremost Sorting Layer is enabled during unlit. (UUM-37441)

  • VFX Graph: Filter out META passes from SG generated shaders. (UUM-30050)

  • VFX Graph: Fixed bounds reduction shader compilation on DXC. (UUM-6058)

  • VFX Graph: Fixed HDRP Decal Output when system is in world space. (UUM-41091)

  • VFX Graph: Fixed mesh LOD flickering when using TAA. (UUM-10073)

  • VFX Graph: Fixed mismatching LOD between eyes in multi-pass VR. (UUM-6004)

  • VFX Graph: Fixed particles not rendering when sorting is enabled and no update context is present. (UUM-35121)

  • VFX Graph: Fixed sorting being disabled when Frustum Culling is On is some case. (UUM-40707)

  • VFX Graph: Forces positive color values in graph. (UUM-20076)

  • VFX Graph: Prevent overflow on baked curve and gradient. (UUM-560)

  • VFX Graph: Replace default mesh output shader to be SRP compatible. (UUM-4363)

  • VFX Graph: Restore some tooltips that were lost. (UUM-18536)

  • Video: [WebPlatform] Forwarding video, moves to start on Mac OS Chrome browser when "Build and Run". (UUM-3214)

  • WebGL: Moved BrowserifyJSTool to the WebGL area since its only used by the WebGL build. (UUM-34020)

  • Windows: Fixed for preserving escaped double quote in a quoted command line argument. (UUM-36789)

  • Windows: Fixed PlayerPrefs API in case registry keys has been manually deleted. (UUM-35575)

  • XR: XR: Fixed an issue with XR Input -&gt; Input System that caused Input System's TrackedPoseDriver rotation to drift between Update / BeforeRender calls.

LTS Release 2022.3.5f1

Released:

LTS Release 2022.3.5f1

Released:

Known Issues in 2022.3.5f1

  • Asset Importers: Crash on "'anonymous namespace'::ConvertFBXShapes" when importing an FBX file (UUM-38104)

  • Input: The device selection menu does not respond to mouse clicks when trying to add a device in a Control Scheme (UUM-40635)

  • iOS: App freezes and the "You can attach a managed debugger now if you want” message doesn’t show up when running the app on iOS devices with the "Wait For Managed Debugger" setting enabled (UUM-39644)

  • Native Window Management: Crash on core::Join<core::basic_string<char,core::StringStorageDefault<char> > & __ptr64,char const (& __ptr64)[2],core::basic_string_ref<char> > when the Editor runs out of memory saving an invalid override (UUM-36776)

  • Profiling: [Memory Profiler] Memory Leak when Memory Profiler is in project (PROFB-160)

  • Serialization: Crash on SerializedProperty_CUSTOM_GetStringValueInternal when renaming a ScriptableObject Asset (UUM-41704)

  • UI Toolkit Controls: List View automatically collapses when reordering items (UUM-42365)

  • Visual Effects: Editor crashes on VFXRenderer::AddAsRenderNode when assigning a Renderer’s materials toits to materials/sharedMaterials (UUM-37360)

  • Visual Effects: [VFX Graph] Crash on VFXBatch::AddInstance when switching to Custom Batch Capacity in Asset Inspector (UUM-38059)

  • XR SRP: Editor performance drops as OculusRuntime.WaitToBeginFrame Time ms increases to 150-200 ms in Play Mode when MSAA is enabled and Scene View is opened/focused (UUM-40249)

2022.3.5f1 Release Notes

Improvements

  • IL2CPP: Il2cpp &amp; UnityLinker updated to target the net 6.0.18 runtime.

Changes

  • Package: Fixed a crash that could happen on Android.

  • Package: Package: Updated Localization package to 1.4.4.

Fixes

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

  • 2D: Fixed Sprite previews of Sprites which have a side smaller than 64 pixels and have an aspect ratio of more than 2x in difference. (UUM-36919)

  • Android: AndroidJavaProxy correctly maps null variables (e.g empty string) for reflection search + automatic tests for AndroidJavaProxy. (UUM-30243)

  • Android: Fixed crash when using Optimized Frame Pacing combined with Vulkan native rendering plugins. (UUM-36096)

  • Android: Fixed Unity allocator crash when forcing -systemallocator on ARM64 with Android 10/11 or higher. (UUM-40105)

  • Asset Bundles: Fixed an issue where AssetBundles didn't build correctly for intel_32 architecture when the denoising package is active in the project. (UUM-35290)

  • Asset Import: Fixed bug with BC7 texture encoding upon import crashing on older Penryn (Core 2 Duo) CPUs. (UUM-2508)

  • Asset Pipeline: Ensure all Accelerator cache downloads are used when importing using ParallelImport mode. (UUM-39687)

  • Build Pipeline: Improved build time when preparing the splash screen. The first build will still be the same, however subsequent will be reduced significantly. (UUM-20350)

  • Core: Fixed creation of baking set on new projects.

  • Documentation: Fixed Renderer2DData docs link. (UUM-39471)

  • Documentation: Updated docs to reflect how the engine works. (UUM-18546)

  • Editor: Added Bee build recipes for LAME and Vorbis encoders.<br> Fix LAME vulnerability CVE-2017-8419. (UUM-14404)

  • Editor: Duplicated or copied GameObjects get pasted next to the original object or paste-target instead of at the end. (UUM-37634)

  • Editor: Editor performance test regression fixed. (UUM-37597)

  • Editor: Entities are not displayed with OpenGL on some mobiles. (UUM-33460)

  • Editor: Fixed "Busy Progress Delay" not saving the new value when clicking to other tabs in the Preferences window. (UUM-35857)

  • Editor: Fixed a bug in Native Leak Detection that could cause the Unity Editor to crash on some platforms. (DOTS-8743)

  • Editor: Fixed an issue related to BRGs and ambient light. (UUM-40337)

  • Editor: Fixed an issue where a UnityException ("Could not find the requested Platform Texture Settings. This is incorrect, did initialization fail?") would sometimes be thrown when inspecting multiple texture importers at the same time. (UUM-15620)

  • Editor: Fixed an issue where dragging an asset from the Packages folder to an empty Assets folder could cause a crash. (UUM-39919)

  • Editor: Fixed an issue where some rendered gizmos, graph elements, handles, etc would be rendered with a final alpha value of less than 1. (UUM-40949)

  • Editor: Fixed an issue where users would sometimes be prompted to save their changes by the Texture Importer Inspector despite having not changed any of the importer settings. (UUM-19921)

  • Editor: Fixed build issue on Linux. (UUM-34956)

  • Editor: Fixed crash in Transform::RemoveFromParent. (UUM-38102)

  • Editor: Fixed createassetmenu attribute menu name with space won't work. (UUM-35120)

  • Editor: Fixed Debug Error logs in Prefab Overrides window. (UUM-40895)

  • Editor: Fixed display of LightMap flags property in the Material debug inspector. (UUM-2729)

  • Editor: Fixed Editor freezes for some time when moving a group of GameObjects in the Hierarchy. (UUM-31825)

  • Editor: Fixed issue where modifying a prefab could crash the Editor on Windows. (UUM-36776)

  • Editor: Fixed menu missing after domain reload. (UUM-28905)

  • Editor: Fixed Native Leak Detection warning message to indicate the correct menu location. (UUM-39575)

  • Editor: Fixed nullref occurring when font references have not been initialized properly. (UUM-37504)

  • Editor: Fixed PlayerPrefs API in case registry keys has been manually deleted. (UUM-35575)

  • Editor: Fixed text being rendered too offset when switching query mode. (UUM-41223)

  • Editor: Fixed that Prefab with GameObjects with SortingGroups and Renderers components are dirty after being loaded from disk. This should not happen as this means that the Asset are always re-saved on SaveAssets. (UUM-40861)

  • Editor: Fixed UI button TextMeshPro GameObject not rendering in the editor. (UUM-41127)

  • Editor: Fixed UI Toolkit Debugger upward search with SHIFT+F3 on keyboard with Fn key. (UUM-40662)

  • Editor: Fixed Unity SourceGenerator to be loadable by Visual Studio. (UUM-34868)

  • Editor: Fixed xdg-open fallback. (UUM-37536)

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

  • Editor: No GUIStyle warning when opening search window. (UUM-40097)

  • Editor: Prefab Documentation link fixed for the help button. (UUM-36665)

  • Editor: Source asset db rebuilt and plugin assets reimported to fix inconsistency. (UUM-32565)

  • Editor: Switching to the Simulator view from the Game view will no longer change the Simulator view dimensions to be the same as the Game view. (UUM-30110)

  • Editor: Updated libcurl to 8.1.1. (UUM-29475)

  • Editor: Updating outdated and broken links in the Help toolbar for Unity Discussions (old Unity Answers) &amp; Unity Feedback. (UUM-40354)

  • GI: Fixed off-by-one error in version number used for margin method upgrade path. (UUM-40721)

  • Graphics: Avoid false warnings about RenderTexture format when switching color space. (UUM-6770)

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

  • Graphics: Corrected UI behavior when selecting multiple lights of different types. (UUM-36224)

  • Graphics: Fixed an issue where creating an sRGB texture using one of the TextureFormat constructors in gamma project color space would produce a texture with an incorrect "Texture.isDataSRGB" value (false). (UUM-29736)

  • Graphics: Fixed an issue where textures imported as ETC1 Crunched sRGB would appear too bright in linear projects. (UUM-28935)

  • Graphics: Fixed shadow render issues on Built-in Render Pipeline when using Metal. (UUM-3150)

  • Graphics: Renderer.SetMaterials() and Renderer.SetSharedMaterials() will set the correct number of elements when list capacity is larger than count. (UUM-27260)

  • HDRP: Added a new custom pass injection after opaque and sky finished rendering. (UUM-35024)

  • HDRP: Added an helpbox for local custom pass volumes that doesn't have a collider attached. (UUM-35651)

  • HDRP: Fixed baked light being wrongly put in the cached shadow atlas. (UUM-34189)

  • HDRP: Fixed color pyramid history buffer logic when history is reset and the color pyramid is not required. (UUM-36095)

  • HDRP: Fixed D3D validation error for area lights in HDShadowAtlas. (UUM-35804)

  • HDRP: Fixed fireflies in path traced volume scattering using MIS. Add support for anisotropic fog. (UUM-33755)

  • HDRP: Fixed inconsistent documentation about hardware supporting raytracing. (UUM-39577)

  • HDRP: Fixed scene template dependencies. (UUM-36599)

  • HDRP: Fixed wrong metapass when using planar/triplanar projection in HDRP. (UUM-22089)

  • HDRP: Improving DLSS ghosting artifacts a little bit, by using a better pre-exposure parameter. Fixing reset history issues on DLSS camera cuts. (UUM-37205)

  • HDRP: Minor fix to HDRP UI when Raytraced AO is enabled. (UUM-35581)

  • HDRP: Respect the transparent reflections settings when using raytracing. (UUM-35596)

  • HDRP: Show base color texture on decal materials if Affect BaseColor is disabled. (UUM-29083)

  • HDRP: When HDRP is disabled, Compute Shaders are being stripped. (UUM-29122)

  • IL2CPP: Fixed field alignment of generic struct fields. (UUM-40355)

  • IL2CPP: Fixed issue with Managed code stripping when inlining setters with a backing type located in a different assembly. (UUM-30763)

  • IL2CPP: Fixed Marshal.OffsetOf returning the wrong offsets for explicit layouts. (UUM-35032)

  • IL2CPP: Fixed static constructors on structs not being called before class to struct instance methods. (UUM-39521)

  • IL2CPP: Process.getProcessName will now return the process name only rather than the full path to the process. (UUM-32851)

  • iOS: Fixed Screen.orientation not changing value when only landscape orientations are enabled and device is rotated. (UUM-36598)

  • License: Fixed performance issue in IPC comms under heavy thread load. (UUM-35368)

  • macOS: PBXProject.GetUnityMainTargetGuid now returns correct target. (UUM-39664)

  • Mono: Avoid an incorrect TypeLoadException when a generic type has a field which is a 2D array of itself. (UUM-34854)

  • Mono: Fixed crash when attempting to access a field of a null valuetype object. (UUM-27537)

  • Package Manager: Fixed an issue where the whole project directory was deleted when removing a package with a non-existent file path. (UUM-36876)

  • Particles: Fixed incorrect simulation when using the Simulate Layers option on effects that contain non-looping sub-emitters. (UUM-40365)

  • Physics 2D: Fixed an issue where contacts are not solved correctly on iOS leading to tunnelling and random impulses.

  • Player: Fixed splash landscape background using the wrong uv's when a portrait background was included.

  • Player: Fixed Unity splash screen logo not including mipmaps which would reduce quality of the logos appearance.

  • Prefabs: Fixed for an unparented GameObject is created when duplicating a Prefab with a child that has HideFlags.DontSave. (UUM-28068)

  • Prefabs: Fixed Prefab Asset FileIDs are changed after building a player and saving assets. The build pipeline did change the fileIDs and did not properly clean up afterwards. (UUM-39802)

  • Prefabs: Fixed PrefabModificationsForSerializedObject::DoPrefabModificationsNeedUpdate() is unnecessarily slow. (UUM-40630)

  • Prefabs: Improved to the detection of unused overrides. (UUM-30062)

  • Scene/Game View: Fixed overlay menu position when mouse cursor is hovering another EditorWindow. (UUM-36915)

  • Scene/Game View: Fixed visibility problems when the scene view is in isolation mode. (UUM-40159)

  • Scene/Game View: Removed "Panel" option in the overlay menu when this is the only one available. (UUM-40101)

  • Scripting: Fixed performance regression on some API that take array parameters. (UUM-38089)

  • Serialization: Fixed Missing ScriptableObjects do not throw NullReferenceExceptions when accessing their properties in Play Mode. (UUM-34447)

  • Serialization: It is not possible to instantiate abstract class, which is happening in this case. The fix for editor crash is to make sure that the abstract StatusEffect class is not instantiated in SerializedReference fields. You can achieve this by either changing all the occurrences, or add [MovedFrom(true, sourceClassName:"StatusEffect")] attribute to StatusEffectComplex class. (UUM-9218)

  • Serialization: Throw an exception when trying to access struct that has an empty SerializeReference list field with boxedValue, as this is not supported by Unity. (UUM-38115)

  • Shadergraph: Fixed Texture Size node causing compilation error in the Fullscreen ShaderGraph target. (UUM-28758)

  • Shaders: Fixed replacement shaders not picking up keywords enabled on the material that are not valid for the shader assigned to the material. (UUM-40400)

  • SRP Core: Fixed console errors when debug actions are removed from Input Manager during play mode. (UUM-37148)

  • SRP Core: Fixed Rendering Debugger runtime UI getting occluded by user UI with sorting order larger than 0. (UUM-26782)

  • SRP Core: Removed some unexpected SRP changed callback invocations. (UUM-17548)

  • SRP Core: When building for Built-in, shaders from any SRP are completely stripped. (UUM-29122)

  • Timeline: Fixed issue where exceptions were thrown when different ControlTracks are referencing the same TimelineAsset. (TB-165)

  • UI: Fixed incorrect UV calculated on UI sprites when texture is a crunched-compressed format. (UUM-40544)

  • UI Toolkit: Fixed a NullReferenceException thrown when instantiating a VisualElement created from a visualTreeAssetSource and there are multiple UI Documents in the Scene. (UUM-39988)

  • UI Toolkit: Fixed BezierCurveTo() rounded caps when control points are very short. (UUM-40360)

  • UI Toolkit: Fixed ListView reorderable and reorderMode being ignored when used with editor binding. (UUM-33402)

  • UI Toolkit: Fixed Painter2D.BezierCurveTo() missing polygons when very far from the origin. (UUM-33511)

  • 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 Vector Image scaling issue with scale-to-fill. (UUM-36067)

  • Universal RP: Fixed removal of renderer features if a renderer feature is missing. (UUM-21184)

  • Universal RP: Fixed typo in RenderSingleCamera obsolete message. (UUM-40231)

  • Universal RP: Fixed WebGL1 throwing errors when using depth copy texture. (UUM-33863)

  • URP: 2D - Fixed additional draw call when Foremost Sorting Layer is enabled during unlit. (UUM-37441)

  • URP: Fixed Screen space Overlay UI rendered at the wrong size for scaling mode "Constant Pixel Size" or "Constant Physical Size", when HDR output is active. (UUM-36231)

  • VFX Graph: Fixed OutputUpdate warnings about spaces after end of line. (UUM-34453)

  • VFX Graph: Fixed usage of Screen Space Size block which lead to flipped particles. (UUM-12345)

  • Video: Fixed WebCamTexture throws error when asking a different configuration than the one specified in NVIDIA Broadcast. (UUM-32751)

  • Video: Video from Video Player is not updated immediately in the Edit Mode when changing its time in the Inspector window. (UUM-32448)

  • Video: Video has a delay, random freezing, and speeding up when using VideoPlayer. (UUM-31317)

  • Video: [WebPlatform] Forwarding video, moves to start on Mac OS Chrome browser when "Build and Run". (UUM-3214)

  • WebGL: Moved BrowserifyJSTool to the WebGL area since its only used by the WebGL build. (UUM-34020)

  • Windows: Fixed PlayerPrefs API in case registry keys has been manually deleted. (UUM-35575)

LTS Release 2021.3.28f1

Released:

LTS Release 2021.3.28f1

Released:

Known Issues in 2021.3.28f1

  • HD RP: [XR] Editor crash entering play mode with terrain in the scene (UUM-41447)

  • Input: Crash on InputDeviceIOCTL when closing Unity editor (UUM-10774)

  • iOS: App freezes and the "You can attach a managed debugger now if you want” message doesn’t show up when running the app on iOS devices with the "Wait For Managed Debugger" setting enabled (UUM-39644)

  • Linux: Crash on DisconnectGtkSignal(void*, GtkCallbackResponse ()(), void) when going through microgame tutorials (UUM-34847)

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

  • MacOS: Fix for 2021.3.X: Editor silently crashes when entering Play Mode on macOS (UUM-37060)

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

  • Mono: Crash with ScanAssemblyForAttributesAndInterfaceImplementations when opening a project (1376858)

  • Platform Audio: [WebGL] A looping audio sounds different on WebGL than in the editor/native desktop player (UUM-12530)

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

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

  • Vulkan: Editor exits when opening the Scene view window or selecting a material (UUM-36647)

2021.3.28f1 Release Notes

Improvements

  • Documentation: Improved the documentation for the NonSerialized attribute to indicate that the attribute is necessary if you really never want a (private) field to be serialized.

  • Editor: Animation Events are now organized into sub-menus in the inspector.

  • Editor: The "Non-Power of 2" control is now hidden for Cubemaps in the Texture Importer Inspector because it is not used for Cubemaps. (UUM-1882)

  • Multiplayer: Added Netcode for GameObjects 1.5.0.

  • VFX Graph: Allows texture types to be used in branch operators. (UUM-38037)

  • VFX Graph: VFX systems receiving GPU events can now go into sleep state.

Changes

  • Build Pipeline: Will now use -filelist when running libtool for MacOS/iOS builds to prevent command lines from becoming too long. (UUM-34555)

  • Package: Updated code coverage package to version 1.2.4.

  • Services: Rebranded Unity Cloud Build service to Build Automation.

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

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

Fixes

  • 2D: Fixed bug with placement of the Tilemap Instantiated Object when the Tilemap orientation is set. (UUM-36433)

  • 2D: Fixed case where sprite Packer does not re-pack folder when texture type is changed to sprite when inside a target folder. (UUM-34323)

  • Android: Fixed crash when creating pipeline objects for some URP Lit shader on some older Adreno drivers. (UUM-29409)

  • Android: Fixed errors on new InputSystem when using mouse clicks on Samsung Dex. (UUM-19038)

  • Android: Fixed R8 mapping output and enforced use of R8 for targetSDK 33 and above. (UUM-889)

  • Android: Fixed Unity allocator crash when forcing -systemallocator on ARM64 with Android 10/11 or higher. (UUM-40105)

  • Android: Updated that the text inputfield to appear and disappear with the "Enter" key. (UUM-30811)

  • Asset Bundles: Added error message when loading bundle without typetrees in the Editor. (UUM-660)

  • Build Pipeline: Fixed edge case where using the BuildPipeline.BuildPlayer APIs on Windows can fail, when a previously used build folder has been deleted. (UUM-30952)

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

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

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

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

  • Editor: AdbProvider doesn't add errors when displayed in the Project tab. (UUM-32810)

  • Editor: Added Bee build recipes for LAME and Vorbis encoders.<br> Fix LAME vulnerability CVE-2017-8419. (UUM-14404)

  • Editor: Added more validation when saving scene template (handled outside project). Also allows saving inside a package folders. (UUM-30708)

  • Editor: Added try/catch when calling custom indexers so they cannot crash the whole indexing process. (UUM-27948)

  • Editor: Avoid quadratic indexing time when indexing scenes with prefabs. (UUM-16085)

  • Editor: Changed search result count label color to be more clear when selected and hovered. (UUM-32515)

  • Editor: Component Help button tooltip are generated with a nicify type name. (UUM-37612)

  • Editor: Custom indexers are properly refreshed on Domain reload. (UUM-35650)

  • Editor: Do not allow to add the same column twice. (UUM-36007)

  • Editor: Ensure ModeService does a EnumerateAllAssets once (in startup) and never again during domain reload. (UUM-37521)

  • Editor: Fixed a case where an object change event for object destruction would not contain a valid parent instance id. (UUM-40341)

  • Editor: Fixed an issue that caused some packages to remain visible in the Project Window when the visibility button was toggled. (UUM-35156)

  • Editor: Fixed an issue that caused the assets of some packages to remain visible in the Object Picker when the visibility button in the Project Window was toggled. (UUM-21308)

  • Editor: Fixed an issue where dragging an asset from the Packages folder to an empty Assets folder could cause a crash. (UUM-39919)

  • Editor: Fixed an issue where the Cubemap "Mapping" control in the Texture Importer Inspector would incorrectly be disabled in certain scenarios. (UUM-1882)

  • Editor: Fixed Column naming in Edit Column menu. (UUM-32469)

  • Editor: Fixed context menu items not being enabled in modal windows on MacOS Editor. (UUM-20747)

  • Editor: Fixed crash when calling EditorUtility.UnloadUnusedAssetsImmediate(false). (UUM-11648)

  • Editor: Fixed EditorBuildRules.GetAllScriptAssemblies scales poorly on large projects. (UUM-35879)

  • Editor: Fixed for editor freeze on macOS. (UUM-30173)

  • Editor: Fixed hover and tooltip of Scene Template Pipeline help button. (UUM-37542)

  • Editor: Fixed issues with missing realtime GI when mixing realtime GI Light Probes and baked GI Light Probes in Auto Generate Lighting mode. (UUM-20639)

  • Editor: Fixed meshes from 2019 LTS and older being upgraded to use an incorrect "Margin Method" setting for Lightmap UV generation. (UUM-37456)

  • Editor: Fixed resize minimum size on undocked window. (UUM-36103)

  • Editor: Fixed scrollbar in scene template dialog. (UUM-35878)

  • Editor: Fixed the problem of selectedPlatform being serialized in ProjectSettings.asset. (UUM-28332)

  • Editor: Fixed title show the major, minor and version build. (UUM-26695)

  • Editor: Fixed tool gizmos clipping in cases where adjacent objects are separated by large distances on the z axis. (UUM-34638)

  • Editor: Improved warning message when trying to save a SceneTemplate with an invalid asset path. (UUM-31433)

  • Editor: Prevent particle system buffer pre-mapping in editor if RenderDoc is present. (UUM-32787)

  • Editor: Updating outdated and broken links in the Help toolbar for Unity Discussions (old Unity Answers) &amp; Unity Feedback. (UUM-40354)

  • GI: Fixed crash on Mac M1 when attempting to bake a reflection probe in URP. (UUM-1370)

  • GI: Fixed Light Probe occlusion when using GPU Lightmapper and many light probe positions. (UUM-4179)

  • GI: Fixed off-by-one error in version number used for margin method upgrade path. (UUM-40721)

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

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

  • Graphics: Fixed Light movement and artifacts when multiple vertex lights are interacting. (UUM-36457)

  • Graphics: Graphics: Fixed solid color block artifacts when compressing textures using Fast ASTC on M1 devices. (UUM-3148)

  • Graphics: SUCCEEDED(hr) error is thrown when the project's Shadows Filtering Quality is set to High or Very High. (UUM-37088)

  • HDRP: Added check to ensure gismos arent rendered when they shouldnt be. (UUM-22315)

  • HDRP: Fixed color pyramid history buffer logic when history is reset and the color pyramid is not required. (UUM-36095)

  • HDRP: Fixed GetScaledSize when not using scaling. (UUM-34513)

  • HDRP: Fixed TAA aliasing edge issues on alpha output for recorder / green screen. This fix does the following:<br>

    • Removes history rejection when the current alpha value is 0. Instead it does blend with the history color when alpha value is 0 on the current plane.<br>
    • The reasoning for blending again with the history when alpha is 0 is because we want the color to blend a bit with opacity, which is the main reason for the alpha values. sort of like a precomputed color<br>
    • As a safety, we set the color to black if alpha is 0. This results in better image quality when alpha is enabled. (UUM-33950)
  • HDRP: Fixed VT init to avoid RTHandle allocation outside of HDRP rendering loop. (UUM-31058)

  • HDRP: [Backport] Fix the incorrect base color of decals for transparency. (UUM-38038)

  • IL2CPP: Fixed LineNumberMapping.json not ending up in exported projects when --emit-source-mapping is used. (UUM-29964)

  • IL2CPP: When P/Invoking with a blittable class parameter, pass a pinned pointer to the managed class to native. (UUM-33942)

  • iOS: Fixed "Screen.orientation" is not changing orientation in the UaaL. (UUM-30925)

  • iOS: Fixed assert error in iOS.Device.systemVersion and tvOS.Device.systemVersion. Also make there properties only return values on respective OSes. (UUM-16561)

  • iOS: Fixed BuildCanBeAppended returning Unsupported when used on Windows. (UUM-25061)

  • iOS: Fixed leak error messages for iOS build and run process on MacOS editor. (UUM-1944)

  • iOS: Fixed low memory usage event not triggered when using Unity as a library. (UUM-20838)

  • iOS: Fixed Screen.orientation not changing value when only landscape orientations are enabled and device is rotated. (UUM-36598)

  • iOS: Fixed Screen.orientation returns wrong values when switching from Landscape orientation to AutoRotation at runtime on iOS 16. (UUM-23251)

  • Linux: Fixed Unity Editor does not send exit code until Bug Reporter is closed. (UUM-34630)

  • Linux: Fixed Unity runtime printing stack trace more than once in Entities package + IL2CPP crashes. (UUM-35527)

  • macOS: Fixed BuildCanBeAppended returning Unsupported when used on Windows. (UUM-25061)

  • macOS: Fixed editor freezes on Apple Silicon devices. (UUM-3768)

  • Mono: Corrected handle generic parameter attributes in the .Net Framework Api Compatibility Level. (UUM-32896)

  • Package Manager: Fixed a bug where removing an invalid local package would delete your project folder. (UUM-36876)

  • Package Manager: Fixed null Exception when manually installing com.unity.ui.builder. (UUM-39890)

  • Particles: Fixed potential crash when using systems relying on GeometryJobs. (UUM-36872)

  • Prefabs: Fixed PrefabModificationsForSerializedObject::DoPrefabModificationsNeedUpdate() is unnecessarily slow. (UUM-40630)

  • Profiler: Fixed invalid time reported by ProlfierRecorder for Main Thread root marker. (UUM-35959)

  • Serialization: Memory could get corrupted when attempting to deserialize a JSON to an Array. As this is not supported by JsonUtility, this will now throw an ArgumentException. (UUM-34344)

  • Services: Fixed Unity Cloud Build service broken links.

  • Shaders: Fixed "state comes from an incompatible keyword space" error sometimes shown in the console when loading certain shaders. (UUM-36032)

  • Shaders: Fixed corruption of AuxIndexCache when setting a TextureProperty on ShaderPropertySheet. (UUM-34732)

  • Shaders: Fixed interpolator parameter GLSL generated code for EVAL_SAMPLE_INDEX, EVAL_SNAPPED, EVAL_CENTROID. (UUM-35468)

  • SRP Core: Crash on keywords::LocalKeywordState::ResetWithSpace when shader contains Grab Pass. (UUM-30548)

  • TextCore: Fixed issue where sprites used incorrect indexes. (UUM-30797)

  • uGUI: Slider Component Normal Color property does not change in Scene and Game view when changed with an Animation. (UUM-34170)

  • UI Toolkit: Fixed missing Length conversions for style transitions between px and % units. (UUM-21277)

  • UI Toolkit: Fixed runtime navigation issues in TextField and composite fields, sometimes not entering text editing mode, or inserting undesired characters when doing so, or not allowing navigation to other elements. (UUM-20841)

  • UI Toolkit: Fixed the flag value not being updated with change of selection for unsigned int in enum mask field. (UUM-3688)

  • UI Toolkit: Fixed UI Toolkit not rendering in render texture when launched in batch mode. (UUM-26763)

  • Universal RP: Fixed an issue where keywords used with SSAO and Decals were not stripped correctly when the features were disabled. (UUM-18616)

  • Universal RP: Fixed lens-flare post-process effect on overlay camera causing a black screen. (UUM-36538)

  • Universal RP: Fixed rare iOS shader building failure due to URP Lit Forward Pass shader varyings struct variable mismatch. (UUM-1916)

  • Universal RP: Universal RP: Decals now do not enqueue passes when running on unsupported API's, such as OpenGL or GLES3, instead of displaying the magenta error. (UUM-13183)

  • Universal Windows Platform: Capabilities are not changed when rebuilding the project. (UUM-39725)

  • URP: 2D - Remove serialization and cache vertices and indices for sprite lights causing bloat in prefabs. (UUM-33700)

  • URP: Fixed redundant blit is used due to postFX, although it is disabled in rendererData. (UUM-31474)

  • URP: Fixed ShaderGraph preview window not showing anything when using DepthNormals pass. (UUM-31643)

  • VFX Graph: Fixed a potential crash with particle strips. (UUM-36762)

  • VFX Graph: Fixed an editor only memory leak with VFX Graph objects.

  • VFX Graph: Fixed VFX assets being considered modified after creation. (UUM-35056)

  • WebGL: Fixed a missing backslash in WebGL system info user agent regex that triggered a JS linter. (UUM-34348)

  • WebGL: Fixed an issue where C++ function names would not be properly generated in the output symbols.json file. (UUM-28034)

  • Windows: Fixed a bug with multi-channel audio input on Windows. If we tried to capture from a microphone with more than 2 channels, Microphone.Start would fail and an "Unsupported file or audio format" error would appear in the console. (UUM-26565)

  • Windows: Numpad Equals can now be registered with the Input System. (UUM-15023)

  • XR: Updated XR Hands Package to v1.2.0.

  • XR: Updated XR Hands Package to v1.2.1.

  • XR: Updated XR Interaction Toolkit Package to v2.4.0-pre.2.

  • XR: Updated XR Interaction Toolkit Package to v2.4.1-pre.1.

  • XR: Updated XR Interaction Toolkit to 2.4.0.

Package changes in 2021.3.28f1

Packages updated

Packages added

LTS Release 2022.3.4f1

Released:

LTS Release 2022.3.4f1

Released:

Known Issues in 2022.3.4f1

  • Scene Tooling: Just the “Add Key” option is available when opening the Context Menu of the curve keyframe and keyframe selection with left click is not working (UUM-41464)

  • Asset Importers: Crash on "'anonymous namespace'::ConvertFBXShapes" when importing an FBX file (UUM-38104)

  • Profiling: [Memory Profiler] Memory Leak when Memory Profiler is in project (PROFB-160)

  • Shader System: Shader keywords are ignored when using Camera.main.SetReplacementShader (UUM-40400)

  • Universal RP: Decal is not drawn when using Deferred Rendering, a Rendering Layer, and Screen Space Ambient Occlusion (UUM-39831)

  • Visual Effects: Editor crashes on VFXRenderer::AddAsRenderNode when assigning a Renderer’s materials toits to materials/sharedMaterials (UUM-37360)

  • Visual Effects: [VFX Graph] Crash on VFXBatch::AddInstance when switching to Custom Batch Capacity in Asset Inspector (UUM-38059)

  • Web Platform: [WebGL] Build fails and Shader errors are logged when Code Optimisation is set to Runtime Speed (UUM-40103)

  • XR SRP: Editor performance drops as OculusRuntime.WaitToBeginFrame Time ms increases to 150-200 ms in Play Mode when MSAA is enabled and Scene View is opened/focused (UUM-40249)

2022.3.4f1 Release Notes

Improvements

  • HDRP: Improved CPU performances by disabling "QuantizedFrontToBack" sorting in opaque rendering.

  • Scene/Game View: Improved performance when accessing SceneVisibility states for large scenes. (UUM-31378)

Changes

  • Physics: Added tooltips to the properties of the PhysicMaterial component.

  • Services: Rebranded Unity Cloud Build service to Build Automation.

Fixes

  • Android: Updated that the text inputfield to appear and disappear with the "Enter" key. (UUM-30811)

  • Core: Fixed missing open button on APV help boxes.

  • Editor: Added support for subscene and ensure SceneAsset supports changing its instance/reference. (UUM-36300)

  • Editor: Avoid quadratic indexing time when indexing scenes with prefabs. (UUM-16085)

  • Editor: Component Help button tooltip are now generated with a nicify type name. (UUM-37612)

  • Editor: Ensure ModeService does a EnumerateAllAssets once (in startup) and never again during domain reload. (UUM-37521)

  • Editor: Fixed a case where an object change event for object destruction would not contain a valid parent instance id. (UUM-40341)

  • Editor: Fixed an issue that AdbProvider doesn't add errors when displayed in the Project tab. (UUM-32810)

  • Editor: Fixed an issue that the Custom indexers are now properly refreshed on Domain reload. (UUM-35650)

  • Editor: Fixed an issue to not allow adding the same column twice. (UUM-36007)

  • Editor: Fixed for crash when disconnecting bluetooth audio device. (UUM-12583)

  • Editor: Fixed hover and tooltip of Scene Template Pipeline help button. (UUM-37542)

  • Editor: Fixed issues with missing realtime GI when mixing realtime GI Light Probes and baked GI Light Probes in Auto Generate Lighting mode. (UUM-20639)

  • Editor: Fixed scrollbar in scene template dialog. (UUM-35878)

  • Editor: Fixed the position of the drag element of slider not being updated in list views. (UUM-29981)

  • Editor: Tagstring is considered a default filter for Asset/Project. (UUM-36323)

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

  • Graphics: Fixed Light movement and artifacts when multiple vertex lights are interacting. (UUM-36457)

  • Graphics: Fixed native RenderPass support in editor running on intel macOS targeting iOS. (UUM-37746)

  • HDRP: Fixed error when camera goes underwater.

  • HDRP: Fixed shaders stripping for Lens Flares. (UUM-35895)

  • iOS: Fixed Screen.orientation returns wrong values when switching from Landscape orientation to AutoRotation at runtime on iOS 16. (UUM-23251)

  • Particles: Fixed potential crash when using systems relying on GeometryJobs. (UUM-36872)

  • Physics: Fixed physics simulation mode not being upgraded correctly from an older project that lacked the auto simulation option in DynamicsManager.asset. (UUM-39879)

  • Scene/Game View: Fixed issue where during MonoBehaviour.Update method, Camera.current would return SceneCamera if SceneView is ever interacted with during playmode. (UUM-33278)

  • UI Toolkit: Fixed the position of the drag element of slider not being updated when resizing the label element. (UUM-31472)

  • Universal RP: Fixed error message in filtered view when decals are enabled. (UUM-21992)

  • Universal Windows Platform: Fixed an issue that the Capabilities are not changed when rebuilding the project. (UUM-39725)

  • VFX Graph: Fixed broken documentation link for VFX Graph nodes (when documentation is available). (UUM-28689)

  • WebGL: Fixed an issue where C++ function names would not be properly generated in the output symbols.json file. (UUM-28034)

Package changes in 2022.3.4f1

Packages updated

LTS Release 2022.3.3f1

Released:

LTS Release 2022.3.3f1

Released:

Known Issues in 2022.3.3f1

  • Asset Importers: Crash on "'anonymous namespace'::ConvertFBXShapes" when importing an FBX file (UUM-38104)

  • Input: The "Listen" button and input field for action Binding Path is mostly not visible (UUM-36929)

  • Native Window Management: Crash on core::Join<core::basic_string<char,core::StringStorageDefault<char> > & __ptr64,char const (& __ptr64)[2],core::basic_string_ref<char> > when the Editor runs out of memory saving an invalid override (UUM-36776)

  • Shader System: Shader keywords are ignored when using Camera.main.SetReplacementShader (UUM-40400)

  • Universal RP: Decal is not drawn when using Deferred Rendering, a Rendering Layer, and Screen Space Ambient Occlusion (UUM-39831)

  • Visual Effects: Editor crashes on VFXRenderer::AddAsRenderNode when assigning a Renderer’s materials toits to materials/sharedMaterials (UUM-37360)

  • Visual Effects: [VFX Graph] Crash on VFXBatch::AddInstance when switching to Custom Batch Capacity in Asset Inspector (UUM-38059)

  • Web Platform: [WebGL] Build fails and Shader errors are logged when Code Optimisation is set to Runtime Speed (UUM-40103)

  • XR SRP: Editor performance drops as OculusRuntime.WaitToBeginFrame Time ms increases to 150-200 ms in Play Mode when MSAA is enabled and Scene View is opened/focused (UUM-40249)

2022.3.3f1 Release Notes

Improvements

  • Burst: Added proper license attribution for MUSL and SLEEF libraries.

  • Editor: Allows texture types to be used in branch operators. (UUM-38037)

  • Editor: Fixed an issue where RFloat / RGFloat / RGBAFloat formats were not useable in the Texture Importer Inspector even though they already could be applied through, for example, an AssetPostprocessor.

  • Multiplayer: Added Netcode for GameObjects 1.5.0.

  • VFX Graph: VFX systems receiving GPU events can now go into sleep state.

Changes

  • Build Pipeline: Will now use -filelist when running libtool for MacOS/iOS builds to prevent command lines from becoming too long. (UUM-34555)

  • Burst: Changed focus for initial Burst Inspector focus to actually get the search hit in focus.

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

Fixes

  • 2D: Fixed nullptr lens flare data driven 2d bis. (UUM-34875)

  • Build Pipeline: Fixed edge case where using the BuildPipeline.BuildPlayer APIs on Windows can fail, when a previously used build folder has been deleted. (UUM-30952)

  • Burst: Calls to methods with multiple [Conditional] attributes are now kept if any one of the conditions are met.

  • Burst: Fixed "The specified path is not of a legal form (empty)" error.

  • Burst: Fixed a hashing error that could occur when an operator overload method is used as a Burst entry point.

  • Burst: Fixed a warning that occurred when opening Burst AOT Settings while in Play Mode.

  • Burst: Fixed an issue causing source file handles to be left open (preventing saving in an ide, if in debug scripting mode and the file is used in the burst path).

  • Burst: Fixed an issue that caused builds to fail due to the System.Diagnostics.Tracing assembly not being found.

  • Burst: Fixed an issue that caused the digits and MidpointRounding parameters of Math.Round be ignored.

  • Burst: Fixed an issue when targeting multiple cpu architectures (e.g. SSE2 &amp; AVX2) that under some circumstances would lead to code attempting to execute paths not designed for that cpu.

  • Burst: Fixed Burst implementation of IntPtr.GetHashCode() being different than .Net.

  • Burst: Fixed crash on linux if debug logging was enabled.

  • Burst: Fixed QNX builds using the qnxInstallationPath editor build setting.

  • Core: Fixed an issue where "Burst error BC1091: External and internal calls are not allowed inside static constructors: Unity.Jobs.LowLevel.Unsafe.JobsUtility.get_ThreadIndexCount()" may have been thrown when Burst compiling certain codepaths. (UUM-39612)

  • Core: Fixed crash that could occur when scheduling many jobs that have many NativeContainers such that the job debugger might run out of room for debug information. (UUM-39742)

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

  • DX12: Fixed issues in constant buffer offset binding with e.g. terrain painting. (UUM-2881)

  • Editor: Disabled blitting to same texture error message when the destination texture is not used as input texture in specified pass in Graphics.Blit. (UUM-33058)

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

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

  • Editor: Fixed context menu items not being enabled in modal windows on MacOS Editor. (UUM-20747)

  • Editor: Fixed Left Alt is recognized as pressed when switching to a different window and back. (UUM-30743)

  • Editor: Fixed Prefab Asset FileIDs are changed after building player and using Save Project. This was an issue for 2D projects using SortingGroup components. (UUM-39802)

  • Editor: Fixed Prefab item in Hierarchy does not expand until second click. (UUM-35376)

  • Editor: Fixed resize minimum size on undocked window. (UUM-36103)

  • Editor: Fixed resizing of fields in the Debugger window. (UUM-20444)

  • Editor: Fixed subemitter crash if effect is referenced more than once in effect hierarchy. (UUM-36485)

  • Editor: Fixed the flickering of icons in the Hierarchy window. (UUM-35261)

  • Editor: Fixed the problem of selectedPlatform being serialized in ProjectSettings.asset. (UUM-28332)

  • Editor: Prevent particle system buffer pre-mapping in editor if RenderDoc is present. (UUM-32787)

  • GI: Fixed Light Probe occlusion when using GPU Lightmapper and many light probe positions. (UUM-4179)

  • Graphics: Fixed an issue where, in some instances, specific GraphicsFormatUtility API such as "ConvertToAlphaFormat" or "HasAlphaChannel" were returning incorrect results for a number of TextureFormats. (UUM-35162)

  • Graphics: Fixed VVL-01913 error when trying to end too many debug markers in a secondary command buffer scope. (UUM-35950)

  • HDRP: Added check to ensure gismos arent rendered when they shouldnt be. (UUM-22315)

  • HDRP: Fixed cloud layer rotation does not allow for smooth rotation. (UUM-35087)

  • HDRP: Fixed GetScaledSize when not using scaling. (UUM-34513)

  • HDRP: Fixed quad overdraw debug at high resolution. (UUM-33220)

  • HDRP: Fixed TAA aliasing edge issues on alpha output for recorder / green screen. This fix does the following:<br>

    • Removes history rejection when the current alpha value is 0. Instead it does blend with the history color when alpha value is 0 on the current plane.<br>
    • The reasoning for blending again with the history when alpha is 0 is because we want the color to blend a bit with opacity, which is the main reason for the alpha values. sort of like a precomputed color<br>
    • As a safety, we set the color to black if alpha is 0. This results in better image quality when alpha is enabled. (UUM-33950)
  • HDRP: Fixed VT init to avoid RTHandle allocation outside of HDRP rendering loop. (UUM-31058)

  • HDRP: Upgrading from DLSS 2.4 to DLSS 3.0 for upscaling part. (UUM-36246)

  • HDRP: [Backport] Fix the incorrect base color of decals for transparency. (UUM-38038)

  • iOS: Delete unneeded files when replacing the build. (UUM-27977)

  • iOS: Fixed assert error in iOS.Device.systemVersion and tvOS.Device.systemVersion. Also make there properties only return values on respective OSes. (UUM-16561)

  • Linux: Fixed Unity Editor does not send exit code until Bug Reporter is closed. (UUM-34630)

  • Linux: Fixed Unity runtime printing stack trace more than once in Entities package + IL2CPP crashes. (UUM-35527)

  • Package Manager: Fixed null Exception when manually installing com.unity.ui.builder. (UUM-39890)

  • Particles: Fixed sub-emitter preview incorrectly pausing if parent particles are finished. (UUM-36773)

  • Player: Fixed UUM-11111 - do not keep alive non persistent Components attached to persistent GameObjects. (UUM-11111)

  • Scene/Game View: Fixed PlayMode buttons' (Play/Pause/Step) icons appearing pixelated on higher PPI displays. (UUM-36820)

  • Shaders: Fixed "State comes from an incompatible keyword space" error when using dynamic branching with use pass or fallbacks. (UUM-37468)

  • Shaders: Fixed corruption of AuxIndexCache when setting a TextureProperty on ShaderPropertySheet. (UUM-34732)

  • Shaders: Fixed interpolator parameter GLSL generated code for EVAL_SAMPLE_INDEX, EVAL_SNAPPED, EVAL_CENTROID. (UUM-35468)

  • Shaders: Fixed progress bar sometimes not appearing when "Compile and show code" button is pressed in the shader inspector. (UUM-27865)

  • SpeedTree: Added motion vector rendering for SpeedTrees for HDRP. This will help with fixing visual issues with effects that use motion vectors such as Temporal Anti Aliasing (TAA), Motion Blur, or similar. (UUM-1924)

  • SRP Core: Fixed popup showing multiple time when trying to remove additional data while in multi selection.. (UUM-5452)

  • TextCore: Corrected the improper ratio between character spacing and word spacing for justified alignment. We intend to introduce an adjustable property to allow for fine-tuning of this ratio. (UUM-30367)

  • TextCore: Ensure &lt;voffset&gt; tag affects the preferred height values. (UUM-28446)

  • TextCore: Fixed "NullReferenceException" thrown when renaming Sprite in the Sprite Character Table. (UUM-18062)

  • TextCore: Fixed exception thrown when parsing an invalid tag. (UUM-11753)

  • TextCore: Fixed issue where sprites used incorrect indexes. (UUM-30797)

  • uGUI: Slider Component Normal Color property does not change in Scene and Game view when changed with an Animation. (UUM-34170)

  • UI: Fixed the UI rendering to use the render-target dimensions instead of the display buffer dimensions when calling ScriptableRenderContext.DrawUIOverlay from an SRP. (UUM-12865)

  • UI Toolkit: Fixed Samples and Debugger window separator issues. (UUM-18690)

  • UI Toolkit: Fixed selection when the carriage return (\r) is being used. (UUM-8181)

  • UI Toolkit: Fixed UI Toolkit not rendering in render texture when launched in batch mode. (UUM-26763)

  • UI Toolkit: Improved how some properties are displayed in the UI builder. (UUM-28811)

  • UI Toolkit: Reworked the layout of the UI debugger to facilitate work when a lot of stylesheet are present. (UUM-34325)

  • Universal RP: Fixed a bug where color space conversion is applied twice in URP in specific conditions (HDR Output and Debug HDR Views enabled). (UUM-36250)

  • Universal RP: Fixed using RenderTextureSubElement.Stencil in URP not binding properly. (UUM-9701)

  • URP: Fixed redundant blit is used due to postFX, although it is disabled in rendererData. (UUM-31474)

  • VFX Graph: Fixed a potential crash with particle strips. (UUM-36762)

  • VFX Graph: Fixed an editor only memory leak with VFX Graph objects.

  • VFX Graph: Fixed data serialization that could lead to corrupted state. (UUM-25417)

  • VFX Graph: Fixed strips tangents and buffer type with Shader Graph. (UUM-35927)

  • VFX Graph: Fixed VFX assets being considered modified after creation. (UUM-35056)

  • WebGL: - Fixed webCamTexture.DidUpdateThisFrame not getting correctly updated. (UUM-29274)

  • Windows: Fixed a bug with multi-channel audio input on Windows. If we tried to capture from a microphone with more than 2 channels, Microphone.Start would fail and an "Unsupported file or audio format" error would appear in the console. (UUM-26565)

Package changes in 2022.3.3f1

Packages updated

LTS Release 2022.3.2f1

Released:

LTS Release 2022.3.2f1

Released:

Known Issues in 2022.3.2f1

  • Prefab Asset FileIDs are changed after building player and using Save Project (UUM-39802)

  • Asset Importers: Crash on "'anonymous namespace'::ConvertFBXShapes" when importing an FBX file (UUM-38104)

  • Input: The "Listen" button and input field for action Binding Path is mostly not visible (UUM-36929)

  • Kernel: Crash on core::Join<core::basic_string<char,core::StringStorageDefault<char> > & __ptr64,char const (& __ptr64)[2],core::basic_string_ref<char> > when the Editor runs out of memory saving an invalid override (UUM-36776)

  • PhysX Integration: Wheel Colliders aren't detecting collision (UUM-39879)

  • Visual Effects: Editor crashes on VFXRenderer::AddAsRenderNode when assigning a Renderer’s materials toits to materials/sharedMaterials (UUM-37360)

  • Visual Effects: [VFX Graph] Crash on VFXBatch::AddInstance when switching to Custom Batch Capacity in Asset Inspector (UUM-38059)

2022.3.2f1 Release Notes

Changes

  • Package: Updated code coverage package to version 1.2.4.

Fixes

  • 2D: Fixed bug with placement of the Tilemap Instantiated Object when the Tilemap orientation is set. (UUM-36433)

  • 2D: Fixed case where sprite Packer does not re-pack folder when texture type is changed to sprite when inside a target folder. (UUM-34323)

  • Asset Pipeline: Fixed an issue with async unloading which could cause errors and crashes in AssetDatabase.CreateAsset(). (UUM-20313)

  • Asset Pipeline: Fixed crash on CachedWriter::Write when building AssetBundle (.byte file &gt;2GB). (UUM-16390)

  • DX12: Fixed a crash with D3D12UploadOperation::CopyBufferRegion(). (UUM-34846)

  • DX12: Fixed VSync in the editor Game View and Scene View with Always Refresh -option on. (UUM-2873)

  • Editor: Better warning when user creates a SearchQuery with an invalid name. (UUM-26577)

  • Editor: Disabled SearchMonitor while running tests (except searchtests). (UUM-34592)

  • Editor: Fixed an issue that caused some packages to remain visible in the Project Window when the visibility button was toggled. (UUM-35156)

  • Editor: Fixed an issue that caused the assets of some packages to remain visible in the Object Picker when the visibility button in the Project Window was toggled. (UUM-21308)

  • Editor: Fixed GameAssembly build script for Xcode project generated on Windows. (UUM-26049)

  • Editor: Fixed meshes from 2019 LTS and older being upgraded to use an incorrect "Margin Method" setting for Lightmap UV generation. (UUM-37456)

  • Editor: Fixed OnRectTransformDimensionsChange is not called on Undo. (UUM-16963)

  • Graphics: Fixed object motion vectors not rendering when drawing objects using the Graphics.Render* functions. (UUM-27825)

  • Graphics: Fixed solid color block artifacts when compressing textures using Fast ASTC on M1 devices. (UUM-3148)

  • HDRP: Fixed HDProbes to support custom resolutions for all rendering modes.

  • HDRP: Updated HDRenderPipelineResources file. (UUM-35712)

  • HDRP: Updated HDRenderPipelineResources file. (UUM-36628)

  • IL2CPP: Fixed LineNumberMapping.json not ending up in exported projects when --emit-source-mapping is used. (UUM-29964)

  • iOS: Fixed "Screen.orientation" is not changing orientation in the UaaL. (UUM-30925)

  • iOS: Fixed BuildCanBeAppended returning Unsupported when used on Windows. (UUM-25061)

  • iOS: Fixed low memory usage event not triggered when using Unity as a library. (UUM-20838)

  • macOS: Fixed BuildCanBeAppended returning Unsupported when used on Windows. (UUM-25061)

  • Mono: Corrected handle generic parameter attributes in the .Net Framework Api Compatibility Level. (UUM-32896)

  • Package Manager: Fixed a bug where removing an invalid local package would delete your project folder. (UUM-36876)

  • Physics: Added a warning when cooking concave Mesh Colliders with the Fast Midphase option that have over 2,097,152 triangles. (UUM-30748)

  • Physics: Collider.material getter won't instantiate the material if called on the Prefab object. (UUM-30707)

  • Prefabs: PrefabUtility.ApplyRemovedComponent now removes the associated removed component override. (UUM-33911)

  • Profiler: Fixed sample selection in the Timeline View of Profiler Window. (UUM-34851)

  • Scripting: Added a validation error when a user's Roslyn analyzer or Source generator references a version of .net standard incompatible with Visual Studio. (UUM-29638)

  • Serialization: Memory could get corrupted when attempting to deserialize a JSON to an Array. As this is not supported by JsonUtility, this will now throw an ArgumentException. (UUM-34344)

  • SRP Core: Fixed potentially broken rendering and errors after renaming a VolumeProfile asset. (UUM-37604)

  • UI Toolkit: Fixed the slider's value retention when interacting with the text field. (UUM-36298)

  • Universal RP: Changed the ScreenSpace Decals sorting criteria to None to fix flickering issues. (UUM-28562)

  • WebGL: Fixed a missing backslash in WebGL system info user agent regex that triggered a JS linter. (UUM-34348)

  • WebGL: Fixed WebGL build when "Name Files As Hashes" is enabled. (UUM-36100)

  • Windows: Numpad Equals can now be registered with the Input System. (UUM-15023)

Package changes in 2022.3.2f1

Packages updated

  • com.unity.services.wire: 1.1.6 &#x2192; 1.1.8

  • com.unity.testtools.codecoverage: 1.2.3 &#x2192; 1.2.4

Packages added

News from Unity QA

We’re not just toolsmiths, but wordsmiths too! Read all the Unity QA blogposts past and present.

我们使用 Cookie 来确保为您提供网站的最佳体验。有关更多信息,请访问我们的 Cookie 政策页面

明白了