derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
797 stars 43 forks source link

Event dropdown missing in the editor #108

Closed mathrick closed 5 months ago

mathrick commented 5 months ago

I just installed StateCharts, and the dropdown for managing event names which the docs describe doesn't seem to be there. Here's the editor looking at the platformer demo:

no-dropdown

Unless I'm missing something, there should be a dropdown there, but it's just a plain string input box instead.

I'm using StateCharts 0.15.2, downloaded via the AssetLib, and Godot 4.2.2 (standard, not Godot.NET), on Ubuntu 22.04.

mathrick commented 5 months ago

Nevermind, I forgot that addons need to be enabled as plugins in the project settings, it's working fine now.