In godot there’s a way to define which component of an object / actor exists in which collision layer - meaning they can be treated differently.
Right now I am using collision spheres to work out if an actor is “snappable” with another one (if 2 collision spheres overlap then you can initiate a dock) - but i don’t want to allow a dock if the bodies (static mesh) overlap.
How can I do this?