Always enable state scoped entities#20883
Merged
alice-i-cecile merged 7 commits intobevyengine:mainfrom Sep 8, 2025
janhohenheim:yeet-enable-scope
Merged
Always enable state scoped entities#20883alice-i-cecile merged 7 commits intobevyengine:mainfrom janhohenheim:yeet-enable-scope
alice-i-cecile merged 7 commits intobevyengine:mainfrom
janhohenheim:yeet-enable-scope
Conversation
Member
Author
|
Putting it in the milestone because it fixes a milestone issue |
release-content/migration-guides/state_scoped_entities_by_default.md
Outdated
Show resolved
Hide resolved
…ult.md Co-authored-by: Alice Cecile <[email protected]>
Co-authored-by: Alice Cecile <[email protected]>
alice-i-cecile
approved these changes
Sep 5, 2025
Member
alice-i-cecile
left a comment
There was a problem hiding this comment.
So much simpler. I really don't think that shaving off this overhead is worth the complexity budget here. The true minimalists can always fork bevy_state and delete this if they don't want it.
janhohenheim
commented
Sep 5, 2025
release-content/migration-guides/state_scoped_entities_by_default.md
Outdated
Show resolved
Hide resolved
it-me-joda
approved these changes
Sep 6, 2025
release-content/migration-guides/state_scoped_entities_by_default.md
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
enable_state_scoped_entitieswill try to despawn entities twice, resulting in warnings #20866Solution
Testing
bevy run --example state_scope