This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using UnityEngine; | |
using TMPro; | |
public static class TextMeshProExtensions | |
{ | |
/// <summary> | |
/// Changes the color of a single character to a specified color. | |
/// </summary> | |
/// <param name="textMeshProUGUI">The TextMeshProUGUI that contains the text.</param> |