Search Issue Tracker
Fixed in 2023.2.1f1
Fixed in 2023.2.X, 2023.3.X, 7000.0.0a1, future release
Votes
0
Found in
2023.1.5f1
2023.2.0b5
2023.3.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
- Crash on UserList::AddUser when opening a project with specific animation assets
- Asset Bundle variant menu is active when Asset Bundle name hasn't been set
- Clip start in Timeline is missed when using Animation window scrubber linked to Timeline
- "Create new Shader Asset" window's categories have no highlight when selecting with keyboard
- "Create new Shader Asset" window's categories expand/collapse actions are unintuitive when using the keyboard
Resolution Note (fix version 2023.3):
Update to Undo documentation to clarify RecordObject operation
Resolution Note (fix version 2023.2):
Confirmed ok to close this