You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//used for moving object over time. it's a way of moving things without using a RigidBody. Used when we want something in a straigh line without complicated stuff
//deltaTime so it won't be affected by frameRate;
//end timer so we don't have too many objects not visible but just moving