Hey Unity developers.
Please help with this problem I stumbled upon today:
I have 3 game objects. The first one is the father which contains a sprite renderer and a script.
The next two are 2 text mesh objects that I dragged to the father (inside another game object - they are the children). My game is in 2D mode. During the game I am changing the Z value of this objects. Sometimes I see only one text mesh getting rendered and sometimes both of them. How is it so? I never saw any problem with this object during desing time.
What am I doing wrong and what to do in order to see both of the words on top of my picture?