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

Added Find Sibling MonoInstallers to all Contexts. #32

Merged
merged 1 commit into from
May 19, 2022

Conversation

pnarimani
Copy link

In the current version you have to manually specify installers that you want to have run on a specific context in a list. This doesn't work very well with prefab variants.

For example, If you have prefab "Base" and prefab "Variant", If you modify the installer list on "Variant", the whole list will be marked as overridden. As a result, if you add any new installer to installer list in "Base", they will not automatically be added to the list of installers in "Variant". You have to go through all variants and add the installer manually.

With this change, you no longer need to change the installer list. Each installer will get all attached MonoInstallers automatically.

Is this a breaking change? No, this feature is opt-in.

When checked, the context will automatically get and install all monoinstallers attached to the context's gameobject. This is important for when the context is used with prefab variants.
@Mathijs-Bakker Mathijs-Bakker merged commit a4e4234 into Mathijs-Bakker:master May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants