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

Prefab roots should not be deactivated by Nautilus #548

Conversation

LeeTwentyThree
Copy link
Member

Changes made in this pull request

  • Removed an unnecessary SetActive(false) call that affected all prefabs during their construction.
    • This caused "real prefabs" to stay deactivated, which led to unintentional behavior (such as stopping buildables from working entirely).

Breaking changes

  • Uncached prefabs that live in the scene ("fake prefabs") may now need to be manually disabled by modders. Otherwise, they will remain active within the world.
    • This change will likely not affect any existing mods. Uncached prefabs are meant for advanced use cases only.

@LeeTwentyThree LeeTwentyThree merged commit 797ac1d into SubnauticaModding:master May 8, 2024
1 check passed
@github-actions github-actions bot locked and limited conversation to collaborators May 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant