You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes Camera not being serializable due to missing registrations in core functionality. (bevyengine#6170)
…
# Objective
- Fixes Camera not being serializable due to missing registrations in core functionality.
- Fixesbevyengine#6169
## Solution
- Updated Bevy_Render CameraPlugin with registrations for Option<Viewport> and then Bevy_Core CorePlugin with registrations for ReflectSerialize and ReflectDeserialize for type data Range<f32> respectively according to the solution in bevyengine#6169
Co-authored-by: Noah <noahshomette@gmail.com>
0 commit comments