Enable HTML-style tags for Text Formatting Markup.
Supported tags are:
guiText.richText = true;
using UnityEngine;
using System.Collections;
public class example : MonoBehaviour {
void Example() {
guiText.richText = true;
}
}
import UnityEngine
import System.Collections
class example(MonoBehaviour):
def Example():
guiText.richText = true