Quick question about: rb.(this does not show up)

So I have an issue where I don’t get the options for rb.
image
(This is a screenshot of the example code taken from the video)
Am I missing a plugin or something? There are only a few ones but AddRelativeForce() was not one of them, most of the auto fillers are missing for me. Sorry if I’ve missed something very obvious :innocent:

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 website. 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 in VS Code.
  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.


See also:

Thanks for the quick reply Nina :+1:, I will try this fix again after rebooting my computer

Okay, so after about a days worth of bashing my head against the keyboard :innocent: I finally just converted to visual studio 2022 and it just works :speak_no_evil:. Thanks for the help anyways

1 Like

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

Privacy & Terms