Day 15 of my Developer Journey: Animating the Tripleshot Powerup

Animating in unity is very simple. First select the object we want, then go to window and select animation. Then we will add the animator to the bottom of our screen, next to our game window.

Our new Animation window

To create an animation, we will click create, create a new folder for animations and save our Tripleshot animation. To create the animation, we will simply click the red record button, then we will drag and drop our sprites in order into the animation window. The animation loops automatically, so we do not need to do anything else.

Our added frames of the animation

--

--