Relative Content

Tag Archive for animationgame-developmentreloadgodot4

Character fail to load differently everytime the scene is reloaded

Every time my character dies, the scene is full reloaded with reload_current_scene(). but anytime it is reloaded the player is loaded differently:
-1st time it works perfectly
-2nd time some animations are missing
-3rd time some sprites change their position
-4th time the main scene closes few seconds after being loaded.