Unity Tutorial 04
Now that I have already created a world with objects and characters, this week I worked on adding animations to my characters. To add an animation to a game object, you can use a component in Unity called an Animator. I created a new controller for my robot animations. Now I can add animations using my animator controller.
I then learned how to create the illusion of movement by changing which sprite the sprite renderer uses over time and created new animations for my characters.
I then created a projectile and learned how to launch it.
Comments
Post a Comment