- Unity 2017 Game AI Programming(Third Edition)
- Ray Barrera Aung Sithu Kyaw Thet Naing Swe
- 110字
- 2021-07-02 19:14:14
Creating state machine behaviors
Now that we're familiar with the concept of a state machine, let's get our hands dirty and start implementing our very own.
As of Unity 2017.1, state machines are still part of the animation system, but worry not, they are flexible and no animations are actually required to implement them. Don't be alarmed or confused if you see code referencing the Animator component or the AnimationController asset as it's merely a quirk of the current implementation. It's possible that Unity will address this in a later version, but the concepts will likely not change.
Let's fire up Unity, create a new project, and get to it.
推薦閱讀
- PHP動態網站程序設計
- 數字媒體應用教程
- Learn Type:Driven Development
- Rust編程:入門、實戰與進階
- 劍指Offer(專項突破版):數據結構與算法名企面試題精講
- CentOS 7 Server Deployment Cookbook
- Microsoft Dynamics 365 Extensions Cookbook
- 算法精粹:經典計算機科學問題的Java實現
- 常用工具軟件立體化教程(微課版)
- 編寫高質量代碼:改善Objective-C程序的61個建議
- ArcGIS for Desktop Cookbook
- 區塊鏈項目開發指南
- RESTful Web Clients:基于超媒體的可復用客戶端
- Python數據科學實踐指南
- C/C++代碼調試的藝術(第2版)