llafuente / unity-platformer

Unity platformer framework: IA, Ladders, Jumps, WallStick, WallJumps, Slopes, MovingPlatforms, OneWayPlatforms/Walls, Ropes and more...
MIT License
119 stars 23 forks source link

Big Slopes at hight speed (>60-65º) #21

Closed llafuente closed 8 years ago

llafuente commented 8 years ago

Slipping down a slope with >60/65º and at high speed ends been imposible to calculate continous collision. Character do small-jumps and back slipping.

To decrease this effect decrease speed.

llafuente commented 8 years ago

This is no longer true. A mayor refactoring allowed it now. Fixed @7161b78d86ec0c9ff08e229c3cfaeb0729184815

Closing!