• Home  / 
  • Unity3D
  •  /  Moving in Unity3D w/ FixedUpdate vs Update – Unity Physics and Movement For beginners

Moving in Unity3D w/ FixedUpdate vs Update – Unity Physics and Movement For beginners

Learn how to move things properly with Update and FixedUpdate. We’ll discuss the differences between them, why you should read input in Update and why you should move in FixedUpdate. We’ll use a ball hitting dominos as an example of a character we can control and move around using wasd and jump to show the differences and how to use the unity physics system with input.