How to get Unity to stop opening scripts in Visual Studio?
Every time I double click a script, it tries opening it in Visual Studio. I don't even have the right version of Visual Studio to open, so it always ends up in an error message. I'm fine with using MonoDevelop and I'd like to know how to make the scripts open up with that instead.
I have similar problem though. I am unable to load monodeveloper. I have set $$anonymous$$ono developer (Internal) option. Still I am unable to load the mono editor
$$anonymous$$y Unity version is 5.5.1f1 of Unity. I have uninstalled and installed again. Problem is persisting. Any support
Answer by Jessespike · Nov 11, 2015 at 10:05 PM
Edit -> Preferences -> External Tools -> External Script Editor
Set to MonoDevelop or Browse.
If you are on windows you really should consider to use the VS version that comes with the latest Unity versions. VS is much more stable than $$anonymous$$onoDevelop and all features work as intented (not like some $$anonymous$$onoDev ^^).
I started using it when I started using the latest version of Unity, only to be confronted with a message today that my 30 day trial (that I didn't even know I was on) had expired and I couldn't use it any more. It would be nice to be told that it is only a trial version!
Answer by Statement · Nov 11, 2015 at 10:06 PM
http://docs.unity3d.com/Manual/Preferences.html
External Tools, select MonoDevelop.
(Below screenshot may be outdated)