I’m facing an issue where my project, which previously worked fine, now throws empty console log messages, making it impossible to trace the source of the problem.
Here’s what I’ve tried so far:
- Suspected an issue with libraries or outdated packages, so I created a new empty project—same issue occurred.
- Completely uninstalled Unity Hub and all Unity editors, reinstalled everything, and created another empty project, but the problem persists.
- Deleted all packages via the Package Manager—the errors stopped, but when I added a simple
Debug.Logscript, the errors reappeared. - Also tried deleting
manifest.jsonand theLibraryfolder, but that didn’t solve it either.
Any ideas on what might be causing this or how I can further debug it?
Here is whats in Editor.log in case you might find something helpful:
