Search Issue Tracker
Fixed
Fixed in 2023.2.1f1, 2023.3.0a12, 7000.0.0a1
Votes
0
Found in
2023.1.5f1
2023.2.0b5
2023.3.0a1
7000.0.0a1
Issue ID
UUM-44001
Regression
No
ScriptReference/Undo (default)
URL: [https://docs.unity3d.com/ScriptReference/Undo.html]
>Modify a single property:
Undo.RecordObject (myGameObject.transform, "Zero Transform Position");
myGameObject.transform.position = Vector3.zero;
But it works for multiple properties too
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
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- "GetPreferedValue" returns max value when using auto-sizing
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
- “Assertion failed on expression” errors thrown when undoing Nodes creation with keyboard shortcut
Resolution Note (fix version 2023.3.0a12):
Update to Undo documentation to clarify RecordObject operation
Resolution Note (fix version 2023.2.1f1):
Confirmed ok to close this