Day: February 18, 2016

  • Using non-UI text in Unity

    An example of non-UI text is text on an in game playing card. To do this, use the ‘Text Mesh’ Component. For the font, you want to set it’s font size to something like 100 in the Resources folder, otherwise the font will be blurry. Lastly, the text mesh uses the mesh renderer to render…