#Bevy window event panic on headless setup - minimal example

2 messages · Page 1 of 1 (latest)

craggy arch
#

I think gltf is not the issue per se, but it enables some rendering features which makes DefaultPlugins insert some of bevy's default rendering systems and those crash because you're missing required features to render a window (which, I mean, it's a headless setup).

Isn't there a HeadlessPlugins or something that would avoid that ?

#

Ah, it's MinimalPlugin, but you'll likely nees to add some bevy plugins in addition to it