When I create a script it automatically opens visual studio but I was wondering if there was a way to automatically open the specific script that I just created?
CodePudding user response:
I believe it should do it automatically. Check if there is a message in Visual Studio above the tab bar that says something about the unity integration gone wrong. It should have a link to a guide on how to set it up properly.
CodePudding user response:
One of the problems is that when you add a new script, it has to add it to the visual project project by regenerating the project. It also triggers Unity to recompile. They should improve this but this is probably why they can't instantly open it.