hi, i want to make visual studio as the default editor instead of mono developer but i cannot do that
i go to unity >> edit >>Prefernces >> external tools >> external script editor >> and changed it to the path of visual studio(c/program files/Microsoft Visual Studio 10.0 /Common7/IDE/VCSExpress) but still cannot open it
Unfortunately, according to official Unity docs, automatically opening in VS Express is not supported:
Unity’s VisualStudio integration has two components:
-
Unity creating and maintaining VisualStudio project files. Works with Express and with Profesional.
-
Unity automatically opening VisualStudio when you doubleclick on a script, or error in Unity. Works with Professional only.
You can change it in default program. Open Default Programs > Associate File Types > Search extention of your file format and change it to Visual Studio. Maybe work on any version.
This apparently can’t be done with Visual Studio Express, but there is now another free version of Visual Studio, Visual Studio Community Edition. Using that, you can get full integration with Unity.
Free Visual Studio Tools for Unity
did you get same as here ? Compiler error at start of mono develop and visual studio - Unity Answers