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

Allow users to pick which Resources will be made unique when using "Make Unique (Recursive)" #7009

Closed
joao-pedro-braz opened this issue Jun 3, 2023 · 0 comments · Fixed by godotengine/godot#77855

Comments

@joao-pedro-braz
Copy link

Describe the project you are working on

N/A (Based on feedback from other contributors and artists)

Describe the problem or limitation you are having in your project

The current behavior of "Make Unique (Recursive)" can be problematic in situations which involve a large amount of Resources, as it'll make all resources unique, without allowing to specify exceptions.

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

We should allow users to pick which resources they want or don't want to make unique, instead of making all of the nested Resources unique.

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

Ideally when selecting "Male Unique (Recursive)" a dialog would pop-up, which would allow the user to pick (in a Tree like fashion) which Resources they don't want to make unique.

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

It must be a core change.

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

It can not be an add-on.

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

Successfully merging a pull request may close this issue.

2 participants