Skip to content

Plugin trait not satisfied #6650

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

You must be logged in to vote

This error is generally seen when you have two different versions of Bevy: your app may implement Bevy 0.9's Plugin trait, while the plugin you're trying to use is using Bevy 0.8's Plugin trait. Definitely a poor error message.

Use cargo tree (or inspect your dependencies carefully) to figure out where the version mismatch is coming from.

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@mockersf
Comment options

@DasLixou
Comment options

@alice-i-cecile
Comment options

@mockersf
Comment options

@DasLixou
Comment options

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