Bevy version
v0.15.3
Relevant system information
Windows 11
What you did
Setting the primary window to visible = false when setting up the WindowPlugin.
What went wrong
The application never actually starts running.
Additional information
The window_setting example does this to delay window visibility to "avoid the white window that shows up before the GPU is ready to render the app".
This bug was not present before v0.15.3 so I assume it comes from #18004.
Bevy version
v0.15.3
Relevant system information
Windows 11
What you did
Setting the primary window to
visible = falsewhen setting up theWindowPlugin.What went wrong
The application never actually starts running.
Additional information
The
window_settingexample does this to delay window visibility to "avoid the white window that shows up before the GPU is ready to render the app".This bug was not present before v0.15.3 so I assume it comes from #18004.