How can I run timer outside the Ui thread

Hi

can I run a timer outside the UI tread. in my case I every time I load a new scene my timers (schedule call baks) will get killed. no mater in which thread I run them.

HP

I’m not sure what you are doing but have you considered std::thread