AxlLind / Strive

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

Flip platforms are buggy if they are too close to eachother #71

Closed Jontpan closed 7 years ago

Jontpan commented 7 years ago

Probably because the first coroutine isn't finished before the second one starts. Could perhaps put it in update and let flipscript managed the straight variable

Jontpan commented 7 years ago

Fixed in #70, as each animation is always aloud to finish