redbluegames / unity-text-typer

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

An Error should display when an Anim tag is parsed but no Library is wired up on the TextTyper component #22

Open edwardrowe opened 5 years ago

edwardrowe commented 5 years ago

When there is no Shake or Curve Library wired up on the TextTyper, it will not print anything.

Repro steps:

  1. Add a TMPRo component with a TextTyper component
  2. Clear out any animation libraries
  3. Print text that has an Anim tag.
  4. Observe nothing is printed

I expect it to error, and print the text as normal without the animation.