- 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.
- UI圖標創意設計
- MySQL數據庫管理實戰
- The DevOps 2.3 Toolkit
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Web開發的貴族:ASP.NET 3.5+SQL Server 2008
- The Data Visualization Workshop
- Windows Server 2016 Automation with PowerShell Cookbook(Second Edition)
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- LabVIEW虛擬儀器程序設計從入門到精通(第二版)
- Scratch3.0趣味編程動手玩:比賽訓練營
- Hadoop大數據分析技術
- Learning C++ by Creating Games with UE4
- SQL Server 2012 數據庫應用教程(第3版)
- PHP Microservices
- 軟件再工程:優化現有軟件系統的方法與最佳實踐