Advertisement
Munchy2007

Part5c_2

Jan 10th, 2018
3,812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.15 KB | None | 0 0
  1.         void FixedUpdate()
  2.         {
  3.             rbody.MovePosition(transform.position + transform.forward * speed * Time.fixedDeltaTime);
  4.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement