Closed playablefactoryAdmin closed 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];
const gpuSpine = this.gpuSpineData[spine.uid];
It seems this works fine in 8.5.0
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];