-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
scene.rs example crashes #3986
Comments
I was going to look into this, but the example is running fine for me. I'm running Win 11, but not sure that'd make much of a difference. |
Could you describe the exact steps you took to run this. Did you simply clone the repository with the main branch and then ran |
Hey guys, I can reproduce this as well on Windows 10. On a clean project with only the bevy dependency (0.6.1), copy the example code to the I have no idea sure why, but if I copy the same file to I tried both nightly and stable toolchain. |
This is normal if you copy the code somewhere else.
|
Oh I didn't know that, was just testing the scene example to try to learn from it. @themilkybit maybe your issue is the same misunderstanding? |
Still broken on main (69760c7):
But this is likely due to e6a324a I think. FYI @Bluefinger |
This is also to do with #9907 as now the Entity format has changed so that |
Closed by #11289 |
Bevy version
Bevy 0.6.1
Operating system & version
Windows 10
What you did
Run examples/scene/scene.rs
What actually happened
thread 'main' panicked at 'scene contains the unregistered type scene::ComponentB. consider registering the type using app.register_type::()' file src\scene_spawner.rs:333:35
The text was updated successfully, but these errors were encountered: