pixijs / spine-v8

PixiJS v8 port of the official spine runtime
https://pixijs.io/spine-v8/examples/
MIT License
38 stars 6 forks source link

Invisible spine cause renderer to crash #47

Closed playablefactoryAdmin closed 1 month ago

playablefactoryAdmin commented 1 month ago

When I create a spine object and set its visible to false, renderer crashes.

In SpinePipe.ts file, gpuSpine becomes undefined. const gpuSpine = this.gpuSpineData[spine.uid];

Image

playablefactoryAdmin commented 1 month ago

It seems this works fine in 8.5.0