BLOCKER: GUI nodes randomly become invisible

Been investigating this a bit.

Seems that we (incorrectly, if I’m not mistaken) apply the “screen scaling” on the Z component of the GUI node when the window is resized. The nodes that are disappearing in your case have their Z set to 1 in code. I changed this code to set Z to 0 instead and they seem to behave correctly again.

Could you verify this on your end? I’ll continue to look into our code on my end.

8 Likes