I am running Visual Studio 2015 and Unity 5.3.1f1.
No matter what I do, the toolbar does not appear. VS throws an error at the #pragma strict
line at the beginning of the code.
I've followed these steps:
- installed
UnityVS
- found the unity package file and imported it into my project.
I did read somewhere that in newer versions, the toolbar isn't there.
Although intellisense works, it does not seem to be capable of auto-completing anything to do with unity (e.x. transform.position
)
How to fix?