Skip to content

Releases: redbluegames/unity-text-typer

Version 2.4

20 Jul 03:54
Compare
Choose a tag to compare

Bugfixes

#35 Fixes issue where printing sprites would prevent other characters from printing, and where sprites would ignore print delay.
#38 Fixes issue where sprites would reappear in text that includes animation if printed to the same Text component prior to the animation.

Version 2.3

28 Jun 04:07
Compare
Choose a tag to compare

Bugfixes
#24 Fix exceptions thrown when trying to print unhandled TextMeshPro tags. Now all documented TextMeshPro Rich Text tags should be usable with Text Typer.

Version 2.2

13 Jun 15:19
Compare
Choose a tag to compare

Features

#32 Adds option to print text with unscaled time

Text Typer v2.1

13 May 02:53
Compare
Choose a tag to compare

This adds a few bug fixes to v2.0

  • #29 Strips Style tags so that users can use styles.
  • #21 Allows quotes around color tags like "#FFFFFF" which mirrors how TMPro treats parameters.

Text Typer v2.0

04 Apr 06:07
Compare
Choose a tag to compare

Release version 2.0 of TextTyper. This version removes support for Unity's Text component in favor of TextMeshPro.

New Features

  • New custom tag "Anim" / "Animation" allows for custom text animations

TextTyper v1.2

09 Mar 15:19
Compare
Choose a tag to compare

This release fixes issue #7 and issue #5. I also did a bunch of cleanup and added more tests.

It will likely require you to delete any old version, because Unity doesn't like the renamed files.

Version 1.1

28 Jan 21:26
Compare
Choose a tag to compare
  • Adds delay for punctuation

Version 1.0

06 Dec 21:09
Compare
Choose a tag to compare

This is the first release of TypeText. It includes:

  • Support for RichText Tags
  • Support for tag
  • Text wrapping before typing
  • Text sizing before typing