-
-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement changing the default project folder setting from the project manager #6070
Comments
One thing I forgot to mention in the "Describe the problem or limitation" section... Both processes described assume that the user has researched how to change the default project directory. |
Technically a duplicate of #1602 |
At the very least, it depends on #1602 to be implemented first, then we can improve the UX by providing a direct link to the necessary setting somewhere in the main UI. |
A different user perspective: I imported several projects from the same directory and thought godot should prompt me to change the "default project path" since I kept using one that wasn't the default. After I import project blah from c:/code/godot/blah, then if |
We don't necessarily have to implement that proposal first, as we can use a bespoke UI to change the default project path from the project manager (and perhaps also enable autoscan with a checkbox). This is what we do for language selection already 🙂 |
What's the status of this? Is it already possible in 4.3? |
The Settings button in the top-right corner of the project manager currently doesn't expose this: However, I think #1312 makes more sense as it's more "automatic" for users. |
Describe the project you are working on
This feature isn't project specific. It's about ease of access to an application-level setting that's currently accessed only after Godot has a project loaded.
Describe the problem or limitation you are having in your project
There are three instances when the user may want to change the default project directory:
In the latter two cases, the user has to:
If no projects yet exist, the user has to:
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Having access to the Default Project Path from the Project Manager window would allow changing the default project directory:
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
There are two ways this could work. Either could be triggered by clicking a button in Project Manager labelled Default Project Directory:
Once the user is finished, the OK button would bring them back to the Project Manager window.
If this enhancement will not be used often, can it be worked around with a few lines of script?
Because this setting affects Godot at its top-most level and doesn't change from project to project, there can be no script-level remedy.
Is there a reason why this should be core and not an add-on in the asset library?
Getting access to the add-ons list, like accessing Editor Settings, necessitates loading a project first which wouldn't make the process of changing the default directory any less involved. Nor would it make it easier or more intuitive to access for new users.
The text was updated successfully, but these errors were encountered: