Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing component clone #227

Open
DasLixou opened this issue Aug 10, 2024 · 0 comments
Open

Confusing component clone #227

DasLixou opened this issue Aug 10, 2024 · 0 comments

Comments

@DasLixou
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant