Hi,
Spine-unity runtime version: 3.8.2020.08.31
Spine: 3.8.99
I don't know if what I will describe is a bug or if it's by design (or if it's a known issue).
In our project, we have characters with differents skins that we match and repack at runtime.
We are encountering an when Spine is repacking a skin / image that has a "full transparency gap". The game is enable to display the image.
Here what I mean by " full transparency gap", the image below is on a single png and Spine Slot, but it's visually made of two elements that are separated by a blank space.
At runtime, after repacking, instead of displaying the image properly, it only shows a white image with transparency filling the image mesh:
Looking at the material at runtime, the image is missing (it's supposed to be the white rectangle):
If we don't use the repack, the image will be displayed correctly.
I know I could simply divide the image in two and put it in two slots within Ppine, but I wanted to ask first if it is the normal repack behavior.
Thanks