-
-
Notifications
You must be signed in to change notification settings - Fork 293
Closed
Labels
Description
when i using in Dialogic in godot it's work fine but when i build the dialog don't run
What i did
I maked a simple dialog

but when i build the game using the filter to export
not worked in build gave me this error

i created the dialogue by script
var new_dialog = Dialogic.start('start')
add_child(new_dialog)

