Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use Visual Studio with Unity?

I've been checking out Unity and it looks quite interesting.

In particular after reading you can use C# as the scripting language, I am left wondering if there is some sort of Visual Studio integration to leverage IntelliSense and all that jazz built into VS.

like image 483
JohnIdol Avatar asked Jun 09 '11 20:06

JohnIdol


2 Answers

Unity has a wiki page explaining how to do this. It seems that the latest version of Unity should already allow you to create a Visual Studio project (if you're running Windows). However, it seems only VS 2008 is supported natively. You can follow this workaround to get it to work with VS2010 (except VS2010 Express Edition) to some degree.

like image 92
keyboardP Avatar answered Oct 13 '22 01:10

keyboardP


Unity exports a VS 2008 project. I built a VS 2010 exporter so you can avoid fighting with the upgrade wizard. http://u3d.as/2gR

like image 38
tgraupmann Avatar answered Oct 13 '22 01:10

tgraupmann