I have an issue with clipping mask for a slot that contains a Pixi Container. The Pixi Container contains a Sprite with a number texture ("35" in this example).
The clipping mask seems to cut out parts of the Pixi Container, sort of randomly. I have a sequence of numbers that is called and shown inside the ball slot with a clipping mask attached to it. Sometimes the number is displayed all through the animation section without being cut out, sometimes it is flickering, and sometimes the number is almost entirely cut out or even entirely cut out, and mostly it is being cut out in some way at some point during the animation section.
I have recently converted this project from pixi 7 to pixi 8. The spine file is exactly the same as the one used for pixi 7. For pixi 7 this worked like a charm. I have also tried to export the spine file again from the Editor, in case there would be a change due to newer editor, but no difference. Editor version is "4.2.43"
I am using these versions:
"@esotericsoftware/spine-core": "4.2.91",
"@esotericsoftware/spine-pixi-v8": "4.2.91",
"pixi.js": "^8.13.0"
And for the old one, which is working fine on pixi 7, I was using these:
"@esotericsoftware/spine-core": "^4.2.76",
"@esotericsoftware/spine-pixi-v7": "^4.2.76",
"pixi.js": "^7.4.2"
Any ideas why this happens now for pixi 8?


