Search Issue Tracker
Fixed
Fixed in 6000.2.0a10
Votes
0
Found in
2021.3.50f1
2022.3.60f1
6000.0.43f1
6000.1.0b11
6000.2.0a7
Issue ID
UUM-101217
Regression
No
Holding undo keyboard shortcut after changing and saving TextureImporter Inspector properties throws errors
Steps to reproduce:
1. Create new Unity project using Universal 2D Template
2. Import provided “bird_anim_01” Asperite Asset
3. Select “bird_anim_01” in the Project window
4. In the Inspector change one of the Asperite Importer properties (for example Import Mode from Animated Sprite to Tile Set)
5. Apply changes
6. Press undo keyboard shortcut (Command+Z) and hold
7. In the “Inspector - Unsaved Changed Detected” pop-up press “Save” (If multiple pop-up appears, press Save on all of them)
8. Observe the Console window
Actual results: Errors are spammed in the Console window, Asprite Asset is broken in the Project window
{code:java}
“Assertion failed on expression: '!m_IsUndoing'
UnityEditor.EditorApplication:Internal_CallGlobalEventHandler ()”
{code}
Expected results: No errors are thrown in the Console, Asperite Asset is not broken in the Project window
Reproducible with versions: 1.1.8 (2021.3.50f1, 2022.3.60f1, 6000.0.43f1), 1.2.3 (6000.1.0b11, 6000.2.0a7)
Tested on (OS): Apple M1 Max, Sequoia 15.2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment