#Ways to limit velocity?

1 messages · Page 1 of 1 (latest)

fallow osprey
#

I am using AddForce to move my player, but how do I limit the velocity?
If I set it normally like this RB.velocity = limit. It will also limit the dashes, any suggestions?

proven yarrow
jolly elk
#

If you were moving a space ship or a car it would be done with linearDamping (drag), and it would limit itself to a maximum depending on force. It may work for a character, i don't know.

fallow osprey
#

Thats what im going for

fallow osprey