i'm making a platform game in which the platforms come from up to down. i have a ball which is jumping continuously (simulate control- jump) and which has the platform behaviour. when i hop in the platforms sometimes it jumps and sometimes it stuck. I check on debug it shows Animation Mode- jumping/falling and when it stuck it shows Animation Mode- stopped. I also put console log. and when the animation mode shows stopped, the console log increases. How can i fix this?