You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After latest godot commits the spine runtime fails to build as an engine module, it always worked before. The error is as follows: [ 40%] Compiling modules\spine_godot\SpineIkConstraint.cpp ... modules\spine_godot\SpineBoneNode.cpp(194): warning C4458: declaration of 'global_transform' hides class member .\scene/main/canvas_item.h(120): note: see declaration of 'CanvasItem::global_transform' [ 40%] Compiling modules\spine_godot\SpinePathConstraint.cpp ... [ 40%] Compiling modules\spine_godot\SpinePathConstraintData.cpp ... [ 40%] Compiling modules\spine_godot\SpinePhysicsConstraint.cpp ... [ 40%] Compiling modules\spine_godot\SpinePhysicsConstraintData.cpp ... D:\Source\Other\gd-engine\modules\spine_godot\SpineEditorPlugin.h(111): error C3668: 'SpineAtlasResourceImportPlugin::import': method with override specifier 'override' did not override any base class methods D:\Source\Other\gd-engine\modules\spine_godot\SpineEditorPlugin.h(185): error C3668: 'SpineJsonResourceImportPlugin::import': method with override specifier 'override' did not override any base class methods D:\Source\Other\gd-engine\modules\spine_godot\SpineEditorPlugin.h(259): error C3668: 'SpineBinaryResourceImportPlugin::import': method with override specifier 'override' did not override any base class methods modules\spine_godot\SpineEditorPlugin.cpp(45): warning C4458: declaration of 'metadata' hides class member .\core/object/object.h(632): note: see declaration of 'Object::metadata' modules\spine_godot\SpineEditorPlugin.cpp(101): warning C4458: declaration of 'metadata' hides class member .\core/object/object.h(632): note: see declaration of 'Object::metadata' modules\spine_godot\SpineEditorPlugin.cpp(129): warning C4458: declaration of 'metadata' hides class member .\core/object/object.h(632): note: see declaration of 'Object::metadata' modules\spine_godot\SpineEditorPlugin.cpp(325): warning C4458: declaration of 'property' hides class member .\editor/editor_inspector.h(84): note: see declaration of 'EditorProperty::property' scons: *** [modules\spine_godot\SpineEditorPlugin.windows.editor.x86_64.obj] Error 2 scons: building terminated because of errors.
The issue seems to be due to this commit: godotengine/godot@fe34c45
The method arguments have changed.
The text was updated successfully, but these errors were encountered:
Thanks for reporting. This is for the master branch of Godot, which we can't support. We generally only support tagged Godot releases, as the Godot master branch changes so frequently and breaks APIs so much, that it's impossible to keep up.
I'll keep this open as a reminder for when the next Godot release happens that has this API change.
After latest godot commits the spine runtime fails to build as an engine module, it always worked before. The error is as follows:
[ 40%] Compiling modules\spine_godot\SpineIkConstraint.cpp ... modules\spine_godot\SpineBoneNode.cpp(194): warning C4458: declaration of 'global_transform' hides class member .\scene/main/canvas_item.h(120): note: see declaration of 'CanvasItem::global_transform' [ 40%] Compiling modules\spine_godot\SpinePathConstraint.cpp ... [ 40%] Compiling modules\spine_godot\SpinePathConstraintData.cpp ... [ 40%] Compiling modules\spine_godot\SpinePhysicsConstraint.cpp ... [ 40%] Compiling modules\spine_godot\SpinePhysicsConstraintData.cpp ... D:\Source\Other\gd-engine\modules\spine_godot\SpineEditorPlugin.h(111): error C3668: 'SpineAtlasResourceImportPlugin::import': method with override specifier 'override' did not override any base class methods D:\Source\Other\gd-engine\modules\spine_godot\SpineEditorPlugin.h(185): error C3668: 'SpineJsonResourceImportPlugin::import': method with override specifier 'override' did not override any base class methods D:\Source\Other\gd-engine\modules\spine_godot\SpineEditorPlugin.h(259): error C3668: 'SpineBinaryResourceImportPlugin::import': method with override specifier 'override' did not override any base class methods modules\spine_godot\SpineEditorPlugin.cpp(45): warning C4458: declaration of 'metadata' hides class member .\core/object/object.h(632): note: see declaration of 'Object::metadata' modules\spine_godot\SpineEditorPlugin.cpp(101): warning C4458: declaration of 'metadata' hides class member .\core/object/object.h(632): note: see declaration of 'Object::metadata' modules\spine_godot\SpineEditorPlugin.cpp(129): warning C4458: declaration of 'metadata' hides class member .\core/object/object.h(632): note: see declaration of 'Object::metadata' modules\spine_godot\SpineEditorPlugin.cpp(325): warning C4458: declaration of 'property' hides class member .\editor/editor_inspector.h(84): note: see declaration of 'EditorProperty::property' scons: *** [modules\spine_godot\SpineEditorPlugin.windows.editor.x86_64.obj] Error 2 scons: building terminated because of errors.
The issue seems to be due to this commit: godotengine/godot@fe34c45
The method arguments have changed.
The text was updated successfully, but these errors were encountered: