#Can't clear events on game reset
7 messages · Page 1 of 1 (latest)
Yeah I cannot find a single thing on the internet to just make an event dissapear for all systems
i believe this is still relevant: https://bevy-cheatbook.github.io/patterns/manual-event-clear.html
So if I want to be able to clear events I need to do all cleanup myself
That kind of makes the inbuilt events pretty useless
I meant if there was a way without manually cleaning up events?
they should be cleared automatically every 2 updates. i believe if you need every 1 update you have to do it manually. i've always done it manually.