[Solved] How to bringback an object to its original position after rotation in unity?

I want the cube to return back to its original position when the user stopped touching the cube I can’t exactly tell which part of this you are struggling with but you can simply get the position of the GameObject in the Start or Awake function then set the transform.position to that value when OnMouseUp … Read more