Problem statement
Hi, I need some help from godot-spine 4.4.1
My godot is 4.4.1 stable ver.
- I creat a new proj, save & close godot, then download GDExtension 4.4.1 and put bin file at my proj forder.
- Start godot by [Godot_v4.4.1-stable_win64.exe], wait it start & check bin file in my proj, then save & close.
- Start godot by [godot-4.2-4.4.1-stable.exe], then i can see some spine node have red-spine-icon.
- I try to add spine-node (like SpineSprite node),godot will shutdown.
Exactly I can see ERROR when open godot by [godot-4.2-4.4.1-stable.exe]
ERROR: Class 'SpineAtlasResourceImportPlugin' already exists.
ERROR: Class 'SpineJsonResourceImportPlugin' already exists.
ERROR: Class 'SpineBinaryResourceImportPlugin' already exists.
ERROR: Class 'SpineSkeletonDataResourceInspectorPlugin' already exists.
ERROR: Class 'SpineEditorPlugin' already exists.
I try to include godot-spine to another proj, same error repeat 400+
thanks for help!