So, I was working on a game in Godot when it told me I can’t run the file because I didn’t have enough space on my PC. So, I closed out and cleared some space, and now for some reason half of all of my scenes are gone. Like random nodes and scenes are missing. Does anyone know what to do??
Sorry SOL stands for (s word) out of luck. And the problem isn’t that I don’t want to recreate the chest scene, it’s that like every scene is also like that, so I would have to recreate almost every scene unfortunately
I got it back thankfully!! I found this tool called Godotre that was able to convert one of my pck files back into the project. Thank you for your help tho!!
ok, now set up a git and maybe gitlab or github account (or something better, but those are the easy ones) and put your project there so you have a backup XD
if you need to learn how to use git, there are plenty of resources online, but the important commands you want are: init, clone, push, pull, add, commit
it is not easy, but it will save you from situations like these
and make some space, delete those downloads you don’t need anymore XD
As others have mentioned, having backup is cool. But what is interesting to me is why did all those files vanish? Did you clean up anything in the project directory itself? Or did you use some tool that automatically cleans stuff up? Do you have a log of files that was removed?