trying to regulate character speed.

So my guy is either slower or faster depending on the frame rate.
which of these 3 should I do.

  1. limit the frame rate.
  2. base all movements off of Time.time.
  3. put all movements into fixed update.

All physics based movement should be put in FixedUpdate.