You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use moving platforms and ladders in the same scene. I found that when Moving Platforms Layer is set to Moving Platform and my characters is on ground, it cannot climb the ladder.
If I jump and climb it, things work fine, but if I'm touching the ground, it seems like the character keeps constantly entering and leaving freedom state.
I've tested a few things and I think the problem is somewhere around these lines in function CheckGround, in PlatformerMotor2D.cs:
Hi,
I've been trying to use moving platforms and ladders in the same scene. I found that when Moving Platforms Layer is set to Moving Platform and my characters is on ground, it cannot climb the ladder.
If I jump and climb it, things work fine, but if I'm touching the ground, it seems like the character keeps constantly entering and leaving freedom state.
I've tested a few things and I think the problem is somewhere around these lines in function CheckGround, in PlatformerMotor2D.cs:
What should I do?
(Attached a video demonstrating the issue)
Ladder issue.mov.zip
The text was updated successfully, but these errors were encountered: