Skip to content

Combining plugins with chain (pipe) systems is very complex #6441

Answered by mockersf
alice-i-cecile asked this question in Q&A
Discussion options

You must be logged in to vote

you have two issues:

  • your handler type has an Out type parameter, it should be () to be able to finish a chain
  • your handler is owned by the plugin and won't be able to be given to the chain

making H Clone and removing Out works for me 👍

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@alice-i-cecile
Comment options

alice-i-cecile Nov 1, 2022
Maintainer Author

@mockersf
Comment options

@alice-i-cecile
Comment options

alice-i-cecile Nov 1, 2022
Maintainer Author

Answer selected by alice-i-cecile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
C-Bug An unexpected or incorrect behavior A-ECS Entities, components, systems, and events C-Usability A targeted quality-of-life change that makes Bevy easier to use A-App Bevy apps and plugins D-Complex Quite challenging from either a design or technical perspective. Ask for help!
2 participants
Converted from issue

This discussion was converted from issue #6438 on November 01, 2022 21:12.