Hello!
I want to write my Unity scripts in Visual Studio 2012 because I think it will be more comfortable for me, but I don’t know how to turn on Intellisense for Unity in Visual Studio 2012.
Close unity
Download and install unityVS - http://unityvs.com/
Run Unity, open your project
Add unityVS unity package into your project
Goto menu, click Edit, click file, keep clicking until u see “Visual Studio Tools” on the menu.
Then select “Visual Studio Tools” → “Generate Project Files”
Then select “Visual Studio Tools” → “Configuration”, tick all.
Then open your script, sometimes the intellisense doesnt work, just close VS and open your script again.
1 Like
^Thanks.
It worked