#Trying to learn state machines
1 messages · Page 1 of 1 (latest)
im not sure how to get rid of these errors nor do i know why its working in the reference file the video included
this was the reference file code
and the video
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/godot-4-state-machines
Sample project: https://github.com/thesh...
oh I had used = instead of : for the move state script
it seems like its fixed now
nvm im still having trouble here