aevyrie / bevy_framepace

Framepacing and framelimiting for Bevy
https://crates.io/crates/bevy_framepace
Apache License 2.0
239 stars 23 forks source link

Can't use the crate in headless mode #40

Closed SDesya74 closed 1 year ago

SDesya74 commented 1 year ago

The crate needs a RenderApp to work, which is missing in headless mode.

Perhaps there is a way to remove the dependency on the RenderApp in the settings, or at least under feature?

aevyrie commented 1 year ago

Why are you using this crate in headless mode? It's specifically a rendering-dependent crate. If you are running in headless mode, you should disable this plugin.