-
-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
godotengine/godot
#104624Labels
Milestone
Description
Describe the project you are working on
Plugins
Describe the problem or limitation you are having in your project
I often duplicate projects, but I need to also change project name in project.godot almost each time to not get confused later.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
The task above could be automated adding a Duplicate project button in ProjectManager
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
If I want to duplicate a project I could:
- Select the project in ProjectManager
- Press the
Duplicatebutton (somewhere along withEdit/Run/Scanbuttons) - A popup would appear where I should specify new project name (and file name)
And done. The project is duplicated, appeared in project list and ready to be opened.
If this enhancement will not be used often, can it be worked around with a few lines of script?
You could just do this manually or use some filesystem tools to automate this task but I think it wouldn't be so easy as the option above.
Is there a reason why this should be core and not an add-on in the asset library?
As for gdscript plugins — now it's impossible to get ProjectManager to add buttons or customize it some other way.
It could be a plugin like duplicate current project — but you need to open the project before duplicating it etc so this is not so convenient
arkology, Zireael07, MaaaxiKing, sairam4123, BrainBlasted and 4 more