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 have an Interation component, which on the on_add hook inserts an On::<Pointer<Click>> event listener component, because they can't be reflected.
I then get a warning on loading it in bevy
WARN blenvy::blueprints::copy_components: cannot clone component: component: "bevy_eventlistener::event_listener::On<bevy_picking_core::events::Pointer<bevy_picking_core::events::Click>>" is not registered
but it still gets copied over? (or maybe it get's re-created... hmm)
What would be the "go-to" solution for such a problem?
The text was updated successfully, but these errors were encountered:
I have an
Interation
component, which on theon_add
hook inserts anOn::<Pointer<Click>>
event listener component, because they can't be reflected.I then get a warning on loading it in bevy
but it still gets copied over? (or maybe it get's re-created... hmm)
What would be the "go-to" solution for such a problem?
The text was updated successfully, but these errors were encountered: