How to make a tile one-way?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By teknixstuff

I’ve tried selecting the tile collision box, however there is no option in the inspector (unlike all the solutions I’ve found have)

:bust_in_silhouette: Reply From: jgodfrey

Every CollisionShape2D node has a One Way Collision property that’s visible in the inspector (under the CollisioShape2D section) . Are you sure you’ve selected the correct node in the scene tree when looking for the associated property in the inspector?

It’s a tile in a tilemap, not a rigid/kinematicbody2d.

teknixstuff | 2023-01-24 09:02

:bust_in_silhouette: Reply From: teknixstuff

Nevermind, it fixed itself somehow.