Search Unity

TextMesh Pro Curved/Arched text support ?

Discussion in 'UGUI & TextMesh Pro' started by DarylCrasta, Apr 18, 2018.

  1. DarylCrasta

    DarylCrasta

    Joined:
    May 8, 2014
    Posts:
    1

    Attached Files:

    Last edited: Apr 18, 2018
  2. TonyVT

    TonyVT

    Joined:
    Sep 11, 2014
    Posts:
    13
    For whoever may be interested, I had to create a TextMeshPro text that followed a circle, so I had to bang my head to modify the WarpTextExample... but in the end, I obtained something that worked decently!

    To help other devs in the community in the same situation, I have created a repo with my scripts. I have also filled them with comments so that they are easier to understand. Feel free to use them in your projects!

    https://github.com/TonyViT/CurvedTextMeshPro

    Have fun
     
  3. alphakanal

    alphakanal

    Joined:
    Jan 21, 2013
    Posts:
    52
    Awesome Script !!
    As you i'm banging my head to get a curved text on a circle as well - now i'm messing around to get the fonts counter-clockwise aligned to that circle. Where the fonts orientation is similar to the Exp Text in your example scene from left to right...
     
  4. ifightnoman

    ifightnoman

    Joined:
    Jan 15, 2022
    Posts:
    15
    If you found issues in TonyViT's script read this issue and try my simpler version here.