AxlLind / Strive

Infinite jumper mobile game created in Unity.
6 stars 1 forks source link

Fixes landing bug, #101 #102

Closed AxlLind closed 7 years ago

AxlLind commented 7 years ago

I'm pretty sure this fixes the landing bug in #101 and previously in

69. Does this by changing the condition in the platform script for

when to jump but also lowers the jump speed of the trampoline slightly since the bug happened almost exclusively on trampolines. Now the top of the jump from trampolines is about half way between two platforms.

I've play-tested this a bit and have not been able to replicate the bug again but please play it a bit yourself. With the change to the trampoline jump speed this bug should basically not happen though.

Also removed the camera waiting until it moves since that doesn't really happen anymore with the new start.

Jontpan commented 7 years ago

Was not able to replicate the bug and with the trampoline change it should basically never happen.