Only get monobehaviour suggestions for intellisense auto complete

Hi there, just started the 2D course but i dont think it matters much which course. I’m having an issue with intellisense not that it isn’t working its just its not bringing up all the auto completes that i see in the video for me? I’ve tried all the steps in the intellisense issues lesson but for example here i’m only getting monobehaviour suggestions none of the standard complete options. Any ideas?

image

Hi,

Please follow the instruction on this website and make sure all required extensions are installed: https://code.visualstudio.com/docs/other/unity

If the issue persists, please check the console of VS Code (not Unity!). If the .NET Framework 4.7.1 (Developer Pack) is mentioned there, download and install it from the official Microsoft. Here is the link: https://dotnet.microsoft.com/download/dotnet-framework/net471

Depending on your version of Unity, it might be that you will have to install the “Visual Studio Code Editor” package in Window > Package Manager in Unity.

  1. Press Ctrl + Shift + P.
  2. Type “OmniSharp: Select Project” and press Return.
  3. Select the solution workspace entry.

Maybe you’ll have to reboot your computer. Then launch Unity again and open one of your scripts.

Did this help?


See also:

thank you i think it was .net 6.0 that finally got it working i had followed all the other stuff or so i thought

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

Privacy & Terms