Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2019.4.8f1
2021.2.0a2
Issue ID
1306519
Regression
No
Undo.RegisterCreatedObjectUndo dirties the scene, but no actual changes to Scene are made
Steps to reproduce:
1. Open attached Repro_Undo_Dirty_Scene project
2. Open Window -> Test
3. Press "Load, Modify subData and save undo"
4. Observe that scene is not dirtied
5. Press "Load Data, Assign sub asset and register undo"
6. Observe that scene is dirtied at this point
Expected result: Undo.RegisterCreatedObjectUndo should not dirty the scene, when no actual changes to Scene are made
Reproduced in: 2019.4.8f1, 2021.2.0a2
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [CI/CD]Build cache not invalidated when building targets with different defines
- VFX Learning Templates contains an empty folder the HDRP_VFX_Learning_Templates Scene
- Crash on -[NSApplication endModalSession:] when changing code in a Code Editor, saving and clicking on the Unity Window with "Stop Playing and Recompile" selected
- “Install package from git URL” and “Install package by name” tab does not close when resizing undocked Package Manager window and gets pushed outside the window
- "EndLayoutGroup: BeginLayoutGroup must be called first." errors are thrown when creating a Tag with identical name and holding the enter keyboard button
Resolution Note (fix version 2022.1):
Scene is no longer dirtied by registering undo operations that do not affect it