# Curved Text > [!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. --------- ## Contents > 1 [Overview](#overview) > > 2 [Properties](#properties) > > 3 [Methods](#methods) > > 4 [Usage](#usage) > > 5 [Video Demo](#video-demo) > > 6 [See also](#see-also) > > 7 [Credits and Donation](#credits-and-donation) > > 8 [External links](#external-links) --------- ## Overview Manipulation effect for text to give it a curved or rounded layout. --------- ## Properties 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 --------- ## Methods Method | Arguments | Description -|-|- *Deprecated*|N/A|Removed in Unity 6; no public methods are available --------- ## Usage Simply add this to a Text component through the Add Component menu as follows: Add Component -> UI -> Effects -> Extensions -> Curved Text --------- ## Video Demo "Link to demo video or animated Gifs" --------- ## See also - [CylinderText](/Controls/CylinderText.md) - [LetterSpacing](/Controls/LetterSpacing.md) --------- ## Credits and Donation Breyer --------- ## External links [Sourced from](http://forum.unity3d.com/threads/scripts-useful-4-6-scripts-collection.264161/#post-1777407)