Unity And Visual Studio Code



Now if Visual Studio is running already go to Visual Studio, it will ask to reload project. Reload the project. Check if it works, if not close Visual Studio. Now Open cs file from Unity Editor, and now it should work. Open your Unity project folder in the Visual Studio Code. Select the debug view on the left and click the cogwheel. In the drop down list select β€œUnity Debugger”. If you do not have Unity Debugger in the list, then you already have a.vscode/Launch.json file in your project that you must delete first. Unity testing and debugging was also beefed up in the recent release of Visual Studio for Mac v8.9. Last week, Unity's Josh Peterson announced its plans in a forum post titled ' Unity Future.NET Development Status,' cautioning that the thread discussions shouldn't be considered official announcements. Visual Studio Code offers native support to Windows/Mac/Linux in a much more lightweight form than your standard Visual Studio. This Unity Tutorial shows you.

Visual Studio Code is a great code editor and fully compatible with Unity. If you don't know it and you want to start working with it; this little tutorial is for you πŸ™‚

Unity Tutorial Level: Beginner.

2.1 Why Visual Studio Code?

Due to the Unity's announcement in which talks about 'MonoDevelop' will no longer be the default code editor for the next releases of Unity game engine (see https://blogs.unity3d.com/en/2018/01/ 05 / discontinuing-support-for-monodevelop-unity-starting-in-unity-2018-1 /); those who still use this editor need to move to another software. In this way, Unity gives the users the opportunity to choose among code editors such as Visual Studio (in its Community or Code versions) or JetBrains.

We prefer Visual Studio Code, which is a free, powerful and easy to use code editor developed by Microsoft.

2.2 Installing Visual Studio Code.

Unity

Installing Visual Studio Code is a very simple task, you just have to do:

  1. Visit the Visual Studio Code website ( https://code.visualstudio.com/Download ).
  2. Choose your Operative System and download the Installer.

3. Open the Installer and follow its instructions (is not necessary to modify something, the default settings are suitable to have a functional Visual Studio Code in our computers).

Not

Β‘Visual Studio Code is Now Installed!

2.3 Installing C# in VS Code.

Unity Visual Studio Code Not Working

Unity And Visual Studio Code

To start coding in C# (C Sharp) language and be able to work with Unity, we need to:

  1. Install β€œMicrosoft .Net Core SDK” in our computers; visit the following link to obtain the installer: https://www.microsoft.com/net/learn/get-started/windows.
  2. Open the β€œMicrosoft .Net Core SDK” installer and follow its steps to complete the installation (is a very simple process).

3. Restart your computer, then Microsoft .Net Core SDK will be ready.

With β€œVisual Studio Code” and β€œMicrosoft .Net Core SDK” installed in your computer, the next step is getting the β€œC#” extension for Visual Studio Code. There are two methods to do this:

  • The first way is through the Visual Studio's β€œMarketplace” website (https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp). By clicking on the β€œInstall” button the system will start 'Visual Studio Code' in our computers in order to continue with the installation.
  • The second way is by opening 'Visual Studio Code' in our computers, then click on the β€œExtensions” icon (or from the Menu bar: View β†’ Extensions). Once the 'Extensions' window is shown, type in the search bar β€œC#” and then choose: β€œC#C# for Visual Studio Code (powered by OmniSharp)”.

On both ways Visual Studio Code must be open and we have to see something similar to the above picture (Visual Studio Code showing the 'C#' Extension), now just click on the β€œInstall” button.

Β‘We can Start Coding in C#!, we just need to enable Visual Studio Code within Unity.

2.4 Enabling Visual Studio Code in Unity.

Enabling Visual Studio Code as the default Code Editor inside Unity is very easy, just follow the next steps:

And
  1. Open a Unity Project (new or existing).
  2. From the Menu bar go to Edit β†’ Preferences, this opens the β€œUnity Preferences” window.

3. In β€œUnity Preferences”, at the leftcolumn click on β€œExternal Tools”, this window now will show the β€œExternal Tools” information and here we have to select β€œBrowse” from the β€œExternal Script Editor” drop-down list .

Unity And Visual Studio Code

Unity Visual Studio Code Editor Package

4. We have to search for the code editor β€œ.exe” (for Windows) or β€œ.app” (for macOS) file. For Visual Studio Code on Windows, the required file is β€œCode.exe” and can be found at β€œC:Program FilesMicrosoft VS Code” (or C:Program Files (x86)Microsoft VS Code). On macOS, the file is β€œCode.app” and can be found at β€œ/Applications”. Finally, this β€œUnity Preferences” section will be shown like this:

Β‘Now We Can Use Unity with Visual Studio Code!

Unity Visual Studio Code No Autocomplete

This Tutorial about how to install Visual Studio Code and how to enable it inside Unity ends here. Follow us in the next tutorials to learn more about the amazing Game Development World.

If you want to know more about Visual Studio Code for Unity, visit https://code.visualstudio.com/docs/other/unity or, do not hesitate to contact us for any questions or advice by clicking 'Here'

Unity Visual Studio Code Not Opening

1. First Steps with Unity

2. Installing Visual Studio Code for Unity

More Tutorials