Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I change Spine Runtime Version to 3.8.75? #135

Open
eldon922 opened this issue Apr 26, 2023 · 5 comments
Open

Can I change Spine Runtime Version to 3.8.75? #135

eldon922 opened this issue Apr 26, 2023 · 5 comments

Comments

@eldon922
Copy link

I need to use my old version of .spinejson, but the current version of Defold can't accept it. Is there a way to change the Spine Runtime that Defold use?

@britzl
Copy link
Contributor

britzl commented Apr 26, 2023

You can try an older version of the runtime, but I'm not sure it plays nicely with a new Defold editor.

https://github.com/defold/extension-spine/releases

@eldon922
Copy link
Author

is there a way to know what version of Spine Runtime that is used by each releases?

You can try an older version of the runtime, but I'm not sure it plays nicely with a new Defold editor.

https://github.com/defold/extension-spine/releases

Is there a way to know what version of Spine Runtime that is used by each releases?

@JCash
Copy link
Contributor

JCash commented Apr 26, 2023

Well, we should be better at listing the versions supported, but in your case, it's very old (we added support for version 4.x in 2021).
And we never really supported 3.x versions (we jumped from 2.x to 4.x)

Also, we don't support Defold versions older than 6 months on our build server.

I'm curious, why you can't use 4.x for resaving the .spinejson?

Apart from anything else, the only workaround I see is for you to fork this spine extension, and add your preferred version of the spine runtime (probably some changes needed ofc, but should be doable with some effort)

@eldon922
Copy link
Author

Well, we should be better at listing the versions supported, but in your case, it's very old (we added support for version 4.x in 2021). And we never really supported 3.x versions (we jumped from 2.x to 4.x)

Also, we don't support Defold versions older than 6 months on our build server.

I'm curious, why you can't use 4.x for resaving the .spinejson?

Apart from anything else, the only workaround I see is for you to fork this spine extension, and add your preferred version of the spine runtime (probably some changes needed ofc, but should be doable with some effort)

i use dragonbones to create the spine animation but it can't export the project to spinejson with data version more than 3.3.
image
can you elaborate more about adding preferred version of spine runtime and the needed changes?

@britzl
Copy link
Contributor

britzl commented Jun 27, 2023

can you elaborate more about adding preferred version of spine runtime and the needed changes?

It will definitely require a bit of work:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants