dialogic-godot / dialogic

💬 Create Dialogs, Visual Novels, RPGs, and manage Characters with Godot to create your Game!
https://dialogic.pro
MIT License
3.35k stars 206 forks source link

Error when attempting to load the plugin on macOS #2161

Closed thatenbykiki closed 1 month ago

thatenbykiki commented 1 month ago

When I try to load the Dialogic 2 plugin within my project, I get an error.

Describe the bug Unable to load addon script from path: 'res://addons/dialogic-main/addons/dialogic/plugin.gd'. This might be due to a code error in that script. Disabling the addon at 'res://addons/dialogic-main/addons/dialogic/plugin.cfg' to prevent further errors.

To Reproduce Steps to reproduce the behavior:

  1. Click the checkbox for Dialogic
  2. Error displays

Expected behavior Expected plugin to load. Plugin did not load.

System (please complete the following information):

CakeVR commented 1 month ago

Please follow the installation guideline: https://docs.dialogic.pro/getting-started.html

thatenbykiki commented 1 month ago

My apologies. Installing the add-on correctly fixes this issue. Thank you.