2D Toolkit Forum
2D Toolkit => Support => Topic started by: Kyuur on October 03, 2014, 08:48:38 pm
-
Hey everyone,
Any easy / built-in way to clip a TextMesh? I've thought about removing letters and adjusting the position of the whole mesh, but I'd rather be able to have partial-letters showing if possible.
-
There isn't, but you might be able to use the tk2d UI Mask to clip out regions of text. Check the "4 - UI Masks" demo scene, it might work for you, it might not, but it'll be quick enough to try it and see if it does.