- Edited
Hi, someone knows how to take the colliding node with a raycast, in GDscript it works like this. var n =$RayCast2D.get_collider() if n.is_in_group("group_name"): print("it's in the group!")#
But in c # it doesn't work or I can't find the way to do it