Tim Irmler
Tim Irmler
I need to run some systems before closing the game, so I set the exit_condition of the WindowPlugin to "ExitCondition::DontExit". When closing the game i get following errors: ``` thread...
Hi, I have following scenario. I'm working on adding mod support to my game, and I want to be able to define Mods via .ron files that then are interpreted...
Hi, love this crate! I just came across a small issue. I need to send out PriorityEvents from a rust function that is registered as a script function. So it...