↧
Answer by robertbu
There are a couple of different ways to approach this problem. The simplest is to break your sentence into words and do the layout yourself. - Create and EZGUI Label (SpriteText) game object with the...
View ArticleAnswer by ATMEthan
Hey all, I figured out the solution for my problem. Here's my code if anyone is interested. So, basically I just split up the strings and added them individually to a string builder object. When I hit...
View Article