GodotModding / GodotModding/godot-mod-loader
Set global script classes on Godot 4
Open
4.x
- Dominant language
- GDScript
- Stars
- 675
- Forks
- 54
- Avg merge
- 2m
- Merged PRs (30d)
- 2
Description
Hi, in Godot 4, `ProjectSettings.get_setting("_global_script_classes")` returns nil. Seems like the equivalent is `ProjectSettings.get_global_class_list()`, however, I can't find a function to set the global class list. So, script extensions don't work on Godot 4 at the moment. If anyone finds a solution, please let me know.
Contributor guide
Assessment
This issue has not been assessed yet.