Cannot enable any plugins on godot 3.3

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Amateur.game.dev.

Unable to load addon script from path: ‘res://addons/Godot-Dialog-System-master/addons/EXP-System-Dialog/plugin.gd’ There seems to be an error in the code, please check the syntax.

I can’t seem to make any of them work, but they should because other ones I installed in 3.2.2 work perfectly.

My guess is that something was changed between 3.2.2 and 3.3. Does the debugger pane show any errors?

Ertain | 2021-04-28 20:34

Unable to load addon script from path: ‘res://addons/Godot-Dialog-System-master/addons/EXP-System-Dialog/plugin.gd’ There seems to be an error in the code, please check the syntax.

ERROR: Cannot open file ‘res://addons/EXP-System-Dialog/Story Editor/Story_Editor.tscn’.
At: scene/resources/resource_format_text.cpp:1233
ERROR: Failed loading resource: res://addons/EXP-System-Dialog/Story Editor/Story_Editor.tscn. Make sure resources have been imported by opening the project in the editor at least once.
At: core/io/resource_loader.cpp:278
SCRIPT ERROR: GDScript::reload: Parse Error: Can’t preload resource at path: res://addons/EXP-System-Dialog/Story Editor/Story_Editor.tscn
At: res://addons/Godot-Dialog-System-master/addons/EXP-System-Dialog/plugin.gd:4

Amateur.game.dev. | 2021-04-29 16:50

It’s something about the “StoryEditor.tscn” file not properly loading. I would investigate that file (open it in the editor, possibly even look through the text of the scene file).

Ertain | 2021-09-22 03:41