OpenGamepadUI icon indicating copy to clipboard operation
OpenGamepadUI copied to clipboard

feat(Engine): update to Godot Engine v4.5

Open ShadowApex opened this issue 5 months ago • 1 comments

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.

ShadowApex avatar Sep 20 '25 02:09 ShadowApex

bump

DocMAX avatar Sep 30 '25 22:09 DocMAX