viniciusgerevini / godot-aseprite-wizard

Godot Editor plugin to help import Aseprite animations to AnimationPlayers, AnimatedSprites and SpriteFrames.
MIT License
821 stars 42 forks source link

"InspectorDock" shadows a native class Godot 3.6 beta4 #120

Closed dannygaray60 closed 7 months ago

dannygaray60 commented 7 months ago

I found this error when using the latest version of the plugin (6.2) in godot 3.6 beta4. It seems that it is just a name conflict with some new native class, resolved by changing the name. I know that godot 3.6 is not stable yet but I am reporting the error in case you want to prevent it

Screenshot 2024-01-25 085945

viniciusgerevini commented 7 months ago

Hey @dannygaray60 thanks a lot for reporting this. I'll fix this. Lesson learned. I shouldn't have set such a generic name haha. Cheers

dannygaray60 commented 7 months ago

No problem! Thank you for your addon! :3

viniciusgerevini commented 7 months ago

Included in the latest release (6.3.0 Godot 3). Already available in the branch and release page. It takes a few days for it to be available in Godot's asset lib. Cheers.