UnityTechnologies / open-project-1

Unity Open Project #1: Chop Chop
http://unity.com/open-projects
Apache License 2.0
5.75k stars 2.03k forks source link

Fixed Jumping into wall adds excessive speed bug #503

Open kablouser opened 3 years ago

kablouser commented 3 years ago

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.