Skip to content

redbluegames/unity-text-typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity-TextTyper

TextTyper is a text typing effect component for Unity. TextTyper prints out characters one by one to a uGUI Text component. Adapted by RedBlueGames from synchrok's GitHub project (https://github.com/synchrok/TypeText).

It's easy to find other examples of Text printing components, but TextTyper provides two major differences:

  • Correct wrapping as characters are printed
  • Support for Rich Text Tags

Features

  • Define Text Speed Per Character: Mayday! <delay=0.05>S.O.S.</delay>
  • uGUI Rich Text Tags support: <b>,<i>,<size>,<color>,...
  • Skipping
  • OnComplete Callback
  • OnCharacterPrinted Callback (for audio)

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%