1. Home
  2. Docs
  3. 3D Text Effects – Quick How-Tos
  4. How To – Add random animations to text letters

How To – Add random animations to text letters

A nice way to juice up a static 3D Text is to add some random animations to it. An example for that can be seen in the scene in Text3D/Tutorials/Interactive Text . If you run the scene and wait a little , you can see that glyph will jump and spin randomly from time to time. This can be done by adding an animation randomizer to your text:

  1. Add an AnimationRandomizer Component to your text:

Enalbe “Animate on Start and set up your parameters similar to the image above.

This will make the glyph jump and spin from time to time.

you can learn about the different parameters of the animation randomizer in here