Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ReflectComponent registration for Sprite (#8207)
# Objective - `Sprite` components are not included in scene (de)serialization. - Fixes #8206 ## Solution - Add `#[reflect(Component, Default)]` to `Sprite` - Add `#[derive(FromReflect)]` to `Sprite` and `Anchor` --------- Co-authored-by: Carter Anderson <mcanders1@gmail.com>
- Loading branch information