Create your own effects
In TextAnimator for Unity you can create custom effects in many different ways.
Feel free to choose the best methods that better fit you!
Recommendations
As you will discover the more you dive into Text Animator, thanks to custom effects, curves and playbacks you’re able to create pretty powerful combinations and results! That said (as with anything powerful) it’s up to you to use them wisely! In theory you could create an endlessly reference of animations inside each one, resulting in a stack-overflow, or per-vertex animations that are too demanding for your target hardware, resulting in a frame drop if you have too many texts/animations on screen, so please be careful to not overdo things!
That said… have fun!
Creating Effects from the Inspector
Other than already available built-in effects, you can create your own effects from the inspector directly (without having to write any code).
As always, to create a custom effect head over to the Project Window -> Create -> Text Animator for Unity and then select any element from the "Effects" menu.

You can create two different type of effects from the inspector:
Last updated