Returning to my project after a couple weeks, nothing works anymore?

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

Hey friends,

I’m making my first Godot game and after taking a break for a few weeks, I return to my project to find that features that were implemented are just gone/no longer work. The code for my character controller seems to be intact, but nothing happens if I press the keys they are assigned to. A few objects in the scene seem to moved spontaneously. My entire camera object is simply gone??? Even when I didn’t so much as touch this project in the few weeks I took a break from it. Has anybody ever have to deal with something like this?

:bust_in_silhouette: Reply From: magicalogic

Am not sure what happened. That never happened to me. To fix that you pretty much have to go through every scene and sccript that is not working and check that no errors are there. Its probably nothing you can’t fix if all your code is still there. (To me that’s probably the worst that can happen.) Also make sure no files that were being used in the project were accidentally deleted.