diff options
Diffstat (limited to 'Other/NodeEditorExamples/Assets/xNode-examples/Examples/StateMachine/README.md')
-rw-r--r-- | Other/NodeEditorExamples/Assets/xNode-examples/Examples/StateMachine/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Other/NodeEditorExamples/Assets/xNode-examples/Examples/StateMachine/README.md b/Other/NodeEditorExamples/Assets/xNode-examples/Examples/StateMachine/README.md new file mode 100644 index 00000000..8e7aa3e0 --- /dev/null +++ b/Other/NodeEditorExamples/Assets/xNode-examples/Examples/StateMachine/README.md @@ -0,0 +1,14 @@ +[](https://discord.gg/qgPrHv4) +[](https://github.com/Siccity/xNode/issues) +[](https://raw.githubusercontent.com/Siccity/xNode/master/LICENSE.md) +[](https://github.com/Siccity/xNode/wiki) + +[Go to Downloads](https://github.com/Siccity/xNode/releases) + +### xNode State Machine (Example) +This example project should give you an understanding of how to handle traversing through nodes, one by one. +The same principle can be applied to dialogue graphs, and other simple decision makers. + + +Join the [Discord](https://discord.gg/qgPrHv4 "Join Discord server") server to leave feedback or get support. +Feel free to also leave suggestions/requests in the [issues](https://github.com/Siccity/xNode/issues "Go to Issues") page. |