carenalgas / popochiu

Godot plugin to make point-and-click adventure games, inspired by tools like Adventure Game Studio and PowerQuest.
https://carenalgas.github.io/popochiu/
MIT License
181 stars 18 forks source link

When installing popochiu 2.0 for godot 4.2.2 multiple non-fatal errors occure #250

Open XaverStiensmeier opened 1 month ago

XaverStiensmeier commented 1 month ago

Bug description

grafik

Steps to reproduce

Steps to reproduce the behavior:

  1. Download Popochiu 2.0 - Beta 3github.com/carenalgas/popochiu/releases/download/v1.8.7/popochiu-v1.8.7.zip).
  2. Extract it and copy the addons folder into your project folder.

Expected vs observed behavior

No errors.

Environment information (please complete):

mapedorr commented 1 month ago

Hi @XaverStiensmeier . This is a known issue related to cycling dependencies. That's why the engine must be restarted once the plugin is enabled. We know how to fix it, but that's planned for Popochiu 2.1.

XaverStiensmeier commented 1 month ago

Makes sense. Following https://www.youtube.com/watch?v=-N62S1DHbcs I was able to create a moving character so I, too, cannot detect any issues with the dirty "restart Godot" fix. Great, that an update will remove this irritation.