Same problem as everyone else, nothing fixing

When typing Input. it doesnt bring up anything, and when i right click, there is no rename option. I installed all the files recommended in other topics, and even reinstalled VS Code from scratch.

RIP

Hi kreig,

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:

Hey, I had similar problems, with everything presumably installed correctly. What did seem to help me out (unless I accidentally, unconsciously did something else at the same time to fix it) is to go to Edit > Preferences > External Tools and press Regenerate project files

I guess, to be safe, you better do that with Visual Studio Code closed though (at least, I know I did). When reopening scripts (I didn’t have to restart Unity), it seemed to suddenly work fine :slight_smile:

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

Privacy & Terms