Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextGeneratorType

Defines the types of text generators to use.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.TextRenderingModule
public enum TextGeneratorType

Remarks

This enum is used to switch between Unity's standard and advanced text generators.

Fields

Value

Description

AdvancedSupports comprehensive Unicode and text shaping for various languages and scripts, including right-to-left (RTL) languages.
StandardThe standard text generator, which is the default option.