Replies: 1 comment
-
This is because You can sort of fix this by using:
To trigger it, you then need to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying out observer, but the behavior seems strange, and I'm wondering when the On Bundle property of this will work?
I checked the documentation, but it made me even more confused. https://bevy.org/news/bevy-0-17/#component-lifecycle-events
The docs says
On<Add, Player>
works.but why
On<GroundClick,Ground>
not work?They are both EntityEvent + Component.
My code snippet is as follows
Beta Was this translation helpful? Give feedback.
All reactions