Hello,
I was looking on chrome for an answer for a problem in my code when my computer became strangely slow, I opened task manager and it slowed down even further. Most apps were frozen, the keyboard didn’t work. Couldn’t even shut down the computer from CTRL + ALT + DEL. All I was left with was to hard reboot the computer.
This is strange as it has never happened before, maybe a memory leak?
Anyways, when I opened Unity, my scene couldn’t load saying, Unknown error while loading scene “Level 1”.
Also, my most important prefab is broken. I looked at it in a Hex editor and it looked mostly fine. I messed around with it and I got it to have a different, working prefab on it with its game objects but having the previous components. The components and their values were the same so the data is there somewhere.
I have looked on multiple other threads and I have tried re-importing and duplicating the prefab but with no luck. I attached an image of how the prefab looks like if its any help.

Does anyone know what I could do to solve this?