ITADN

Attempting to run a headless bevy app(with rendering features still compiled in) causes crash if debug-with-gizmos feature is enabled

#94OpenUtope 创建于 2025-06-02
U
Utopecommented
I think checking if required rendering features are enabled should fix this. ex) app.is_plugin_added::<RenderPlugin>()
0 条评论