derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
734 stars 35 forks source link

State is not a child of state chart #66

Closed vladthegreat closed 7 months ago

vladthegreat commented 7 months ago

Following Godotneers tutorial I decided to apply some state chart to my player character for a simple animation transition. Before I could get very far, I get this notification.

image

I cannot seem to find any previous issues like this, or google has no results. I have the latest Godot using Steam.

derkork commented 7 months ago

Are you getting any error messages in the console/debugger? Do the included examples work for you?

vladthegreat commented 7 months ago

You are amazing fast at responding! I decided to create a new project, it seems another asset i downloaded called OverheadCar2d had a few conflicting classes (I think State in particullar). After starting a fresh project the StateChart does exactly as i expected! Thank you once again for the quick response.

derkork commented 7 months ago

Ah, so this seems related to #57. Thanks for letting me know!