Search Unity

Text to TextMesh Pro Upgrade Tool [Open Source]

Discussion in 'Assets and Asset Store' started by yasirkula, Aug 8, 2020.

  1. yasirkula

    yasirkula

    Joined:
    Aug 1, 2011
    Posts:
    2,879
    Hello there,

    Since I've already created numerous GUI-heavy plugins but they were all using Unity's Text, InputField and Dropdown components, I've created a tool that can upgrade these plugins (and other plugins, even complete projects) to TextMesh Pro.

    This tool helps you upgrade the Text, InputField, Dropdown and TextMesh objects in your projects to their TextMesh Pro variants. It also upgrades the scripts so that e.g.
    Text
    variables in those scripts become
    TMP_Text
    variables. Then, it reconnects the references to the upgraded components (e.g. if a public variable was referencing an upgraded Text component, it will now reference the corresponding TextMeshProUGUI component).

    Asset Store: https://assetstore.unity.com/packages/tools/utilities/text-to-textmesh-pro-upgrade-tool-176732
    Also available at: https://github.com/yasirkula/UnityTextToTextMeshProUpgradeTool
    Discord: https://discord.gg/UJJt549AaV
    GitHub Sponsors ☕

    Enjoy!

    Screenshot (1).png
     
    Last edited: May 31, 2023
    Ghosthowl, pitchblende and Circool like this.