Versions
(list all versions where you have replicated the bug)
- Godot: Godot 4.6-dev6
- GUT: 9.5.0
- OS: Windows 11
Since I updated to Godot 4.6-dev6, I am getting the following error when trying to run GuT:
Trying to assign value of type 'Nil' to a variable of type 'bool'.
on
|
were_addons_disabled = ProjectSettings.get(str(WARNING_PATH, 'exclude_addons')) |
Looking at the ProjectSettings doc at HEAD I can see that the exclude_addons setting has been removed:
https://docs.godotengine.org/en/latest/classes/class_projectsettings.html
whereas it is there in 4.5:
https://docs.godotengine.org/en/4.5/classes/class_projectsettings.html