Closed ilexp closed 4 years ago
We can also add a EditorAppData.xml that has to be added to source control and which can contain settings that are not only for the current user such as this path. We should avoid creating another works on my machine situation.
That would also be an option! And slightly increase scope of the issue, but we might have good use for that kind of data storage in the long run.
However, I'd propose to call it ProjectSettings.xml
instead, as (in my head at least) it states its purpose more clearly and draws a useful parallel to what people know from Unity.
That would also be an option! And slightly increase scope of the issue, but we might have good use for that kind of data storage in the long run.
Yeah but I think its worth it as like you said there are good use cases for that kind of data storage
However, I'd propose to call it ProjectSettings.xml instead, as (in my head at least) it states its purpose more clearly and draws a useful parallel to what people know from Unity.
Sounds good
Summary
As mentioned in this comment from PR #840, related to issue #847, the Duality solution template renames the launcher executable to match the project name. However, this leaves the editor without working run, debug and profile buttons. This should be fixed by providing an auto-adjusted
EditorUserData.xml
in the solution template.Analysis
EditorUserData.xml
in the editor executable. This should remain where it is, as it will jump in when users delete the file, or not add it to version control in the first place.LauncherPath
item that can be auto-renamed bydotnet new
. This would solve the issue..exe
files in the project / working directory (non-recursive) and pick the first one that...Duality.dll
?