Search Unity

How can I move 2D objects left and right like in this animation continuously?

Discussion in 'Animation' started by Tha_Vrisco, Sep 15, 2018.

  1. Tha_Vrisco

    Tha_Vrisco

    Joined:
    Aug 6, 2018
    Posts:
    6
    The code that I found on the internet accelerates the object gradually and decelerates gradually before it changes direction.

    I'm also trying to move 32 objects at once like this. I'm trying to do this with a C# script.