std::path::Path doesn't implement Reflect in 0.9 #6739
Labels
A-Reflection
Runtime information about types
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Trivial
Nice and easy! A great choice to get started with Bevy
Milestone
Code similar to the following used to work in 0.8.x:
In 0.9, it looks like
&Path
doesn't implementReflect
anymore (which would be a strange oversight), or at least the derive doesn't work correctly when aPath
field is inside an enum variant.The text was updated successfully, but these errors were encountered: