Skip to content

redbluegames/unity-text-typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TypeText

TypeText is a text typing effect component for Unity. Adapted by RedBlueGames from synchrok's GitHub project (https://github.com/synchrok/TypeText).

At a Glance

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

Features

  • Dynamic Text Speed: <speed=0.05>Hello! my name is</speed>typetext.
  • uGUI Rich Text Tags: <b>,<i>,<size>,<color>,...
  • Skipping
  • OnComplete Callback
  • OnCharacterPrinted Callback (for audio)
  • Unity4/5 Compatible
  • Very Simple

Screenshots

TypeText Screenshot GIF TypeText Screenshot

License and Credits

  • TypeText is under MIT license. See the LICENSE file for more info.
  • Typing sound effect (UITextDisplay.wav) provided by @kevinrmabie. Free for others to use, no attribution necessary.

About

Text typing effect for Unity uGUI Text components

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 47.4%
  • ShaderLab 45.9%
  • HLSL 6.7%