redbluegames / unity-text-typer

Text typing effect for Unity uGUI Text components
MIT License
307 stars 28 forks source link

Typing a Second time to a TextTyper can leave garbage tags #7

Closed edwardrowe closed 7 years ago

edwardrowe commented 7 years ago

"OutstandingTags" aren't cleared when you type to a TextTyper, so if you print to a TextTyper while it is in the middle of printing text inside a tag, it will keep an unpaired tag in the OutstandingTags list forever.

edwardrowe commented 7 years ago

Fixed in latest release (1.2)