-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
The problem
When starting a dialog on android, this text appears in the dialog box: "[Dialogic Error] Loading dialog /chap0Entry/script-group1. It seems like the timeline doesn't exists. Maybe the name is wrong?"
To Reproduce
- Create a dialog using dialogic 1.5.1 and Godot3.5 mono
- Export on android
- Start the apk from an android phone
- Start any dialog
Expected behavior
The correct dialog appears.
Screenshots
The *.json and *.cfg files are exported
They are inside the apk
The timeline exists in the editor with the exact same name as in the error message (case sensitive)
Exports params (using Gradle)
System (please complete the following information):
- Window 10
- Godot 3.5 mono
- Dialogic 1.5.1
Solutions
Workaround
Include *.json and *.cfg in export params > not working
Update dialogic from 1.4.5 to 1.5.1 > not working, I also had the error on 1.4.5
Possible fixes
I added logs in the DialogicClass.gd
Output on godot (PC version) (OK)
Output on android studio (KO)
I have this error on export, don’t know if related to the problem
Please let me know if you need more logs. Thanks.