I had all the important files (models,textures, materials) inside a folder named “Library”. I was managing some stuff today and changed the name of that folder to “Files” an error came up that I’m using that folder and i clicked try again. The folder was renamed after that but all my files are gone. The folder was empty, I can’t find the files nowhere on my pc. I’m using the latest Unity but still i though i was just going to lose my scene not all the files too. It seems that the files are vanquished from my pc. What do i do now ?
Was this a Library folder you created under the Assets folder in your project? There’s a Library folder that Unity creates as part of the project, and you shouldn’t be using that for anything.
Are you using source control? Do you have a backup? Those are fundamental to programming of any kind. If you aren’t doing that, you need to start today. And always make sure you have a backup before doing things like renaming project folders or moving things around.
If your folder is gone or empty, odds are your files are gone.
What’s incredible is in your comment you say that you’ve lost a scene before while doing this sort of thing. Maybe this time you will learn the lesson. Back up. Back up. Back up. Source Control.