Skip to content
Discussion options

You must be logged in to vote

This could be 1 of 2 problems

  1. labels belong to a stage, so cannot be used across stages
  2. labeling between exclusive and parallel systems is not allowed. If you want to order exclusive systems with parallel systems use the at_start, before_commands, at_end exclusive system modifiers. https://docs.rs/bevy/latest/bevy/ecs/system/struct.ExclusiveSystemFn.html#method.at_start

Replies: 1 comment 1 reply

Comment options

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

Answer selected by lukors
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