- Unity 2017 Game AI Programming(Third Edition)
- Ray Barrera Aung Sithu Kyaw Thet Naing Swe
- 159字
- 2021-07-02 19:14:14
Creating the AnimationController asset
The AnimationController asset is a type of asset within Unity that handles states and transitions. It is, in essence, an FSM, but it also does much more. We'll focus on the FSM portion of its functionality. An animator controller can be created from the Assets menu, as shown in the following image:
Once you create the animator controller, it will pop up in your project assets folder, ready to be named. We'll name it TankFsm. When you select the animator controller, unlike most other asset types, the hierarchy is blank. That is because animation controllers use their own window. You can simply click on Open in the hierarchy to open up the Animator window, or open it in the Window menu, as you can see in the following screenshot:
Be sure to select Animator and not Animation as these are two different windows and features entirely.
Let's familiarize ourselves with this window before moving forward.
- Visual C++程序設計教程
- Linux網絡程序設計:基于龍芯平臺
- Learning Neo4j 3.x(Second Edition)
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- R Deep Learning Cookbook
- Extending Puppet(Second Edition)
- ElasticSearch Cookbook(Second Edition)
- CoffeeScript Application Development Cookbook
- AutoCAD 2009實訓指導
- C# Multithreaded and Parallel Programming
- Getting Started with Nano Server
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Angular Design Patterns
- Python預測之美:數據分析與算法實戰(雙色)