Book Image

Unity Animation Essentials

By : Alan Thorn
Book Image

Unity Animation Essentials

By: Alan Thorn

Overview of this book

Table of Contents (14 chapters)
Unity Animation Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Testing Mecanim Blend Trees


Let's test the code we created. Just press the Play button on the toolbar and hit the input keys to drive the character. If you select the character while the game is running and examine the animator window, you'll see the Blend Tree taking effect as you press the WASD keys to move the character. You'll see the transitions between different animations blend smoothly and seamlessly, appearing like one complete and self-contained animation sequence. Congratulations!

Testing the character animation

Note

The completed project can be found in the Chapter06/End folder.