Reputation: 23
I'm working with Unity3D and I'd like to always start up Visual Studio 2015 scoped to my scripts folder. Is there any way to make this happen?
Screenshot of my Solution explorer
Upvotes: 1
Views: 50
Reputation: 4888
If you set the solution explorer to automatically track the currently open file it should go straight into yours scripts folder.
This is how you set it up:
Tools >
Options >
Projects and Solutions >
General >
Track Active Item In Solution Explorer
Upvotes: 1