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
Property | Type | Range | Default | Description |
---|
Setup
To use this component with TextMeshPro
you first need to have the support for TextMeshPro enabled:
- Make sure TextMeshPro package is added to your project
- Go to the
Edit > Project Preferences
window and open the UIFX options, enabledTextMeshPro Support
and press theApply Changes
button.
- Wait for the scripts to reload
- 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).