the project is finished, everything was perfect until i tried to get an export. downloaded the necessary files but when i got an export and tried to open the game, the godot logo comes up and then it closes. I chose the “export slected scenes(and depenednceies)” mode, the game came up, could play it, BUT the dialogic(im using dialogic addon for the game) wouldnt start. can anyone help me with this? it should be “export slected resources(and depenednceies)” right?
also I have included *.json file type at the end, didnt help
Select “Export With Debug” checkbox during the export process. Then execute the exported app with the console. You should see the probable cause in a form of an error message, hopefully.
SCRIPT ERROR: Parse Error: Identifier “EditorInterface” not declared in the current scope.
at: GDScript::reload (res://addons/dialogic/Core/DialogicUtil.gd:78)
one of the errors… the google search gives me nothing
Are you sure you have selected all addon folders and files? I’m not familiar with Dialogic, is it possible that it uses custom file formats besides .json? If it does, include them as well.
Double check that you have selected that file to be exported
Does everything work if you select “Export all resources in the project”?