Unity 2023.1.9

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

Known Issues in 2023.1.9f1

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

  • Cloth: Cannot use Paint tool (UUM-35062)

  • Contextual Menu: [TextMeshPro] "CONTEXT" menu item appears and Editor crashes when TMP 3.2.0-pre.4 package is imported (UUM-40410)

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

  • DirectX11: [AMD] [DX11] Additional lights are broken when Spotlight is added to the Scene (UUM-20625)

  • 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: Baked lightmaps are not applied in the Player (UUM-42601)

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

  • HD RP: The Editor becomes unresponsive and the machine performs worse when the Editor is opened (UUM-34562)

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

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

  • Progressive Lightmapper: Light Probe GPU memory is not deallocated when cancelling a bake (UUM-41988)

  • Scene/Game View: Button triggers another Button when multiple Canvases are used in multiple windows (UUM-36255)

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

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

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

  • Universal RP: RTHandles in URP causes memory allocation in multi-camera scenarios (UUM-19089)

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

2023.1.9f1 Release Notes

API Changes

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

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

Fixes

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

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

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

  • Core: Fixed wizard asking to upgrade when not required.

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

  • 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 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 it was not possible to bind a shortcut to Mouse0 in the Shortcut Manager Window. (UUM-43118)

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

  • Editor: Fixed control shortcut modifier (^) was not been displayed, when introduced inside a custom menu Window for MacOS & Linux platforms. (UUM-40686)

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

  • 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 out of bounds access when XR is enabled. (UUM-41445)

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

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

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

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

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

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

  • UI Toolkit: Fixed "invalid vertex" errors. (UUM-42891)

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

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

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

  • 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 VFX camera command culling failling when all effects are out of frustum. (UUM-41136)

  • 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 flickering and glitches when using Volumetric Fog Output on Metal devices. (UUM-32807)

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

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

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

Changeset:
f3f94c8cdc49

Third Party Notices

For more information please see our Open Source Software Licenses FAQ on the Unity Support Portal

Мы используем cookie-файлы, чтобы вам было удобнее работать с нашим веб-сайтом. Подробнее об этом можно узнать на странице, посвященной политике использования cookie-файлов.

Согласен