better understanding of Fixedupdate

so im kind of getting the gist of fixed update but i need some clarification on a few things:

  • when making jump physics, does the jump calculations go into fixed update or can all of that go into update
  • Does fixed update best used for continuous changes in physics?

FixedUpdate is used for all things regarding physics.

1 Like