-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unwrap error when using ButtonBundle #44
Comments
Just updating this with a reproducible simple example. Do note that I am using a local bevy_proto with one minor changes to lock to bevy=0.10.1 version, as mentioned in PR#45 to avoid versioning conflict. Working okay with a normal node: Cannot run with error with Button Bundle: The changes are only in assets/MenuPlay.prototype.ron as outlined here: |
A quick update, manage to get it running properly now. Thank you very much! |
Hi, I am encountering consistent crash & couldn't get the button text to show up when I tried to enter a simple ButtonBundle. I have tested when removing the ButtonBundle, the rest of the
MenuPlay.prototype.ron
is working fine. It seems to be happening during state transition, i.e. when moving away for the spawned menu (i.e. despawning).Not sure what else do I need to provide here to help diagnose the problem.
The text was updated successfully, but these errors were encountered: