bevy/crates/bevy_core
Ida Iyes 3d194a2160 Add missing type registrations for bevy_math types (#5758)
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.
2022-08-23 21:19:29 +00:00
..
src Add missing type registrations for bevy_math types (#5758) 2022-08-23 21:19:29 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00