#How do I print out something when a CollisionShape3D collides with something?
7 messages · Page 1 of 1 (latest)
Shape itself doesnt process physics
shape is just there to define the shape/bounding box for the physics object only
on RigidBody3D there is a method get_colliding_bodies() which returns a list of colliding bodies
on characterbody3d, there is a get_last_slide_collision() method
@fringe dawn