I can't find "One Way Collision Shape" in Godot 4..

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

Specifically I watched some One Way Collision Shape video tutorials, but when I followed through, I didn’t see the OWCS option anywhere. Anyone know where it is in Godot 4? Or has it been deleted?

:bust_in_silhouette: Reply From: jgodfrey

The CollisionShape2D has a one_way_collision property, as documented here.

You can see it in the inspector as One Way Collision.