Literally every time i start a new project, 4 errors appears, They have nothing write in then, Just the date, when i click on then, nothing happens,i really Dont know what to do
I had this. I reinstalled Unity versions, didn’t work. What did work was going to Edit
→ Project Settings
→ Player
->(Other Settings
tab near bottom) and inside of Other Settings
you will see a bold header for Configuration
.
Change the scripting runtime version from 4.0
to 3.5
That should fix your issue. It was discussed in more detail here:
https://forum.unity.com/threads/four-blank-errors-in-each-new-project.599980/
it worked for me really thanks but it says that the 3.5 version will be removed in future releases
– SepalI know it’s a bit of an old thread but I had a very similar problem and I figured out a fix for it. Not exactly conventional or long term but it might help people with this kind of problem:
You may have not had the exact same error that I had, but the same logic might apply (make sure to backup any files you edit, of course.)
I’m using Unity 2019.3.5f1 on Windows 7, and having a similar problem. Whenever I open a project, even a new, empty one, I end up with two completely blank compiler errors that refuse to clear. I’ve searched everywhere, and have only found extremely outdated solutions, or ones for Linux users. Please help.
Hey guy, Just passing by to tell that after analyzing the logs that I was missing the libssl in my system. after updating it the errors went away.
© 2022 - 2024 — McMap. All rights reserved.
I have this same problem, hope someone answers it!
– Afterpiecethe same thing :(
– Decorateprobably the problem cause from the unity3D itself. can you tell the unity version you are using?
– BrinnaHave you looked at the Editor log? There might be more info in there.
– Markup