We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
main 4f16d6e
cargo 1.68.0 (115f34552 2023-02-26)
SystemInfo { os: "MacOS 13.2.1 ", kernel: "22.3.0", cpu: "Apple M1", core_count: "8", memory: "8.0 GiB" }
I tried to spawn a Camera2dBundle.
use bevy::prelude::*; fn main() { App::new() .add_plugins(DefaultPlugins) .add_systems(Startup, setup) .run(); } fn setup(mut commands: Commands) { commands.spawn(Camera3dBundle::default()); }
The app crashes.
The text was updated successfully, but these errors were encountered:
I believe this is a duplicate of #8144
Sorry, something went wrong.
No branches or pull requests
Bevy version
main 4f16d6e
Relevant system information
cargo 1.68.0 (115f34552 2023-02-26)
What you did
I tried to spawn a Camera2dBundle.
What went wrong
The app crashes.
Additional information
The text was updated successfully, but these errors were encountered: