-
-
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
Automatically create directory when creating a new project #4749
Comments
Related to #2754. |
I think the project folder name should use snake casing as that's what godot and the Godot demo projects use: https://github.com/godotengine/godot-demo-projects/tree/master/2d |
hmm, most of my major projects have a git repository and I usually name those with dashes (e.g. |
Does this proposal address godotengine/godot#60332, or do extra steps need to be taken for this? This is something users regularly stumble upon, so we should try to address it for 4.0. |
I wouldn't say this proposal would solve that issue, since (at least in my PR) disabling Create Folder basically behaves the same as it did before (thus allowing users to brick their engine). A fail safe is definitely a good idea, I'll probably add that to my PR. (Edit: implemented in PR) |
Describe the project you are working on
Haven't made it yet
Describe the problem or limitation you are having in your project
When creating a new project, there are many steps to create a typical directory structure.
my-new-project
)My New Project
)Since I make so many projects for testing, this can get tedious.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
CheckButton
, enabled by default.When "Create Folder" is active:
My Project Name
->my-project-name
,Test1
->test1
.When "Create Folder" is inactive:
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
demo.mp4
If this enhancement will not be used often, can it be worked around with a few lines of script?
Cannot be worked around without modifying the project manager
Is there a reason why this should be core and not an add-on in the asset library?
The project manager is already part of the editor
The text was updated successfully, but these errors were encountered: