You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
W 0:00:00:0432 The parameter "delta" is never used in the function "_process()". If this is intended, prefix it with an underscore: "_delta".
UNUSED_PARAMETER
game.gd:12
E 0:00:00:0479 vn_textbox_layer.gd:153 @ _apply_box_settings(): Condition "!p_style.is_valid()" is true.
<C++ Source> scene/gui/control.cpp:2853 @ add_theme_style_override()
vn_textbox_layer.gd:153 @ _apply_box_settings()
vn_textbox_layer.gd:127 @ _apply_export_overrides()
To Reproduce
Steps to reproduce the behavior:
Go to 'load your charcter givt it a line hit play and nothing shows up when they speak'
Click on 'N/A'
Scroll down to 'N/A'
See error
Expected behavior
No character will show and the=y will talk
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
OS: [Arch
Linux]
Godot Version: [e.g. 4.2.2]
Dialogic Version: [e.g. 2.0 Alpha 14, please be specific!]
Solutions
Workaround
What you tried to get the feature working
Possible fixes
Any idea to fix the issue or a link to the line of code that might be the cause for this problem
The text was updated successfully, but these errors were encountered:
The error you send is probably an unrelated warning.
I can't tell if you're actually joining the character because you didn't share your timeline. This is the most likely case. Characters only appear if they join the scene using the character event. If you always just want to see the speaker use a style/layout that has a speaker portrait (like the Speaker Textbox preset).
It wont load images
Describe the bug
W 0:00:00:0432 The parameter "delta" is never used in the function "_process()". If this is intended, prefix it with an underscore: "_delta".
UNUSED_PARAMETER
game.gd:12
E 0:00:00:0479 vn_textbox_layer.gd:153 @ _apply_box_settings(): Condition "!p_style.is_valid()" is true.
<C++ Source> scene/gui/control.cpp:2853 @ add_theme_style_override()
vn_textbox_layer.gd:153 @ _apply_box_settings()
vn_textbox_layer.gd:127 @ _apply_export_overrides()
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No character will show and the=y will talk
Screenshots
If applicable, add screenshots to help explain your problem.
System (please complete the following information):
Linux]
Solutions
Workaround
What you tried to get the feature working
Possible fixes
Any idea to fix the issue or a link to the line of code that might be the cause for this problem
The text was updated successfully, but these errors were encountered: