Skip to main content

TextMeshPro Mesh Modifier Component

Overview

This component allows a TextMeshPro - Text (UI) component to have it's vertices modifierd via standard IMeshModifier components (eg VertexSkew).

Properties

Component Screenshot

Property                            Type    Range    DefaultDescription

Setup

To use this component with TextMeshPro you first need to have the support for TextMeshPro enabled:

  1. Make sure TextMeshPro package is added to your project
  2. Go to the Edit > Project Preferences window and open the UIFX options, enabled TextMeshPro Support and press the Apply Changes button.

    screenshot
  3. Wait for the scripts to reload
  4. Close the Preferences window

Usage

Add this component to any GameObject that contains a UI TextMeshPro - Text (UI) component, then add your vertex modifier components (eg VertexSkew).