#Enemy State Machine Null Instance
1 messages · Page 1 of 1 (latest)
<Object#null>
The error message reads "Attempt to call function 'enter' in base 'null instance' on a null instance"
i see you've defined an EnemyMove class. what happens if you change EnemyState to EnemyMove in line 4?
I got similar problem when coding my state machine
I have to await a frame before get_node works
I will try both of those, thank you!
I'm not sure I'm doing this right with the awaiting a frame, could you screenshot how you did that? I created a timer in the _ready() but it's going on to physics_process() before the timer times out, so I'm still getting the issue