nathanhoad / godot_dialogue_manager

A powerful nonlinear dialogue system for Godot
MIT License
2.04k stars 161 forks source link

Godot 4.3-beta1 #596

Closed AmyGilhespy closed 2 months ago

AmyGilhespy commented 2 months ago

Describe the bug This asset doesn't seem to work in Godot 4.3-beta1. It spews several errors when you try to open the dialog editor.

Affected version

To Reproduce Steps to reproduce the behavior:

  1. Import and enable the asset
  2. See error

Screenshots image

AmyGilhespy commented 2 months ago

As a very temporary workaround, commenting out two parts of the code in code_edit.gd allows use of the asset.

code_edit.gd.txt

nathanhoad commented 2 months ago

This was fixed back in https://github.com/nathanhoad/godot_dialogue_manager/pull/583 - there just hasn't been a release yet.

AmyGilhespy commented 2 months ago

Oh, sorry for not seeing that. Thanks, and great work as always :)