We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
and in engine run worked well
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)
The text was updated successfully, but these errors were encountered:
Probably related to #898 #914. Maybe caused by #915
Sorry, something went wrong.
Try setting the default theme setting. Even if you just set it to the exact same value.
i just created a new theme and set as default and the build works well. Thank you very much
This and its dupes should be fixed with #978
No branches or pull requests
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
and in engine run worked well

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)
The text was updated successfully, but these errors were encountered: