Ladder Climb Through Platform Tile?

I am trying to get my player to climb the ladder but pass through the 1 ground piece on the top to get to that platform.

how can I get this to work?

the platform is on the ground layer on the “Platforms” tilemap. I have followed the lecture exactly up to this point but I haven’t seen a solution to this placement

image

Hi Astrid,

Have you already tried to paint the concerning ground pieces on a new tilemap layer (or maybe on the background tilemap layer)? Of course, they must not have any collider, so the player is able to climb the ladder and move “through” the ground tiles.


See also:

Hi Astrid.

To do this, your Platform Tilemap needs something called a Platform Effector 2d. This one component automatically gives your platforms the functionality you are looking for. I have added this myself as well.
Make sure your composite collider has “used by effector” checked

3 Likes

Privacy & Terms