I chose Defold because it has no things like that. Tried Construct and this approach is so inconvenient. But yes, it may come in handy to visualize relations between all the tiny lua scripts in the project. Sometimes I am kinda stuck with long message chains (from one script to another, to another, etc). I know, that’s because my shitty programming skill, but all we need to start from some point
I had to use event style like Construct had in the past and grew to hate them, the flow style is more tolerable because it’s easier to see everything at once.
Yes, sorry but don’t hold your breath for editor extensions this quarter. We definitely want extension support but for now focus will be on replacing editor 1.
We will probably have different types of extensions:
specific plugins f.i. for loading/saving other formats
run external scripts from within the editor, maybe on events like pre/post build or from menu
extend the scene/gui editors with custom tools
full on use of the graph and ui, i.e. using the same tools we do
Nothing is decided yet, we’re not sure about what language to use nor the type/scope of api.