- Đã chỉnh sửa
Error in positioning and scaling in runtime
Hello,
we're running into a small problem with rendering our animations ingame. This happens using the spine-c runtime that we use, the skeletonviewer.jar viewer, and the unity plugin. What's wrong with out animation file?
(texture atlas not added due to art restrictions, but this is a combined texture atlas)
Here you can see the alignment of the little wheel in the middle. The wheel is aligned to the center
During runtime, the wheel gets misaligned, and scaled wrongly.
Most other elements in the art seems to work fine, but just some elements have these problems
Hello Borf, it's hard to tell when the wheel is misaligned if the images are missing, could you possibly gray out (so that the silhouette is visible to judge the alignment) the wheen and the image it should be aligned to and send them?
By the way, if you see it badly in Skeleton Viewer, the problem is likely to be in Spine. Maybe the versions of Spine and skeleton viewer don't match, maybe it's something more simple, but it's hard to tell for now. You can also send them to us at contact@esotericsoftware.com if you're worried about art restrictions.
Hi Erikari,
after an hour or two of fiddling around we found the solution. The problem:
first of all, we packed all our art in a single sprite atlas, with a scale of .66. After that, our artist used that texture atlas and unpacked it in every spine project to get all the art...but this is scaled wrongly and gave a mismatch with some art.
Because all of the spine projects were already made, we fixed it by repacking an unpacked atlas with scale 1, resulting in proper rendering. Strange though that it renders completely fine in spine, and not with the runtime, this had us confused for a while
Glad you found a solution! And thanks for letting us know (: