- Home /
Can I stop Visual Studio 2010 from closing my text files with UnityVS?
So I'm now using UnityVS with Visual Studio 2010. It used to be if Unity changed the solution, VS would reload it, and keep my text editor tabs open.
Now with UnityVS, it closes them every time Unity changes the solution.
This is with UnityVS.(name of project) open. If I have the other solution open (the one without UnityVS in the filename), it doesn't close my editors.
I have talked to some other people about this, and they don't report the same problem.
Answer by almo · Sep 03, 2014 at 01:53 PM
The answer to this question is "yes".
I used this plugin, which is a general solution to VS doing this upon reloading a project:
Your answer
Follow this Question
Related Questions
Prevent UnityVS continually re-writing VS project files (e.g. "target framework") 1 Answer
Visual Studio not connecting to iPhonePlayer 0 Answers
Getting Debug.Log() to work in Visual Studio 1 Answer
Custom VS Solution with Unity integration: double-clicking opens wrong solution 2 Answers
Can't use UnityVS in other projects 1 Answer