[!IMPORTANT] ⚠️ This control has been deprecated for Unity 6 and is no longer maintained. It remains documented for legacy reference.
A Text vertex manipulator for those users NOT using TextMeshPro (why ever not?)
Text Effects are not supported with TextMeshPro due to its architecture, try using the native TextMeshPro effects instead.
1 Overview
3 Methods
4 Usage
6 See also
Manipulation effect for text to give it a curved or rounded layout.
The properties of the Curved Text component are as follows:
| Property | Description |
|---|---|
| Status | Deprecated and removed in Unity 6; no configurable properties remain |
| Recommended Alternative | Use TextMeshPro and shader/material-based curvature effects for curved text |
| Method | Arguments | Description |
|---|---|---|
| Deprecated | N/A | Removed in Unity 6; no public methods are available |
Simply add this to a Text component through the Add Component menu as follows: Add Component -> UI -> Effects -> Extensions -> Curved Text
“Link to demo video or animated Gifs”
Breyer