Search Issue Tracker
By Design
Votes
0
Found in
5.2.0f2
Issue ID
722346
Regression
No
[Undo] DestroyObjectImmediate does not restore scriptableObjects when undoing
To reproduce:
1. Open attached project
2. Open crime scene
3. Enter play mode
4. Notice the logs in the console. A scriptable object is created. It is checked for null (returns false). DestroyObjectImmediate is called. PerformUndo is called. The object is again check for null. This time it returns true - the object has not been restored.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
Add comment