No Unity autocompletion in VSCode on Mac OS

I installed .NET 6 on my Mac OS (Monterey 12.0.1) and VSCode C# extension from Microsoft. But there is no autocompletion pop up in my editor.

I don’t know if it happened because I opened VSCode with C# sharp file before installing Dotnet or Dotnet version is too new.

1 Like

Hi @pontakornth,

Welcome to our community! :slight_smile:

Unity runs with the .NET Framework 4.7.1, not with 6. If you use a Mac, I would suggest to install the latest MONO framework.

https://www.mono-project.com/download/stable/

Also see here:

Did this help?


See also:

Yes, I still use dotnet 6.0.0 from that I installed but I installed Mono then set omnisharp.useGlobalMono to true. It works.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms