Duplicate Object Draw order text issue
I have a sprite background with 3D textmeshpro text over it. Its a popup message that may potentially overlap with other instances of the same object. The issue is that the text from overlapping boxes renders on the same layer rather than behind the background of the other overlapping background. See the image below.
Ideally, I would like to have the text from one getting placed behind the background of the other object rather than both getting rendered on top of both backgrounds.
The text is a child of the background and they are all on z=0. They are also all on the same sorting order.
Your answer
Follow this Question
Related Questions
Textmesh.text: How to change it on playmode with the keyboard like in hierarchy? 1 Answer
Textmesh pro doesn't show up in game object menu, so i cant add a textmesh pro object 0 Answers
TMPro Rendering issue. 0 Answers
ArgumentException: Requested value 'X86' was not found. 0 Answers
Is it possible to place a TextMeshPro component under a SpriteMask? 1 Answer