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
- UI Builder can't set a background image to a sprite from a multi-sprite spritesheet in the Resources folder
- Light2D freeform does not render the internal part when rendered in certain shapes
- Using AddCopyPass causes an incorrect merging of passes.
- Negative Enum value is not pasted correctly when copying from another array
- Silent Crash when generating Lightmap UVs for a model with a large object scale
Add comment