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
- Red spots appear when Blending Lighting Scenarios using Adaptive Probe Volumes
- [Windows] About Unity Window needs to be opened twice to adapt to resolution
- NullReferenceException and temporary graph corruption after entering playmode if output node connection was changed
- Sprite Renderer with Animation does not reflect Sprite changes in the Scene when switching Mask Interaction
- Error "NullReferenceException: Object reference not set to an instance of an object" is present when loading 3D text mesh in Player from an asset bundle that is built with an older Editor version
Add comment