Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unity 5.2.2 changing Visual Studio back to MonoDevelop

Is there any way to change default script editor in unity to MonoDevelop? Using Visual Studio is very complicated and slow.

like image 904
Konrad Linkowski Avatar asked Dec 27 '15 01:12

Konrad Linkowski


People also ask

How do I change to MonoDevelop in Unity?

Setting Up MonoDevelop You should check that MonoDevelop is set as the external script editor in the Preferences (menu: Unity > Preferences and then select the External Tools panel). With this option enabled, Unity will launch MonoDevelop and use it as the default editor for all script files.

How do I change the version of Visual Studio in Unity?

In the Unity Editor, select the Windows > Package Manager menu. Select the Visual Studio Editor package. If a new version is available, select Update.


1 Answers

  1. Open Unity, select a project then go to the top menu bar.
  2. Go to Edit -> Preferences -> External Tools -> External Script Editor.
  3. Then click the drop down menu and select MonoDevelop (built-in).
like image 131
PlanetVaster Avatar answered Nov 07 '22 22:11

PlanetVaster