Area2d freezes my scene.

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

I added an area2d to detect if my player had fallen off the map or not and if the player had fallen off the level would reset. As I played the scene all that I saw was my player and the ground beneath his feet, but when I tried moving the player he stayed frozen in the idle position. I saw a person with the same exact issue as me and tried using their solution but it wouldn’t work. PLEASE HELP ME.

:bust_in_silhouette: Reply From: Inces

Aren’t You detecting collision in process() ?
I bet your level tries to reset itself every frame