Lerp Doesn't Work On Mobile
Hey, I've done lerping things before but this is happening first time. I have a ground and a ball on it. When I press the button, ground opens from middle of it. On Unity it works very good. Ball rolls to a direction. But on mobile it opens suddenly and the ball goes through the floor and falls down. Is there a way to fix that? Thank you.
Here is screenshots from Unity.
Comment
Answer by erygrymn · Jun 15, 2017 at 03:07 PM
I solved the problem. If you use Time with your lerps, low fps can cause some time jumpings and that causes sudden lerp.