- Home /
Stop Visual Studio Change Warning, Closing Tabs
I recently swapped to using Visual Studio 2010 and I have a question for other VS users.
Whenever I add a new script, Visual Studio shows a dialogue box up to 3 times asking to reload the project. When it does this, it usually closes all my open tabs, and "resets" itself.
Is there a way to stop it popping up notifications and closing all my open tabs? I know I just added a script, I just want to go back to VS and navigate to it with ctrl+,
When you add a script in Unity it regenerates the project files. VS will detect the modifications and reload the project. I don't know of any settings to control how it does so.
One option that works for some situations is to build DLL's with Visual Studio and keep the C# scripts away from Unity altogether, just give it the built DLL.