Unity Note2
===
2020.08.03
## List
1. [Animation Controller](#AC)
## Roguelike Practice
### Animation Controller<a id="AC"/>
Aniamtion Controller is control relations of animation in objs.<br>Use transition, make relation with two animations.<br>Transition have attributes.
1. HasExitTime
- If it checked, animation start after end of before animtion. If not, animation start instantly trigger work.
2. ExitTime
- Time for exit animation. It should set after real anim end.
3. TransitionDuration
- For smooth animation changes. 2d is normally 0.
4. Conditions
- condition for active transition. use condition is writed in animation controller.