Animating Sprites in Unity

Chad Gutterman
Jun 12, 2022

--

Objective: to create a simple animation in Unity

First, I have created an animation folder, and a triple shot powerup.

Open up the animation window and click on create new animation. Store and name it what you want.

drag and drop all the clips of the animation in the animation window.

Drag and drop the animation controller onto your object, then press play in the animation window, and watch your sprite animate.

--

--