Cannot deserialize Vec3
in Resources
#15726
Labels
A-Math
Fundamental domain-agnostic mathematical operations
A-Reflection
Runtime information about types
C-Bug
An unexpected or incorrect behavior
Milestone
Bevy version
0.15.0-dev - rev 0c959f77007c29eead7f902bddd3342a1ecbca20
What you did
Attempted to serialize and then deserialize a resource with a
Vec3
What went wrong
A Vec3 is serialized as a 'list' in components but a 'map' in resources. Issue is constistent in both
ron
andserde_json
Full Reproducable
Additional information
Possibly related to #15174, some discussion in discord here
The text was updated successfully, but these errors were encountered: