Not signed in
Copyright © 2026 Unity Technologies
Update to Undo documentation to clarify RecordObject operation
Confirmed ok to close this
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
Sign in to see your voted issues