Godot Version
4.4.1
I have a player in the 2d scene and it has
Collision Layer: 2
Mask: 1
and a coin:
Collision Layer: 1
Mask: 2
And the coin has a script which the on_body_entered signal Is highlighted as it is connected
I am expecting it to print “coin” but it does not. What else do I need to setup for a collision?