rypordev / SinglePlayer_Tank_Demo

Single Player proof of concept for a physics based tank party game
0 stars 0 forks source link

Tank No Momentum off cliffs #9

Closed ghost closed 1 year ago

ghost commented 1 year ago

Tank immediately stops all velocity when moving off a cliff. Suggested Fix: Instead of RB.MovePosition, try setting/adjusting the tank rb velocity each frame

ghost commented 1 year ago

Resolved