You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know the main focus of this crate is to enabled using traits with Query, but I come across an instance where I was wanting to use traits with add_observer Trigger and found that I can't b/c Trigger requires you to have derived Component to work.
Would it be possible to expand the Query functionality to Trigger?
The text was updated successfully, but these errors were encountered:
I guess we can take a look at it but I can't promise anything. At the moment I only have time for maintenance but I will consider it in the future.
Also note that there are discussions about integrating bevy-trait-query into bevy directly which could make this request here obsolescent. The discussions haven't lead to any decisions yet though.
I know the main focus of this crate is to enabled using traits with Query, but I come across an instance where I was wanting to use traits with
add_observer
Trigger and found that I can't b/c Trigger requires you to have derived Component to work.Would it be possible to expand the Query functionality to Trigger?
The text was updated successfully, but these errors were encountered: