Skip to content

synchrok/TypeText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c879da0 · Apr 18, 2016

History

15 Commits
Apr 18, 2016
Apr 18, 2016
Dec 12, 2015
Dec 12, 2015
Apr 18, 2016

Repository files navigation

TypeText

Very simple text typing effect for Unity (both uGUI and NGUI)

At a Glance

  • uGUI:
Text.TypeText("Some text", 0.05f);
  • NGUI:
UILabel.TypeText("Some text", 0.05f);
  • Common:
if (Text.IsSkippable())
  Text.SkipTypeText();

Features

  • 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

Screenshots

TypeText Screenshot GIF TypeText Screenshot

License

TypeText is under MIT license. See the LICENSE file for more info.

About

Text typing effect for Unity (both uGUI and NGUI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages