【Verse】Widget flashing

I’m also seeing this problem, I’ve tracked it down to the Z order on canvas slots being unpredictable. I’m sure I always relied on the order of a canvas ‘Slots’ array being ordered back-to-front but that appears not to be guaranteed now. To work around this, you need to explicitly set the ‘ZOrder’ member on each canvas slot in cases where you have overlapping elements within a canvas_slot array.

1 Like