Collision trouble

I made ladders on which the character can move vertically, the Blueprint looks like this:

this is the ladder movement system:

I also have a platform that is not tangible if you jump on it from below, but at the same time tangible if you stand on top of it, you can also jump off it, that’s how it works:


But when I try to connect these two things, the character just gets stuck in the platform, although in theory he should calmly pass through it:

1 Like

I think this whole area is a bit suspect :wink:

When the player enters the under collision, then turn off the cube, until the player leaves the upper collision, then turn it back on.

I think that should be much closer.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.