#cant figure out how to get collision to work
6 messages · Page 1 of 1 (latest)
Where are you working? 2D or 3D?
3d
What nodes are you using? CharacterBody3D?
yeah i want to detect the collision between a characterbody3d and really any other node
When you use move_and_slide, returns a boolean value. If it is true, then your character body is collided. Do you use move_and_slide for moving the character?