Skip to content
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

Add create folder button to project imports #2754

Closed
likeich opened this issue May 21, 2021 · 0 comments · Fixed by godotengine/godot#56420
Closed

Add create folder button to project imports #2754

likeich opened this issue May 21, 2021 · 0 comments · Fixed by godotengine/godot#56420
Milestone

Comments

@likeich
Copy link

likeich commented May 21, 2021

Describe the project you are working on

Various projects downloaded from Git.

Describe the problem or limitation you are having in your project

Importing projects from a zip or project file in the import menu of the project manager requires users to create an empty folder outside of the godot editor. This adds extra time that can build up while checking out many different projects.

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Add a "Create Folder" button to the import existing project menu that will parse the name of the file to import and create a folder for it in the same way as creating a new project gives you the option to create a folder.

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

These are screenshots from a branch I have where this feature is implemented.

Screenshot from 2021-05-21 17-23-24
Screenshot from 2021-05-21 17-23-52

If this enhancement will not be used often, can it be worked around with a few lines of script?

It requires engine changes.

Is there a reason why this should be core and not an add-on in the asset library?

It's an editor-specific function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants