I accidentally deleted my entire Unity project. I had moved my files into the documents tab on my Mac and it had just shattered. Luckily, I made a new project and replaced all the new project files with the old projects files. New Problem: I have 3 errors popping up:
- Assertion failed on expression: ‘unsafeDependencies != nullptr’
- Assertion failed on expression: ‘unsafeMetaInfo != nullptr’
- Assertion failed on expression: ‘safeMetaInfo != nullptr’
Does anyone know how to fix this, is it by deleting a certain file?