Extension spine build with an error on development app [Solved]

Hi! I have an issue in my project with spine animation on mobile development app. It does work on local engine but when I try to build it on mobile development app I get an error.
Then I’ve tried to build extension spine project on dev app and get the same error. Does dev app support extension spine? If anyone know how to fix it please let me know.

ERROR:RESOURCE: Unknown resource type: spinemodelc
WARNING:RESOURCE: Unable to create resource: /_generated_c68a918e.goc: UNKNOWN_RESOURCE_TYPE
ERROR:GAMEOBJECT: Could not instantiate game object from prototype /_generated_c68a918e.goc.
WARNING:RESOURCE: Unable to create resource: /main/main.collectionc: FORMAT_ERROR

Hi @Max_R !

When using our Spine extension, you get a custom built engine, with the Spine C runtime built in.

When you use the vanilla mobile development app, you don’t get that extension builtin.
You need to make sure that your app on the phone supports the features you use.
E.g. use your local project executable as the target app?

2 Likes

Oh, I completely forgot about that :sweat_smile:
Thanks for the quick response @Mathias_Westerdahl

1 Like