- Home /
Corrupt .cs file
So. I've got a big .cs file, and obviously my laptop crashed. When i rebooted it, the project panel was completely blank, thought files viewed with Windows Explorer were still here with the good size. I then did a reimport, and Unity viewed all the files in the folder again. But none of the scripts components were linked to an actual script... And then i saw that my .cs file is plain blank in MonoDevelop, and just a bunch of NUL in Notepad++. I tried the build / ILSpy method, but it wasn't successful. Is there any hopes ?
Unfortunately I know of no remedy for such an issue. $$anonymous$$ost likely the crash occurred during some write operation on the file(s) in question.
The lesson here is: $$anonymous$$ake frequent backups. On multiple hard disks, if possible.
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Illuminating a 3D object's edges OnMouseOver (script in c#)? 1 Answer
Flip over an object (smooth transition) 3 Answers