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

Fix setting retention from library settings #738

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chippmann
Copy link
Contributor

Fixes #677

This fixes a bug where settings from a library regarding fqdn and hierarchy for registration files were not kept/respected for projects using those libraries but with different settings.
Now if a library uses a flat hierarchy or fqdn registration but a project using this library does not, the settings for that library are respected and the registration files from that library are created like configured in that library and not like configured in the consuming project.

This not only affects the file path but also if godot sees a script from a library as a valid input for a property field in the inspector which expects that script type.

@chippmann chippmann added bug Something isn't working topic:entry-gen labels Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working topic:entry-gen
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Registration config for libraries are not respected in user projects
3 participants