Label not showing on debugging

Please look this picture.

1 Like

What Z values does the label and sprite have?

2 Likes

Like @Mathias_Westerdahl implies you need to make sure you put the sprite and label at slightly different z positions so that one can reliably be drawn on top of the other. Otherwise they will do a kind of z fighting and you’ll never really be sure which is drawn first if they share the same z.

1 Like