I found use case when i would like to run dialogue from lua script, using bevy_mod_scripting. It requires the components to derive Reflect
Looking at the internals of dialogue runner it probably requires skipping all Box<> fields. Let me know what you think, I can open a PR
I found use case when i would like to run dialogue from lua script, using bevy_mod_scripting. It requires the components to derive Reflect
Looking at the internals of dialogue runner it probably requires skipping all Box<> fields. Let me know what you think, I can open a PR