I’ve installed Visual Studio 2017 with VS tools included in it.
I’ve selected it as the code editor in the Unity preferences.
About menu shows that Visual Studio Tools enabled. Version: 3.x.
When I launch a script from the editor, Visual Studio 2017 successfully launches.
But; None of the features of VS Tools are active. Such as Attach to Unity, Unity Explorer, and so on so forth.
Everything works fine with Visual Studio 2015.
What I’ve tried and did not work;
I’ve tried to uninstall everything with Mircosoft’s open source tool TotalUninstaller and just installed 2017 without 2015 at all. Did restarts in between.
Manually importing Unity Package of VS Tools 2017 into the project.
Deleting .vs and solution files and forcing them to regenerate.
Different Unity versions; 5.3.6p4, 5.3.3f1, 5.3.7p3
Questions;
Is there some sort of compatibility issue with 5.3.x versions that I’m missing?