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
When trying to run Test Dialogue, I get an error saying Parser Error: Could not preload resource script "res://addons/dialogue_manager/utilities/builtins.gd".
Affected version
Godot v4.0.2
Dialogue Manager version:
Godot version:
To Reproduce
Steps to reproduce the behavior:
Install Godot 4.0.2, install godot_dialog_manager from AssetLib and run the example dialog on Test Dialogue
List steps to see error: As above, install godot 4.0.2, install godot_dialogue_manager and run the example dialog and you will see the error
Error is: Parser Error: Could not preload resource script "res://addons/dialogue_manager/utilities/builtins.gd".
If I look at builtin.gd, I see godot 4.0.2 doesn't like the following: static var resolve_method_error: Error = OK That is what is bringing up the error
Expected behavior
I should be able to run the example dialog on Test Dialogue using Godot 4.0.2
Screenshots
If applicable, add screenshots to help explain your problem. Try to include as much detail as possible.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to run Test Dialogue, I get an error saying Parser Error: Could not preload resource script "res://addons/dialogue_manager/utilities/builtins.gd".
Affected version
Godot v4.0.2
To Reproduce
Steps to reproduce the behavior:
Install Godot 4.0.2, install godot_dialog_manager from AssetLib and run the example dialog on Test Dialogue
List steps to see error: As above, install godot 4.0.2, install godot_dialogue_manager and run the example dialog and you will see the error
Error is: Parser Error: Could not preload resource script "res://addons/dialogue_manager/utilities/builtins.gd".
If I look at builtin.gd, I see godot 4.0.2 doesn't like the following: static var resolve_method_error: Error = OK That is what is bringing up the error
Expected behavior
I should be able to run the example dialog on Test Dialogue using Godot 4.0.2
Screenshots
If applicable, add screenshots to help explain your problem. Try to include as much detail as possible.
The text was updated successfully, but these errors were encountered: