Archive 17/01/2023.

How does delayed start work?

archwind

I changed start of the application to a delayed start and now it won’t render even when I restart it with new opts.

How does it work? I do not have start, stop and resume functions in UrhoSharp.

throwawayerino

Delayed start is for components, it delays starting components until the scene is done so that you get to avoid race conditions. Obviously you cant have a delayed start if the application never starts at all!

archwind

After a lot of testing and tracing code, it is doing exactly what I want it to do. :blush: