How to animate Sprites in Unity TextMesh Pro

Uploaded by Christina Creates Games
Share: Twitter Facebook
Animating a sprite in Unity's TextMesh Pro is incredibly simple - but can be made much more flexible with a few lines of code. You'll learn how to use it in its basic version and how to expand on it with a system in this tutorial.

The button (or in this case mouse) graphics are again from Xelu's free controller & keyboard sprites: https://thoseawesomeguys.com/prompts/ Go download that one now, it is amazing.

The running kitten has been created by Gamedev Kitty and I absolutely love it: https://gamedev-kitty.itch.io/cute-kitten-animation-run Costs 1$, absolutely worth it.

-- Chapters --
00:00 What we will be creating
00:30 The basic syntax for animating sprites explained
01:34 Let's create a simple replacer script
02:12 Case A: Multiple Sprite animations in one sprite sheet
03:33 Case B: Every Animation is its own sprite sheet
06:14 Tipp 1: Changing order of sprites
06:28 Tipp 2: You can multiply sprites in your sprite sheet
06:43 Tipp 3: Resizing with the size tag
06:53 Tipp 4: What to do if your sprites don't show up
07:06 Where to go from here