viniciusgerevini / godot-clyde-dialogue

Clyde Dialogue Language Importer and interpreter for Godot.
MIT License
89 stars 11 forks source link

Clyde Dialogue tool not showing up in 3.5 #44

Closed rabbitwithworms closed 1 day ago

rabbitwithworms commented 6 months ago

Pretty self explanatory, in Godot 4, the asset shows up just fine:

Screenshot_20240224_120205

However, in Godot 3.5.3 (AKA LTS) the plugin fails to load: help

Other plugins with this type of feature worked, so maybe there's a version mismatch in the addot.gd code?

viniciusgerevini commented 5 months ago

@rabbitwithworms the plugin for Godot 3 does not include the editor and player at the moment, that's why there is no main panel tab. The importer, interpreter and helpers should work as usual though.

I'm planning to bring the feature to godot 3 eventually. However, it's likely it won't have syntax highlighting, as it's way trickier in godot 3.