Unity Tutorial for Beginners Image from Ackosmic Games

2. Installing Visual Studio Code for Unity

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.

"Ads"

2.2 Installing Visual Studio Code.

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.

Unity Tutorial. VS Code Installation Image from Ackosmic Games

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).

¡Visual Studio Code is Now Installed!

"Ads"

2.3 Installing C# in VS 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).

Unity Tutorial. NET Core Installation Image from Ackosmic Games

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:

Unity Tutorial. C# Installation Image from Ackosmic Games

 

 

  • The second way is by opening "Visual Studio Code" in our computers, then click on the “Extensionsicon (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)”.

Unity Tutorial. C# Installation Image from Ackosmic Games

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.

"Ads"

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:

  1. Open a Unity Project (new or existing).
  2. From the Menu bar go to  Edit → Preferences, this opens the “Unity Preferences” window.

Unity Tutorial. Unity Preferences Image from Ackosmic Games

3. In “Unity Preferences”, at the left column  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 Tutorial. Unity Preferences Image from Ackosmic Games

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:

Unity Tutorial. Unity Preferences Image from Ackosmic Games

¡Now We Can Use Unity with Visual Studio Code!

"Ads"

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 Tutorial: "Installing Unity"


1. First Steps with Unity

2. Installing Visual Studio Code for Unity

More Tutorials
Share this Post
Posted in InstallingUnity.

One Comment

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.