-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - Fixes Camera not being serializable due to missing registrations in core functionality. #6170
Conversation
…ialize and ReflectDeserialize for type data Range<f32> in Bevy_Core CorePlugin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you take this out of draft I'll merge it as trivial :)
Thanks lol, they are talking about other alternate solutions on the issue page here: #6169. I'm happy to take it out of draft however I'm not sure which solution is the better one and that discussion hasn't exactly ended yet |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this should be fine to merge for now. The discussion in #6169 can be handled in another PR (specifically Range
reflection).
bors r+ |
…ore functionality. (#6170) … # Objective - Fixes Camera not being serializable due to missing registrations in core functionality. - Fixes #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 #6169 Co-authored-by: Noah <[email protected]>
Pull request successfully merged into main. Build succeeded: |
…ore functionality. (bevyengine#6170) … # Objective - Fixes Camera not being serializable due to missing registrations in core functionality. - Fixes bevyengine#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 <[email protected]>
…ore functionality. (bevyengine#6170) … # Objective - Fixes Camera not being serializable due to missing registrations in core functionality. - Fixes bevyengine#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 <[email protected]>
…ore functionality. (bevyengine#6170) … # Objective - Fixes Camera not being serializable due to missing registrations in core functionality. - Fixes bevyengine#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 <[email protected]>
…ore functionality. (bevyengine#6170) … # Objective - Fixes Camera not being serializable due to missing registrations in core functionality. - Fixes bevyengine#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 <[email protected]>
…
Objective
Camera
#6169Solution
Camera
#6169