- Unity 2017 Game AI Programming(Third Edition)
- Ray Barrera Aung Sithu Kyaw Thet Naing Swe
- 127字
- 2021-07-02 19:14:15
Bringing behaviors into the picture
State machine behaviors are a unique, new concept in Unity 5. While states existed, conceptually, in the original implementation of Mecanim, transitions were handled behind the scenes and you did not have much control over what happened upon entering, transitioning, or exiting a state. Unity 5 addressed this issue by introducing behaviors; they provide the built-in functionality to handle typical FSM logic.
Behaviors are sly and tricky. Though their name might lead you to believe they are related to MonoBehaviour, do not fall for it; if anything, these two are distant cousins at best. In fact, behaviors derive from ScriptableObject, not MonoBehaviour, so they exist only as assets, which cannot be placed in a scene or added as components to a GameObject.
- Mastering Swift 2
- TradeStation交易應用實踐:量化方法構建贏家策略(原書第2版)
- Ext JS 4 Web Application Development Cookbook
- Unreal Engine 4 Shaders and Effects Cookbook
- Python Data Analysis Cookbook
- 詳解MATLAB圖形繪制技術
- App Inventor創意趣味編程進階
- QGIS Python Programming Cookbook(Second Edition)
- 3ds Max印象 電視欄目包裝動畫與特效制作
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Application Development with Swift
- Learning D3.js 5 Mapping(Second Edition)
- Hadoop Blueprints
- 基于JavaScript的WebGIS開發
- Unity與C++網絡游戲開發實戰:基于VR、AI與分布式架構