Writing your name on jersey from input

Hello guys, any suggestion how I can put a name on back of a jersey from user input? So far what I could do is I could take a 3DText (textmesh) and put it as child of bone of a character. Now as 3D Text is see through (like GUI Component), its coming over the jersey from other angles (image is attached)…It would be great to see if there is any solution on this :slight_smile:

43635-fifa-15-emotions.png

Edit the texture. If you need to create the name/words, then render those into a RenderTexture and then copy that into the jersey texture.