Object not colliding with other objects

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

Hello, I have an object in my scene and I’ve set it up so the collision mask collides with everything (vie the Editor). I don’t have any script on it but the object doesn’t collide with anything, any ideas why?

What are their body types?

Dlean Jeans | 2019-07-17 14:16

:bust_in_silhouette: Reply From: usurun

Are the layers rightly configured? Is it an Area, RigidBody, or KinematicBody collider?
Remember to use move_and_collide() or move_and_slide() if it is an kinematic body.