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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment