bevy/crates
Zicklag a18e2b1a7f Reflect Default for GlobalTransform (#6200)
# Objective

Make `GlobalTransform` constructible from scripts, in the same vein as #6187.

## Solution

- Use the derive macro to reflect default

---

## Changelog

> This section is optional. If this was a trivial fix, or has no externally-visible impact, you can delete this section.

- `GlobalTransform` now reflects the `Default` trait.
2022-10-10 16:34:23 +00:00
..
bevy_animation
bevy_app
bevy_asset
bevy_audio
bevy_core Fixes Camera not being serializable due to missing registrations in core functionality. (#6170) 2022-10-10 16:34:22 +00:00
bevy_core_pipeline
bevy_derive
bevy_diagnostic
bevy_dylib
bevy_dynamic_plugin
bevy_ecs
bevy_ecs_compile_fail_tests
bevy_encase_derive
bevy_gilrs
bevy_gltf
bevy_hierarchy
bevy_input
bevy_internal
bevy_log
bevy_macro_utils
bevy_math
bevy_mikktspace
bevy_pbr
bevy_ptr
bevy_reflect
bevy_render Fixes Camera not being serializable due to missing registrations in core functionality. (#6170) 2022-10-10 16:34:22 +00:00
bevy_scene
bevy_sprite
bevy_tasks
bevy_text
bevy_time
bevy_transform Reflect Default for GlobalTransform (#6200) 2022-10-10 16:34:23 +00:00
bevy_ui
bevy_utils
bevy_window
bevy_winit