### Known Issues in 2022.3.53f1

- Asset - Database: Crash on GetAssetCachedInfoV2 when opening a project
    ([UUM-14959](https://issuetracker.unity3d.com/issues/crash-on-getassetcachedinfov2-when-opening-a-project))

- DirectX12: Allocated graphics memory does not get released when the Editor is out of focus while using D3D12 graphics API
    ([UUM-86354](https://issuetracker.unity3d.com/issues/allocated-graphics-memory-does-not-get-released-when-the-editor-is-out-of-focus-while-using-d3d12-graphics-api))

- DirectX12: Crash on GfxDeviceD3D12Base::DrawBuffersCommon when opening a project after changing the Graphics API to DirectX12
    ([UUM-77757](https://issuetracker.unity3d.com/issues/crash-on-gfxdeviced3d12base-drawbufferscommon-when-opening-a-project-after-changing-the-graphics-api-to-directx12))

- DirectX12: The Camera does not render correctly when the Camera.Rect() is changed and HDR is enabled and DX12 graphics API is selected
    ([UUM-86917](https://issuetracker.unity3d.com/issues/the-camera-does-not-render-correctly-when-the-camera-dot-rect-is-changed-and-hdr-is-enabled-and-dx12-graphics-api-is-selected))

- Input: Crash on InputDeviceIOCTL when closing Unity editor
    ([UUM-10774](https://issuetracker.unity3d.com/issues/crash-on-inputdeviceioctl-when-closing-unity-editor))

- Text: Editor hangs when rendering TMP Text Component with Left and Right Margins set in the Extra Settings
    ([UUM-84379](https://issuetracker.unity3d.com/issues/editor-hangs-when-rendering-tmp-text-component-with-left-and-right-margins-set-in-the-extra-settings))

- Vulkan: [Android] Particles not rendered in the Player on some Android devices with Android 14
    ([UUM-68080](https://issuetracker.unity3d.com/issues/android-particles-not-rendered-in-the-player-on-some-android-devices-with-android-14))



### 2022.3.53f1 Release Notes

#### Changes

- Audio: Updated FSBTool AAC error message, raising minimum file size warning from 1025 to 2049.
    ([UUM-72024](https://issuetracker.unity3d.com/issues/dot-wav-and-ogg-audio-files-cant-be-imported-to-the-project-when-the-webgl-build-profile-is-selected))

- XR: Updated xr.sdk.openxr package version to 1.13.1.



#### Fixes

- AI: Links were not generated in places where the NavMesh forms a ramp.
    ([UUM-78145](https://issuetracker.unity3d.com/issues/navmeshlinks-are-not-generated-when-using-generate-links))

- Android: \[BACKPORT\] ".getLocale\(\)" has been deprecated, ".getLanguageTag\(\)" is updated replacement.

- Asset Pipeline: Asset Pipeline: Fixed crash on MonoBehaviour::Transfer when the XR Interaction Toolkit Sample Assets are updated.
    ([UUM-76934](https://issuetracker.unity3d.com/issues/crash-on-monobehaviour-transfer-when-the-xr-interaction-toolkit-sample-assets-are-updated))

- Build Pipeline: Build Pipeline: Added validation when building from a script to prevent use of incompatible options, such as ScriptDebugging in a non-development build.
    (UUM-78407)

- Editor: Disabled SRP batcher on the AssetImportWorker.
    ([UUM-77344](https://issuetracker.unity3d.com/issues/prefab-previews-in-the-project-window-sometimes-show-incorrectly))

- Editor: Editor: Editor: \[Internal\] Removed Shutdown_DestroysTextures test.

- Editor: Export window maintains initial selection after selecting different items in the Project Browser.
    (UUM-82656)

- Editor: Fixed corrupted Font crashing the editor when opened in FontAssetCreator.
    ([UUM-78705](https://issuetracker.unity3d.com/issues/crash-on-textcore-fontengine-getfontfaces-slash-errors-are-thrown-when-reopening-the-font-asset-creator-when-a-specific-font-is-selected-as-the-source-font))

- Editor: Fixed justify-content doesn't align content properly when min-width is used with borders or padding on the parent.
    ([UUM-79828](https://issuetracker.unity3d.com/issues/label-is-not-centered-when-using-flex-direction-row))

- Editor: Fixed ScalableBufferManager.ResizeBuffers not working with MSAA RTs.
    ([UUM-24634](https://issuetracker.unity3d.com/issues/ios-game-view-becomes-black-or-pink-when-using-scalablebuffermanager-dot-resizebuffers-with-msaa))

- Editor: Mouse jumping is disabled on Linux when using Wayland.
    ([UUM-82831](https://issuetracker.unity3d.com/issues/linux-wayland-slider-values-or-scene-view-moves-exponentially-faster-when-moving-the-mouse-to-a-side-of-the-monitor))

- Editor: Move the registration of the SceneViewMotion and RectSelection shortcut contexts to the OnEnable method of the Scene view.
    ([UUM-86183](https://issuetracker.unity3d.com/issues/scene-view-freezes-when-nullreferenceexception-is-thrown-in-a-delaycall))

- Editor: Tooltip windows now have a title on Linux.
    ([UUM-83763](https://issuetracker.unity3d.com/issues/linux-tooltips-have-an-unset-title-which-causes-the-inability-to-modify-tooltip-behavior-on-window-managers))

- Editor: \[SpeedTree\] Trees do not react to wind on playmode start when scene reloading is disabled.
    (UUM-75875)

- Entities: Fixed an issue where an exception would be thrown when exiting play mode after closing and opening a sub scene.
    ([UUM-86554](https://issuetracker.unity3d.com/issues/missing-prefab-error-appears-in-the-console-window-when-re-importing-the-sub-scene-containing-a-prefab-during-repeated-entry-into-play-mode))

- Graphics: Android Vulkan: Add transient usage flag while creating image even if lazily allocated memory is not available on the device.
    ([UUM-71363](https://issuetracker.unity3d.com/issues/android-vulkan-vk-image-usage-transient-attachment-bit-not-added-on-some-android-devices-in-com-dot-unity3d-dot-player-dot-unityplayeractivity-slash-2d-colour-attachement))

- HDRP: Fixed an issue where UI images using render textures would not render properly with HDR enabled.
    (UUM-70119)

- IL2CPP: Changed Il2CppEagerStaticClassConstructionAttribute to have defined behavior, preventing out of order initialization on nested static constructors.
    ([UUM-84202](https://issuetracker.unity3d.com/issues/unity-dot-mathematics-dot-affinetransform-dot-identity-returns-a-zero-filled-value-when-a-project-is-built-with-an-il2cpp-background))

- IL2CPP: Fixed "DllNotFoundException: Unable to load DLL 'kernel32.dll'" error on Universal Windows Platform when using HttpClient.
    ([UUM-79112](https://issuetracker.unity3d.com/issues/dllnotfoundexception-unable-to-load-dll-kernel32-dot-dll-is-thrown-when-using-httpclient-on-hololens-2))

- IL2CPP: Removed potential 1000ms delay during shutdown.

- iOS: Fixed the character limit of the keyboard shown with TouchScreenKeyboard.Open.
    ([UUM-77509](https://issuetracker.unity3d.com/issues/ios-touchscreenkeyboard-allows-an-extra-character-when-characterlimit-is-set))

- Kernel: Fixed a hang that would occur when accessing transforms immediately after scheduling a transform job with dependencies.
    ([UUM-86782](https://issuetracker.unity3d.com/issues/the-editor-freezes-when-schedulereadonly-of-ijobparallelfortransform-with-dependency-is-used))

- Mono: Changed to prevent crash for MONO_TYPE_FNPTR cases in mono_field_get_value_object_checked.
    ([UUM-79025](https://issuetracker.unity3d.com/issues/crash-on-raiseexception-when-using-the-default-equals-object-implementation-in-a-value-type-containing-a-function-pointer))

- Mono: Fixed exception being thrown due to a race condition within Encoding.GetEncoding.
    (UUM-82959)

- Mono: Fixed for a potential read beyond the end of a buffer on MacOS when iterating directories.
    (UUM-83824)

- Mono: Fixed rare NullReferenceException during a constrained call on a value type.
    ([UUM-79115](https://issuetracker.unity3d.com/issues/unity-mono-release-mode-jit-causes-an-error-when-using-a-memorymappedfile))

- Mono: Prevent a possible out-of-bounds memory write when inlining code with code coverage enabled.
    (UUM-83778)

- Package Manager: Fixed the issue where incorrect registry info is shown for packages that do not belong to any registry.
    (UUM-84168)

- Particles: Limit the tile count in the Texture Sheet Animation module to 511 to avoid a potential crash scenario.
    ([UUM-75642](https://issuetracker.unity3d.com/issues/crash-on-transformparticlemesh-11-11-when-texture-sheet-animation-tiles-x-is-set-to-2-n-n-equals-9))

- Shaders: Fixed a rare crash when saving the tracked shader variants into a variant collection.
    ([UUM-86510](https://issuetracker.unity3d.com/issues/editor-crash-when-saving-currently-tracked-variants-to-asset))

- Shaders: Fixed shader compiler crashing when encountering a kernel directive without a provided name.
    ([UUM-85898](https://issuetracker.unity3d.com/issues/internal-shader-error-is-shown-when-a-corrupted-shader-is-imported))

- TextMeshPro: Fixed issue where tint would affect every emoji until a new sprite tag would be used.
    ([UUM-76467](https://issuetracker.unity3d.com/issues/textmeshpro-emojis-inherit-tint-values-when-placed-after-a-tag))

- Universal RP: Fixed an issue where Camera view is not rendered on PowerVR Rogue GE8320 GPU'S if Shadows are enabled in URP Asset and Camera stack contains Overlay Camera's.
    ([UUM-82949](https://issuetracker.unity3d.com/issues/camera-view-is-not-rendered-on-powervr-rogue-ge8320-gpus-if-shadows-are-enabled-in-urp-asset-and-camera-stack-contains-overlay-cameras))

- Web: Improved error message in abort handler.
    ([UUM-83890](https://issuetracker.unity3d.com/issues/webgl-unclear-error-when-gzip-compressed-data-or-webassembly-dont-have-correct-http-headers))

- WebGL: Fixed video playing issue in WebGL when another video is still loading in Firefox.
    ([UUM-79406](https://issuetracker.unity3d.com/issues/av1-videos-do-not-play-in-webgl-when-another-video-is-still-loading-and-firefox-browser-is-used))

- Windows: Fixed issue where changing the default icon is not refreshed by Windows Explorer when re-building a project into the same build folder used previously.
    ([UUM-71022](https://issuetracker.unity3d.com/issues/changing-the-default-icon-does-not-change-the-executables-icon-when-re-building-the-project))




#### Package changes in 2022.3.53f1

#### Packages updated

- com.unity.cinemachine: [2.10.1](https://docs.unity3d.com/Packages/com.unity.cinemachine@2.10//changelog/CHANGELOG.html) to [2.10.3](https://docs.unity3d.com/Packages/com.unity.cinemachine@2.10//changelog/CHANGELOG.html)

- com.unity.xr.openxr: [1.13.0](https://docs.unity3d.com/Packages/com.unity.xr.openxr@1.13//changelog/CHANGELOG.html) to [1.13.1](https://docs.unity3d.com/Packages/com.unity.xr.openxr@1.13//changelog/CHANGELOG.html)