open-project-1 icon indicating copy to clipboard operation
open-project-1 copied to clipboard

Fixed Jumping into wall adds excessive speed bug

Open kablouser opened this issue 4 years ago • 0 comments

https://github.com/UnityTechnologies/open-project-1/issues/502

Changed the aerial movement logic to use the combined magnitude of (x, z) instead of treating the components independently. Otherwise, there is a diagonal speedup.

Verification: replicate steps described in the issue.

kablouser avatar Sep 26 '21 20:09 kablouser