I want to add checkpoints to my game, but I can't find a collision object able to get through it to trigger an event. I'm using a KineticBody2D
for this, I tried using Area2D with body_entered
but didn't work, and I tried to make StaticBody2D
passable, but didn't work. What's the best way to do this?