-
Notifications
You must be signed in to change notification settings - Fork 40
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
Update to bevy 0.15 #87
Conversation
Hey, thanks for this, looks like significant changes which saves me time 😄 I won't merge until Bevy 15 is fully released, but this is a good head start. |
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.
Please fix the failed checks
Formatting fixed, gitignore changes reverted. |
I hadn't thought of that, but the egui feature is broken until |
Waiting for vladbat00/bevy_egui#309 |
@Plonq that PR is merged and |
@dmlukichev Can you do the following please:
|
Hi, @Plonq. Done. |
For some reason I am unable to push changes to this PR. You need to add |
Instead of adding Camera3d() to every location, PanOrbitCamera is added, you could add Camera3D as a "required component" and remove In Plugin::build app.register_required_components::<PanOrbitCamera, Camera3d>() |
Guys, sorry. Not in a position to argue. |
@dmlukichev Don't worry about that, let's just get this PR fixed and merged. @mineichen It's a good idea, feel free to open a new PR, or I will later |
I made the necessary changes in #90, so I'll close this one. |
Updated library code, examples and documentation to work with bevy 0.15-rc.3