godot_spatial_gardener icon indicating copy to clipboard operation
godot_spatial_gardener copied to clipboard

Godot 4.5 Compatability Patch

Open BryanRacic opened this issue 3 months ago • 6 comments

Resolves issue: https://github.com/dreadpon/godot_spatial_gardener/issues/73

Using this plugin on Godot 4.5 throws an exception due to Logging now being a native keyword. This PR just find-replaces all instances of Logger with CustomLogger so the plugin can be imported w/o error.

(A better solution would be to investigate the Logger usage and replace it w/ the new native stuff if possible....but who has time for that?)

Import error on current version

image

Fixed w/ PR version

image

BryanRacic avatar Sep 16 '25 02:09 BryanRacic