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


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).

P.S. If you do want to write custom effects via C#, please have a look at Writing Custom Effects (C#)

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