比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

To build an state machine event, open the Atoms UI and make sure to have selected the "StateMachines" tab.

If you are not familiar with state machines 

Building your state machine

Click on "Add", then double-click on the state machine you just created. Rename it to "robotStateMachine".

Right click on the state machine viewport and select "Add Animation State" or press on "Add State" button.
Select the new state and change its name to "walk" .

Leave the "Id" to 0 and click on "Add Clip". From the clip list, select the clip you exported in the previous section

Click on the "Register" button or press CTRL+S.

Your state machine is ready to be used.

Image Removed

Assign a state machine to an Agent type

After you created a state machine you must assign to a compatible agent type. Go to the agent type tab, select your agent type ("testRobot"), and in the state machine field set the one you just created. In this way the stateMahcine behaviour module will use the correct state machine for each agent type.

Image Removed

ステートマシンイベントを作成するには、Atoms UIを開き、必ず「State Machines」タブを選択してください。



ユーザーのState Machineを構築する

「Add」をクリックして、作成したばかりの「State Machine」をダブルクリックします。 「robotStateMachine」に名前を変更します。
State Machineのビューポートを右クリックして「Add Animation State」を選択するか、「Add State」ボタンを押します。新しいStateを選び、その名前を「walk」に変更します。


「Id」を0のままにして、「Add Clip」をクリックします。クリップリストから、前のセクションでエクスポートしたクリップを選択します。「Register」ボタンをクリックするか、Ctrl + Sを押します。
以上で、ユーザーのステートマシンは使用する準備が整いました。

Image Added