For my game project for Windows Phone, I am using Unity and C#. I need to configure Unity to use Visual Studio 2013. I tried the following steps in Unity:
Edit->Preferences
External Tools
Browse…
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\
Selecting “devenv.exe”
but when I try to open a script, a window named Visual Studio 2010 shell is opened describing that “invalid lisence. Need to reinstall”. and then MonoEditor(default) is opened. I am using Visual Studio 2013. How I can solve this problem? Thanks in advance.
browse? there shouldn’t be a browse option for Visual Studio … there should be a pull-down list of “external script editors”, choose visual studio from there… if its’ not listed, my guess is you would need to reinstall either visual studio or unity.
or better yet, get UnityVS and be able to do real debugging in visual studio with unity.