Tuples don't get ReflectFromReflect
type data registered in GetTypeRegistration
#17981
Labels
A-Reflection
Runtime information about types
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
Bevy version
0.15.1
Summary
i.e.
will not register a
ReflectFromReflect
type data against the tuple.for it to take, you have to manually do it via:
This means if I want to construct arbitrary types like:
I have to always do that manual registration
The text was updated successfully, but these errors were encountered: