I'm using VS Code and Unity, and I noticed that errors are showing on Unity console but not the VS Code, I looked up and did everything that this page says and nothing worked: https://code.visualstudio.com/docs/other/unity
Is there a fix to this?
I'm using VS Code and Unity, and I noticed that errors are showing on Unity console but not the VS Code, I looked up and did everything that this page says and nothing worked: https://code.visualstudio.com/docs/other/unity
Is there a fix to this?
I had this problem too. One day Code's errors were connected, the next day, they had disappeared. Most frustrating. This worked for me:-
2) Regenerate project files from Edit->Preferences->External Tools
Note: just regenerating the project files didn't work for me. Needed DotNet SDK update.
The official doc is wrong https://code.visualstudio.com/docs/other/unity
step 5 : In the VS Code Settings editor (Ctrl+,), uncheck the C# extension's Omnisharp: Use Modern Net setting ("omnisharp.useModernNet": false)
You need to do the exact opposite and check it.