Skip to content
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

Move serialization format thing closer to the other one #7

Merged

Conversation

rparrett
Copy link

@rparrett rparrett commented Nov 8, 2022

It seems that most of the changes suggested by the current guide for #5473 are not necessary after #5723.

I think the other section on serialization covers the rest, so I believe we can just delete this one.

Here's what I actually see when serializing ScalingMode with 0.8 and bevy main

// 0.8
{
    "type": "bevy_render::camera::projection::ScalingMode",
    "value": FixedHorizontal(720.0),
}

// bevy main
{
    "bevy_render::camera::projection::ScalingMode": FixedHorizontal(720.0),
}

@IceSentry IceSentry merged commit 05436de into IceSentry:migration-guide-0.9 Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants