Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2022.1.0a4
2022.1.0a8
Issue ID
1363862
Regression
No
Pressing escape in Undo History window throws a NullReferenceException error
Steps to reproduce:
1. Create a new Unity project
2. Open Edit->Undo History
3. Make sure an undo event is selected and press Escape key
Expected result: Nothing happens
Actual result: NullReferenceException error is thrown
NullReferenceException: Object reference not set to an instance of an object
UnityEditor.UndoHistoryWindow.OnUndoSelectionChange (System.Collections.Generic.IEnumerable`1[T] selectedItems) (at /Users/bokken/buildslave/unity/build/Editor/Mono/Undo/UndoHistoryWindow.cs:201)
UnityEngine.UIElements.BaseVerticalCollectionView.NotifyOfSelectionChange () (at /Users/bokken/buildslave/unity/build/ModuleOverrides/com.unity.ui/Core/Controls/BaseVerticalCollectionView.cs:1341)
UnityEngine.UIElements.BaseVerticalCollectionView.ClearSelection () (at /Users/bokken/buildslave/unity/build/ModuleOverrides/com.unity.ui/Core/Controls/BaseVerticalCollectionView.cs:1354)
Reproduced with: 2022.1.0a8, 2022.1.0a4 (Undo History was added in 2022.1.0a4)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [2020.3] Play Mode has visual artifacts when Graphics API is set to DirectX12 with Dynamic Resolution enabled
- White texture appears when setting “RenderTextureFormat.Depth” to “RenderTexture” on the Camera
- Cursor is visible when using “Cursor.lockState = CursorLockMode.Locked” and “Cursor.visible = false”
- Material.SetOverrideTag setting LightMode tag has no effect
- Decal is not rendered when in Camera component Culling Mask dropdown field Default is unselected
Add comment