Manual installs
Operating systems
-Component installers
Windows
+macOS
+macOS ARM64
+Release
Release notes
+Known Issues in 2022.3.30f1
3D Physics: Crash on ujob_execute_job while using OverlapBoxCommand when collisions are more than maxHits (UUM-71476)
Asset - Database: Crash in CollectManagedImportDependencyGetters inside OpenScene in batch mode (UUM-57742)
Asset - Database: Crash on GetAssetCachedInfoV2 when opening a project (UUM-14959)
Asset - Database: Crash on UnityEditor.AssetDatabase:OpenAsset because assertion fails on prefabInstance.GetRootGameObject().IsValid() expression while opening a specific Scene (UUM-66207)
Asset Importers: Crash on StackAllocator<0>::GetOverheadSize when importing the “POLYGON City - Low Poly 3D Art by Synty“ asset pack (UUM-55981)
Asset Importers: Unity crashes on strtol_l when importing a specific .obj file (UUM-42697)
DOTS: Job scheduling with batching is slow with dependencies and worker threads have poor utilization (UUM-72097)
DOTS: [Android] [Entities] Build fails with the error “Asset has disappeared while building player to 'globalgamemanagers.assets' - path '', instancedID '-xxxxxx'“ when building (UUM-41830)
Kernel: Profiler does not profile after building the Project with Autoconnect Profiler Option enabled (UUM-71750)
Lighting: [HDRP] Light doesn't bounce off terrains (UUM-71171)
Linux: Crash on GUIView::ProcessInputEvent when editing a GameObject/VFX Graph or saving a layout (UUM-70626)
Metal: Player hangs when re-focusing the Player window after switching to a window that covers the Player window (UUM-67400)
PhysX Integration: A 1000 times heavier GameObject will stutter when colliding with a lighter GameObject (UUM-65366)
UI Toolkit Controls: MultiColumnListView causes a memory leak when repeatedly shown and hidden (UUM-72241)
UI Toolkit Framework: The "StackOverflowException" error is thrown in the console and the Editor freezes when Spacebar is pressed after selecting the last element of a list (UUM-69616)
2022.3.30f1 Release Notes
Fixes
Android: Backport for fix to PatchActivityAttributes instability. (UUM-54092)
Android: Fixed warnings about missing classes when building an exported Android project with minifying enabled. (UUM-69916)
Documentation: Updated the documentation for
AudioSource.PlayOneShot(). (UUM-63508)Editor: Fixed a bug where Handles.DrawCamera was broken for hidden cameras and cameras targeting non-active displays. (UUM-21678)
Editor: Fixed bug where renderer SortingLayerID cannot be set at runtime. (UUM-70789)
Editor: Fixed console window showing memory leak warnings when previews or icons of meshes are displayed. (UUM-63257)
Editor: Fixed menu items becoming duplicated oon Windows when there were a large number of menu items in the project (Over 7344). (UUM-70358)
Editor: Fixed toggling Allow Instancing for multiple game objects and prefabs not applying the changes. (UUM-51109)
Editor: SerializeReference with Interfaces now correctly works with an inheritance. (UUM-71468)
Graphics: Fixed occasional silent crash in Graphics.Blit on Metal. (UUM-63699)
Graphics: Fixed Vulkan color mask behavior when separate MRT blend is disabled. (UUM-69202)
iOS: Fixed reported kind for Back Triple Camera: was with depth support when it doesn't support depth. (UUM-70571)
Networking: Fixed UnityWebRequest crash if texture is queried multiple times and destroyed in between. (UUM-70009)
Package Manager: Fixed a resolve failure which could happen when a local tarball dependency does not point to a file on disk. (UUM-63177)
Particles: Made particle system sorting stable by adding sorting by index. (UUM-63521)
Player: Fixed R11_EAC texture compression causing terrain holes to render incorrectly on the Quest 2. (UUM-61913)
Prefabs: Don't destroy removed GameObjects if they are referenced in the scene. (UUM-69243)
Scene Manager: Fixed prefab scale value sets to zero when we try to modify a prefab with canvas using editor script. (UUM-47434)
Scripting: Fixed Application.exitCancellationToken not being raised after exiting playmode. (UUM-68595)
Scripting: Fixed WaitForEndOfFrame calls multiple times a frame when multiple Game View Windows are visible. (UUM-66275)
Search: Support component name prefix when searching component properties. (UUM-61280)
UI Toolkit: Fixed inspector elements from being culled in secondary inspector window and avoid unexpected behavioral errors been thrown when selecting an Asset then selecting another type of asset and deselecting it. (UUM-35998)
UI Toolkit: Fixed not being able to set null to an ObjectField with a missing reference. (UUM-70135)
Universal RP: Fixed an issue where cookie sampling looks corrupt when targeting mobile platforms. (UUM-70600)
Universal RP: Fixed an issue where Shadow maps sometimes leaked when switching between quality levels. (UUM-70142)
URP: Render Pipeline Converter - Built in materials where not found properly the first time the Initialize Converter was called. (UUM-30915)
VFX Graph: Fixed exposed properties reset when editing multiple VFX at the same time on inspector. (UUM-70594)
VFX Graph: Fixed incorrect source spawnCount. (UUM-70512)
Video: [Android] Video freezes when built for Android with specific project. (UUM-65398)
WebGL: Updated
AudioClip.frequencyto return the effective WebAudio AudioBuffer sampleRate value. (UUM-47637)
Package changes in 2022.3.30f1
Packages no longer available
com.unity.muse.common
com.unity.muse.sprite
com.unity.muse.texture
Changeset
+Third Party Notices
Release notes
+Known Issues in 2022.3.30f1
3D Physics: Crash on ujob_execute_job while using OverlapBoxCommand when collisions are more than maxHits (UUM-71476)
Asset - Database: Crash in CollectManagedImportDependencyGetters inside OpenScene in batch mode (UUM-57742)
Asset - Database: Crash on GetAssetCachedInfoV2 when opening a project (UUM-14959)
Asset - Database: Crash on UnityEditor.AssetDatabase:OpenAsset because assertion fails on prefabInstance.GetRootGameObject().IsValid() expression while opening a specific Scene (UUM-66207)
Asset Importers: Crash on StackAllocator<0>::GetOverheadSize when importing the “POLYGON City - Low Poly 3D Art by Synty“ asset pack (UUM-55981)
Asset Importers: Unity crashes on strtol_l when importing a specific .obj file (UUM-42697)
DOTS: Job scheduling with batching is slow with dependencies and worker threads have poor utilization (UUM-72097)
DOTS: [Android] [Entities] Build fails with the error “Asset has disappeared while building player to 'globalgamemanagers.assets' - path '', instancedID '-xxxxxx'“ when building (UUM-41830)
Kernel: Profiler does not profile after building the Project with Autoconnect Profiler Option enabled (UUM-71750)
Lighting: [HDRP] Light doesn't bounce off terrains (UUM-71171)
Linux: Crash on GUIView::ProcessInputEvent when editing a GameObject/VFX Graph or saving a layout (UUM-70626)
Metal: Player hangs when re-focusing the Player window after switching to a window that covers the Player window (UUM-67400)
PhysX Integration: A 1000 times heavier GameObject will stutter when colliding with a lighter GameObject (UUM-65366)
UI Toolkit Controls: MultiColumnListView causes a memory leak when repeatedly shown and hidden (UUM-72241)
UI Toolkit Framework: The "StackOverflowException" error is thrown in the console and the Editor freezes when Spacebar is pressed after selecting the last element of a list (UUM-69616)
2022.3.30f1 Release Notes
Fixes
Android: Backport for fix to PatchActivityAttributes instability. (UUM-54092)
Android: Fixed warnings about missing classes when building an exported Android project with minifying enabled. (UUM-69916)
Documentation: Updated the documentation for
AudioSource.PlayOneShot(). (UUM-63508)Editor: Fixed a bug where Handles.DrawCamera was broken for hidden cameras and cameras targeting non-active displays. (UUM-21678)
Editor: Fixed bug where renderer SortingLayerID cannot be set at runtime. (UUM-70789)
Editor: Fixed console window showing memory leak warnings when previews or icons of meshes are displayed. (UUM-63257)
Editor: Fixed menu items becoming duplicated oon Windows when there were a large number of menu items in the project (Over 7344). (UUM-70358)
Editor: Fixed toggling Allow Instancing for multiple game objects and prefabs not applying the changes. (UUM-51109)
Editor: SerializeReference with Interfaces now correctly works with an inheritance. (UUM-71468)
Graphics: Fixed occasional silent crash in Graphics.Blit on Metal. (UUM-63699)
Graphics: Fixed Vulkan color mask behavior when separate MRT blend is disabled. (UUM-69202)
iOS: Fixed reported kind for Back Triple Camera: was with depth support when it doesn't support depth. (UUM-70571)
Networking: Fixed UnityWebRequest crash if texture is queried multiple times and destroyed in between. (UUM-70009)
Package Manager: Fixed a resolve failure which could happen when a local tarball dependency does not point to a file on disk. (UUM-63177)
Particles: Made particle system sorting stable by adding sorting by index. (UUM-63521)
Player: Fixed R11_EAC texture compression causing terrain holes to render incorrectly on the Quest 2. (UUM-61913)
Prefabs: Don't destroy removed GameObjects if they are referenced in the scene. (UUM-69243)
Scene Manager: Fixed prefab scale value sets to zero when we try to modify a prefab with canvas using editor script. (UUM-47434)
Scripting: Fixed Application.exitCancellationToken not being raised after exiting playmode. (UUM-68595)
Scripting: Fixed WaitForEndOfFrame calls multiple times a frame when multiple Game View Windows are visible. (UUM-66275)
Search: Support component name prefix when searching component properties. (UUM-61280)
UI Toolkit: Fixed inspector elements from being culled in secondary inspector window and avoid unexpected behavioral errors been thrown when selecting an Asset then selecting another type of asset and deselecting it. (UUM-35998)
UI Toolkit: Fixed not being able to set null to an ObjectField with a missing reference. (UUM-70135)
Universal RP: Fixed an issue where cookie sampling looks corrupt when targeting mobile platforms. (UUM-70600)
Universal RP: Fixed an issue where Shadow maps sometimes leaked when switching between quality levels. (UUM-70142)
URP: Render Pipeline Converter - Built in materials where not found properly the first time the Initialize Converter was called. (UUM-30915)
VFX Graph: Fixed exposed properties reset when editing multiple VFX at the same time on inspector. (UUM-70594)
VFX Graph: Fixed incorrect source spawnCount. (UUM-70512)
Video: [Android] Video freezes when built for Android with specific project. (UUM-65398)
WebGL: Updated
AudioClip.frequencyto return the effective WebAudio AudioBuffer sampleRate value. (UUM-47637)
Package changes in 2022.3.30f1
Packages no longer available
com.unity.muse.common
com.unity.muse.sprite
com.unity.muse.texture

Find the Unity version that’s compatible with your existing projects, or that provides you with specific features unavailable in newer versions.
