Text label disappears when scene is added to another scene

Godot Version

4.2.2

Question

I created a small scene that should serve as thumbnail /avatar. When I add this scene to another scene, the text label in buttom right myteriously disappears! See attached video.

Anyone knows how to fix this? Thank you very much for your help!

looks like a bug with canvas layer’s direct first child Label text
try add first child Label with " " or space text in it, then throw your scene again like that

if that doesnt change anything, then you will need to define the custom minimum size of the panel container scene to something

1 Like

That did it, thank you!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.