Very simple text typing effect for Unity (both uGUI and NGUI)
- uGUI:
Text.TypeText("Some text", 0.05f);
- NGUI:
UILabel.TypeText("Some text", 0.05f);
- Common:
if (Text.IsSkippable())
Text.SkipTypeText();
- Support Text Speed:
[speed=0.05]Hello! my name is[speed=0.2]typetext.
- Support uGUI Tags:
<b><i><size><color>...
- Support NGUI Tags:
[b][i][s][u][sup][sub][FFFFFF][-]...
- Support Skip
- Support OnComplete Callback
- Unity4/5 Compatible
- Very Simple
TypeText is under MIT license. See the LICENSE file for more info.