mirror of
https://github.com/bevyengine/bevy
synced 2024-11-15 01:18:01 +00:00
3d194a2160
Type registrations were only present for some of the `bevy_math` types, and missing for others. This is a very strange inconsistency, given that they all impl `Reflect` and `FromReflect`. In practice, this means these types cannot be used in scenes. In particular, this is especially problematic, because `Affine3A` is one of the missing types, and it is now used in `GlobalTransform`. Trying to create a bevy scene that contains `GlobalTransform`s results in an error due to the missing type registration. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |