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

ConstructableFlags Fixes #447

Merged

Conversation

Metious
Copy link
Member

@Metious Metious commented Aug 17, 2023

Changes made in this pull request

  • Fixed ConstructableFlags.Ground and ConstructableFlags.Rotatable not being implemented
  • Added ConstructableFlags.Default, which are the default flags if you add a Constructable component to a game object (ground, base, and submarine combined).

Breaking changes

Since now we actually implement the ConstructableFlags.Ground, prefabs that used to not include that flag may malfunction. Even after the 3dd42cf workaround, those prefabs that used to have additional flags but not the Ground flag wont get the free treatment anymore.

A bug that kind of became a feature at its finest.

@Metious Metious self-assigned this Aug 17, 2023
@LeeTwentyThree LeeTwentyThree merged commit 046d375 into SubnauticaModding:master Aug 17, 2023
1 check passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants