I have an scene as the Player with a CharacterBody2d an his collisionshape, and a Area2d also with collisionshape. The signal on_enter_body its conected to a function on a player but its not being called when collides with the player. What could be the problem?
If this never prints then either the signal is not connected or you are not colliding with it. Can you share your scene tree, maybe share how you connected this function too?