Add suggestion to start state machine in animation tree tutorial (#4652)

This commit is contained in:
Charles
2021-02-16 17:21:14 +01:00
committed by Hugo Locurcio
parent df80e201b6
commit 83d27aad19
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -261,3 +261,7 @@ Once retrieved, it can be used by calling one of the many functions it offers:
.. code-tab:: csharp
stateMachine.Travel("SomeState")
The state machine must be running before you can travel. Make sure to either call ``start()`` or choose a node to **Autoplay on Load**.
.. image:: img/animtree18.png
Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB