rayxuln / spine-runtime-for-godot

This project is a module for godot that allows it to load/play Spine skeleton animation.
MIT License
93 stars 22 forks source link

Error with building project #36

Closed hmental closed 2 years ago

hmental commented 2 years ago

Hi,

First, thanks for creating runtime! In editor everything works great but I have problem after exporting project to Windows. After export, when I try to open exe I see this error: ERROR: Cannot get class 'SpineSkeletonJsonDataResource'.

I need add some dll to folder? Set something in project settings in godot to build with yours module?

Thanks, hmental.

scottkunkel commented 2 years ago

Did you build the template for windows as well?

Thomas

On Sep 30, 2021, at 10:03 AM, hmental @.***> wrote:

 Hi,

First, thanks for creating runtime! In editor everything works great but I have problem after exporting project to Windows. After export, when I try to open exe I see this error: ERROR: Cannot get class 'SpineSkeletonJsonDataResource'.

I need add some dll to folder? Set something in project settings in godot to build with yours module?

Thanks, hmental.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

hmental commented 2 years ago

Nope, I download templates from here: https://downloads.tuxfamily.org/godotengine/3.4/beta4/ So I need manualy build templates, yup?

scottkunkel commented 2 years ago

Correct, the templates also need to include the spine code. So in addition to the editor, you’ll need to build the templates as well

Thomas

On Sep 30, 2021, at 10:39 AM, hmental @.***> wrote:

 Nope, I download templates from here: https://downloads.tuxfamily.org/godotengine/3.4/beta4/ So I need manualy build templates, yup?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

hmental commented 2 years ago

Okay, as I think about it now it's actually obvious ;p Thanks a lot for your help!

hmental commented 2 years ago

Everything works, thanks again for your help ;]

scottkunkel commented 2 years ago

You’re very welcome

Thomas

On Sep 30, 2021, at 11:20 AM, hmental @.***> wrote:

 Everything works, thanks again for your help ;]

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.