Mario
EsotericSoftware/spine-runtimesc58d4c7
I tried building the updated Spine-Godot runtime with Godot 4.3 and got this error:
spine-runtimes_4.2\spine-godot\spine_godot\SpineAtlasResource.cpp(223)
error C4716: 'SpineAtlasResource::load_from_atlas_file': must return a value
So, I added the 'return' keyword and it built successfully.