Search Issue Tracker
Fixed in 5.3.0
Votes
0
Found in
5.3.0f1
Issue ID
745311
Regression
Yes
[MSE] Crash when pasting a GO to the active scene and then performing an undo
Steps to repro:
1. Launch the attached project / create a new project
2. Create 2 scenes
3. Copy a game object from any scene and deselect any selection to choose the active scene
4. Paste the GO (SUCCESS)
5. Now perform an undo operation
Note that Unity crashes.
The stack trace is:
#0 0x000001019c3f1f in ClearTransformParentUndo(Transform&, UnityScene&, std::string const&)
#1 0x000001019c41ec in UndoTransformParent::Restore(bool)
#2 0x000001019c27dd in UndoManager::Apply(std::list<UndoBase, std::allocator<UndoBase> >&, bool)
#3 0x000001019c2b01 in UndoManager::Undo()
#4 0x007fff8f192cd7 in _os_activity_initiate
#5 0x007fff8dffaeb1 in -[NSApplication sendAction:to:from:]
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Add comment