Cannot register type for structures with Boxed values in bevy_reflect #9886
Unanswered
Escapingbug
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This is because
I'm a bit surprised you were able to derive it. Did you not get a compile error from that? |
Beta Was this translation helpful? Give feedback.
3 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.
-
When dering
Reflect
for type like:The deriving part seems to be Ok, but when later register the type by:
It reported:
Is this expected result? Is there any workaround to bypass this limitation?
Beta Was this translation helpful? Give feedback.
All reactions