View by Component
Physics , Physics 2D , Audio , UI , Tilemap , Cinemachine , Timeline , Network , Animation , Animator , Sprites , Scripting , Tips , Colliders , 2D Colliders , Rigidbody , Rigidbody 2D , Interaction , Editor , Game Mechanics , In-App Purchase , Material , General , Prefab , ProGrids , Light , Rendering , Ads , Scriptable Objects , Events , Level Design , Making Of , Assets , Procedural , ProBuilder , Particles , Machine Learning , News & Announcements , Conference , Enemy & NPC , PlayerPrefs , Post Processing , Interview , Shader , VFX , TextMeshPro , InputSystem , XR
How to animate Sprites in Unity TextMesh Pro
Uploaded by Christina Creates GamesShare: 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
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