-
Hi, I'm following a tutorial, i have this code: use bevy::prelude::*; fn setup_camera(mut commands: Commands) { I'm getting this error: any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
hymm
Sep 22, 2022
Replies: 1 comment 1 reply
-
It's been renamed to |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alice-i-cecile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's been renamed to
Camera2dBundle::default()
. see https://bevyengine.org/learn/book/migration-guides/0.7-0.8/#camera-driven-rendering