hi, I'm trying to make a frogger-like game and I want the player to go on top of some logs, to cross to the other side. (see images) the problem is, I haven't been able to achieve it. If I set the player to collide with the logs, the player won't go over it (see image). If i set it to overlap, the player just pass through the logs. What is the best way to make the player go over the logs, move with them like in the original frogger game, and get safe to the other side?