OpenGamepadUI
OpenGamepadUI copied to clipboard
feat(Engine): update to Godot Engine v4.5
This change updates OpenGamepadUI to use Godot Engine 4.5. This updates the *.import file for every asset, so that is included in a separate commit to make it easier to review the more important changes.
The biggest issue with upgrading to v4.5 is the new addition of the Logger class, which collides with our own Logger class. Due to this change, any plugins that might use Logger directly will fail to load, so this update will require an update from all plugins.
bump