- Unity 2017 Game AI Programming(Third Edition)
- Ray Barrera Aung Sithu Kyaw Thet Naing Swe
- 247字
- 2021-07-02 19:14:15
Transitioning between states
You'll notice that upon creating our state, an arrow is created connecting the Entry state to it, and that its node is orange. Unity will automatically set default states to look orange to differentiate them from other states. When you only have one state, it is automatically selected as the default state, and as such, it is automatically connected to the entry state. You can manually select which state is the default state by right-clicking on it and then clicking on Set as Layer Default State. It will then become orange, and the entry state will automatically connect itself to it. The connecting arrow is a transition connector. Transition connectors allow us some control over how and when the transition occurs, but the connector from the entry state to the default state is unique in that it does not provide us with any options, since this transition happens automatically.
You can manually assign transitions between states by right-clicking on a state node and then selecting Make Transition. This will create a transition arrow from the state you selected to your mouse cursor. To select the destination of the transition, simply click on the destination node and that's it. Note that you cannot redirect the transitions though. We can only hope that the kind folks behind Unity add that functionality at a later point, but for now, you must remove a transition by selecting it and deleting it, and then assigning an all-new transition manually.
- ASP.NET MVC4框架揭秘
- Python從小白到大牛
- 動手玩轉(zhuǎn)Scratch3.0編程:人工智能科創(chuàng)教育指南
- 華為HMS生態(tài)與應(yīng)用開發(fā)實戰(zhàn)
- Java Web程序設(shè)計
- Apache Mahout Clustering Designs
- Python High Performance Programming
- Mastering Unity 2D Game Development(Second Edition)
- PHP+Ajax+jQuery網(wǎng)站開發(fā)項目式教程
- Odoo 10 Implementation Cookbook
- 軟件測試綜合技術(shù)
- 人工智能算法(卷1):基礎(chǔ)算法
- Android移動應(yīng)用開發(fā)項目教程
- Go語言從入門到精通
- 分布式架構(gòu)原理與實踐