Nika Kasradze
Nika Kasradze

Reputation: 3019

Unity3D brings up a new VS window every time I open a script or check for an error

It does not get any deeper than this. If i double-click on a script in Unity, or double-click on an error line in the console it brings up a new Visual Studio window instead of showing the error/script in the already open solution. :/

Upvotes: 0

Views: 2743

Answers (2)

Ricardo Reiter
Ricardo Reiter

Reputation: 581

If you want to use the Visual Studio with Unity, I recommend you to use the unityVS, a plugin who makes integration with Visual Studio and Unity. So you can debug with Visual Studio, and more. It's free!

http://unityvs.com/

Upvotes: 3

Nika Kasradze
Nika Kasradze

Reputation: 3019

OK, I restarted unity and it fixed it, also, I'm not sure if this mattered but I unchecked Editor > Preferences > External Tools > Editor Attaching, but I think a simple restart would make it anyways.

Upvotes: 0

Related Questions