Description
Hello Godotneers! With the Godot State Charts library you can easily create complex behaviour in your game with very little code. In this video I’m giving you an overview on the features and how to use them.
Links:
- State Charts library - https://github.com/derkork/godot-statecharts
- Manual - https://github.com/derkork/godot-statecharts/blob/main/manual/manual.md
My Notes
00:00 Introduction
00:30 Installation of Godot State Charts
- Download “Godot State Charts” addon
- then activate in in Project Settings
01:21 Scene Setup
04:26 Adding the state chart
07:02 Switching States with Transitions
- 06:53: Add a transition to a state