Is it okay to use area_entered on player and not body_entered on Area object?

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

I made an item which the player can pickup by entering it’s Area node. I used body_entered so the script was on the Area node but I changed it so now the script is in the player script, so currently using area_entered. It is easier for me to work with this method but I wondered if there is any drawbacks, problems with this method.

If you plan to add more powerups your player script will be messier…

Other than that it don’t seems to have any problems (just my views)

Vikrant | 2021-08-15 13:13