While making a game with Unity, I was curious about the difference between TMP_Text and TextMeshProUGUI in TMPro. Please let me know what is different from each other. I'd appreciate an example of when to use it.
I don't know why TMP_Text and TextMeshProUGUI are separated and used separately in Unity.