all textures disapeared!

I was working on a fun map, that was far along, and i quit it to get something to eat. when i came back, there were no textures and nothing in the project box. i searched my computer for my project (new project 1)
and in the assets place, there were my textures and everything, but it would not import.
in the little bug box ( one with error reports) said there was something wrong with the import of my items.
I also tried deleting the textures in the assets folder, and adding new textures, but it didn’t work.
could someone please help?

Are you sure you oppened the correct project?

Try right clicking one of the assets in your project pane and select “Show in Explorer” or “Show in Finder” to see if you’re looking in the correct location…

If indeed you’re in the correct project in unity and when you open the explorer or finder and see your textures there - try renaming one of your textures and using the Assets → Import New Asset… To try and re-import it. See if it makes a difference. Sometimes when Unity fails in import it marks the asset as erroneous, but it should alert you in the console window…

Also, try re-opening the project… File → Open project → Open Other… And point it to the correct location where you saw your textures (Not inside the Assets folder obviously, one folder above it - where you see the “Assets”, “Library” and “temp” folders).

I found out that i had another assets folder in my original assets folder, I put all my things back, but now my objects have two sides, like my one plane now has a back that i can see, but cannot touch… how can i fix that?

Sounds like a shader problem that’s caused from wrong import settings… If you moved your files back using the explorer or finder, Unity lost the settings that you put on your assets (for example what resolution and compression to use on your textures, mesh scales, and stuff like that…)

What material and shaders are you using? Some shaders are set to display meshes as two sided.

Try checking the settings of all assets that have anything to do with the two sided plane, and try re-importing them again (right click in the project pane → reimport).

ok, thnx, it didnt work, but its ok, i started over.