This is my first time using an alpha and/or beta version of unity and the first thing I notice is the intellisense doesn’t work. I have unity 2019.1 and its intellisense is working fine. Do I need to do some extra steps or beta and alpha does not support intellisense?
Additional details:
I have VS community 2019 and it’s up to date.
I already restarted unity, visual studio, and my PC.
I have the same issue. I had both 2019.3a and 2019.1f installed on my machine. Then I wanted to load a project that was created in 2019.2b on another computer, so I had to install 2019.2b on my machine, which I did on another hard drive.
After installing 2019.2b, Intellisense does not work on 2019.3a or 2019.2b. It still works fine with the 2019.1f installation though…
Also (with 2019.3a / 2019.2b) Intellisense works partially. For example Input.GetAxis gets autocompleted, but if I start typing ‘void OnTriggerEnter’ there is no autocomplete (except in 2019.1f).
This is especially frustrating since I had it working on all versions before…
Does anyone have any suggestions?
I just ran into this problem with Unity 2019.3f06. It was working fine last week, with 2019.2.
I fixed it by closing VS and manually opening the .sln file for the project.
For me at least, Unity was opening the script file in VS but not triggering VS to load the associated project and solution files.
Manually opening the solution file in VS fixed the intellisense issue, for me.
Edit: I fixed this in Unity by changing Edit>Preferences…>External Tools>External Script Editor to “Visual Studio…”. It seems that installing 2019.3 reverted that setting to “open by file extension”.