The Canvas backend doesn't have mesh support enabled by defaut. All mesh attachments will thus be missing. You can enable it by setting spine.SkeletonRenderer.useTriangleRendering
to true
. Note however, that this is experimental and will have artifacts in many browsers.
WebGL is supported pretty much anywhere. I suggest to simply use that backend.