Question by
zhneglovenature · Aug 16, 2016 at 11:53 AM ·
movementtransformtransform.positionmovemove an object
How could I make an object move from left to right and it will come back from right?
I like to use Transform. position, which could move the object. I can move it to one way, but it cannot return.
Comment
There are better ways of moving objects Like Transform.Translate or Rigidbody.AddForce, the last one being the best, you should look into those.