zenvin Hi, I am trying to run my spine file with spine runtimes javascript, but it doesn't run normally like it should , but it run perfectly on spine webplayer , anyone knows what causing this problem? I am using spine-ts\canvas\example for testing.
Nate Are you using meshes? https://github.com/EsotericSoftware/spine-runtimes/tree/3.8/spine-ts#spine-version spine-ts Canvas does not support white space stripped texture atlases, color tinting, mesh attachments, or clipping. Only the alpha channel from tint colors is applied. Experimental support for mesh attachments can be enabled by setting spine.canvas.SkeletonRenderer.useTriangleRendering to true. Note that this experimental mesh rendering is slow and may lead to artifacts on some browsers.