hi all,
I want to choose at startup if I render plain skia, or skiatexture in stridewindow. I do set my render variable “on create”, but it seems not to arrive in the first frame. So for example, first frame is still “false”, skia renderer opens, then “true” arrives, stride renderer opens, skia window stays open.
to circumvent this, I put my renderers into if regions. and wait a few frames, before starting one of my renderers. this works in the editor, but when building, it does not open any render window.
it does work, if one of the renderers is active in the beginning. The first window that opens is also the dominant one. I can just close the application with this windows “x” button.