• Runtimes
  • [UE4]Spine runtime installation error for 3.7

Related Discussions
...

Hi fellow developers!

After following through step 1-7 on the runtime installation guilde for UE4, we are running into the following issue:

  1. Error C2084 function 'spine::SpineExtension *spine::getDefaultExtension(void)' already has a body
    Plugins\SpinePlugin\Source\SpinePlugin\Public\spine-cpp\spine-cpp-unit-tests\src\main.cpp (line 97)

  2. Error C2065 'getDefaultExtension': undeclared identifier NeverAlone
    Plugins\SpinePlugin\Source\SpinePlugin\Public\spine-cpp\src\spine\Extension.cpp (line 49)

This results in failure of compilation for spine runtime. Has anyone seen this issue before in runtime 3.7?

Thanks and cheers!

Installation guild link: http://esotericsoftware.com/spine-ue4#Installation

You copied the wrong folder to NeverAlone\Plugins\SpinePlugin\Source\SpinePlugin\Public\spine-cpp\

You have to copy these two folders:

https://marioslab.io/uploads/screenshots/UnTmzzPOHC.png

So you end up with the following:

https://marioslab.io/uploads/screenshots/WH1hQh6WCU.png