Unity3d5.0 adding an animation state machine,

Source: Internet
Author: User

Unity3d5.0 adding an animation state machine,

1. Add the Animation folder under the project directory, and create the AnimatorContrlller named 'playeranimatorcontroller' below, and add it to the controller of the Player.



2. Open the animation panel, find the three animations of the Player model, and drag them to the animation Panel. (The first animation dragged in is the default state. Right-click other animations to switch to the default state)


3. Make Transition connects convertible states. AnyState is in any State, and Entry connects to the default animation.


4. Add two parameters under Paramenters on the left. One is Bool's 'iswalking' and the other is the Trigger's 'die'



5. Click the link between Any State and Death, set Conditions to Die, and set IsWalking to true when the Idle is connected to Move. The opposite line is false;


6. Start the program and click the parameter on the left to perform the test.

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.