Area 2d is detected late

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By dany_pitre

Hi ! I’m trying to make an Area2D that when the player is reaching it, it will bounce on. the goal is to put it on certain walls so my player will switch direction when it touches the wall.

The problem that I have is that if unless i put the area 2d at a good distance from the wall, the player will not detect it, like it this:

This will work: away_from_wall

This will not work: near_wall

Someone knows why?

does it change if you make the area thicker?

Andrea | 2021-09-27 13:40