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
I can't begin the conversion even after verifying the files
To Reproduce
Steps to reproduce the behavior:
Go to the Dialogic Workspace
Got to Settings > Features > Converter
Click 'Verify Files'. Folder converted-dialogic should then appear in res://.
Expected behavior
For the 'Begin Conversion' to then be enabled.
Screenshots
System (please complete the following information):
OS: Windows 10
Godot Version: v4.1.stable.official [970459615]
Dialogic Version: 2.0-Alpha-9
Solutions
Workaround
I'll fix the code directly.
Possible fixes
I'll look at res://addons/dialogic/Modules/Converter/settings_converter.gd first.
It looks like on res://addons/dialogic/Modules/Converter/settings_converter.tscn, the node RightPanel has HBox as its parent and not Converter.
I've posted my fixes on #1716.
The text was updated successfully, but these errors were encountered:
The problem
Describe the bug
I can't begin the conversion even after verifying the files
To Reproduce
Steps to reproduce the behavior:
converted-dialogic
should then appear inres://
.Expected behavior
For the 'Begin Conversion' to then be enabled.
Screenshots
System (please complete the following information):
Solutions
Workaround
I'll fix the code directly.
Possible fixes
I'll look at
res://addons/dialogic/Modules/Converter/settings_converter.gd
first.It looks like on
res://addons/dialogic/Modules/Converter/settings_converter.tscn
, the nodeRightPanel
hasHBox
as its parent and notConverter
.I've posted my fixes on #1716.
The text was updated successfully, but these errors were encountered: