Skip to content

NoEntities even though there clearly are #7487

Answered by jakobhellermann
getkirill asked this question in Q&A
Discussion options

You must be logged in to vote

Commands are only applied at the end of the stage, so if you have two startup systems, they won't see spawned entities from the other.

You need add_startup_system_to_stage(StartupStage::PostStartup) for the second one, or put the first one in StartupStage::PreStartup.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@getkirill
Comment options

Answer selected by getkirill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants