- Home /
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.
limit the frame rate.
base all movements off of Time.time.
put all movements into fixed update.
Comment
Best Answer
Answer by Fanttum · Mar 20, 2015 at 01:32 AM
All physics based movement should be put in FixedUpdate.
Your answer
Follow this Question
Related Questions
Is it a bad practice to change the timescale for the whole game? 1 Answer
Framerate independent character movement 1 Answer
Frame dependant game. Using update vs fixed update. 3 Answers
Movement is frame-rate dependant despite using delta-time 0 Answers
How to make the enemy stops according the player position 1 Answer