Hello my name is Snowy! So when I went to back up my projects to my new SSD, it failed and I didn’t know so I cleaned the hard drive but then I wanted to open my project and it was corrupted. So my question is there is a way to make the apk or mayby my pc game version back into a unity project. I hope there is a program or something I can use as I don’t want to make it again from scratch. Please, is there a way.
No, and doing so would break the TOS of using unity
This is why you should use VC, I suggest you do that next time to avoid this sort of issues in the first place.
Good luck!
In the future use version control and/or backups. Also, never wipe a drive before you’ve verified everything copied correctly. Sometimes you’ve got to learn these things the hard way unfortunately. But yeah, you’re making these projects from scratch again it sounds like. One thing you can try is deleting the project’s library folder in case the corruption is isolated just there, and cross your fingers.
As already stated, this is exactly why using version control systems is industry standard across all software development. Too much work can be lost way too easily otherwise. Years of work gone in a few clicks of the mouse. You’re driving 100 mph on a curvy road running along a cliff with no seatbelt otherwise, eventually you’ll make that one mistake, everyone makes mistakes. With version control you fix that mistake in minutes instead of months/years. Good luck