Skip to content

Instantly share code, notes, and snippets.

@grpnpraveen
Last active March 5, 2023 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grpnpraveen/f60aab6ecce8d407440aad19d479088c to your computer and use it in GitHub Desktop.
Save grpnpraveen/f60aab6ecce8d407440aad19d479088c to your computer and use it in GitHub Desktop.
Unity ( IntelliSense in VS Code for CSharp Script 2022) -Making It Work
After creating a project follow these steps
1) create a c# script in the Assests folder or somewhere in the project you wish
2) Goto Edit preferences -> External Tools -> select vs code
3) double click on the script (it open vscode)
4) In the Extension tab search C# (install official one by Microsoft)
5)goto Link: -(https://dotnet.microsoft.com/en-us/download/dotnet-framework/thank-you/net471-developer-pack-offline-installer)
6)Install It
7)goto Link: -(https://dotnet.microsoft.com/en-us/download/visual-studio-sdks)
8)Install any sdk (I recommend to go for LTS version)
9)close th vsCode and goto edit preferences -> External Tools -> regenerate project files
10) double click on the script again.
finalllly, It will work .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment