Starter state machines in Godot 4

Published: 10 October 2023
on channel: The Shaggy Dev
60,250
2.1k

Here's an updated look at how I like to do state machines in Godot 4. I'm going to go over some simpler, starter techniques today, and in the next video I'll go in-depth about techniques you can use when today's examples don't cut it.

Text version: https://shaggydev.com/2023/10/08/godo...

Sample project: https://github.com/theshaggydev/the-s...

Simple state management: 00:00
Node-based states: 02:22
A few examples: 08:00

Theory video:    • An introduction to finite state machi...