Version: Unity 6.0 (6000.0)
Language : English
Create a quad mesh via script
Create meshes for text strings

Text meshes

Resources for using the Text MeshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info
See in Glossary
component.

Note: The Text MeshA Mesh component that displays a Text string More info
See in Glossary
component has limited functionality. For information on more recent, full-featured ways of displaying text, see Creating user interfaces (UI).

Topic Description
Create meshes for text strings Create a text mesh for a custom TrueType font.
Text Mesh component reference Explore the properties and settings in the Text Mesh component to generate 3D geometry that displays text strings.
Create a quad mesh via script
Create meshes for text strings