You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is confirmed to not occur on 6b004f7, but it does occur on f54eb12. The versions in between don't compile for me, but I'm assuming this issue is related to the recent rendering optimizations.
The window opens and renders a gray screen briefly, before panicking with this error message:
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /Users/martin.svanberg/.cargo/git/checkouts/bevy-f7ffde730c324c74/f54eb12/crates/bevy_wgpu/src/wgpu_render_pass.rs:44:66
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Bevy version
This bug is confirmed to not occur on 6b004f7, but it does occur on f54eb12. The versions in between don't compile for me, but I'm assuming this issue is related to the recent rendering optimizations.
Operating system & version
macOS 10.14.6
What you did
Minimal repro:
What actually happened
The window opens and renders a gray screen briefly, before panicking with this error message:
The text was updated successfully, but these errors were encountered: