If you have any questions, reports, suggestions, or requests about Live2D, please send them to this forum.
※We cannot guarantee statements or answers from Live2D staff. Thank you for your understanding in advance.
Hey, thanks for the info! Setting "Alpha Is Transparency" to true is basically always a good idea for textures to be used with Live2D models. Could you then try to set the "Format" to "Truecolor" and see how that turns out? (Although you'll end up with a texture that has a higher memory footprint).
That did the trick (Truecolor). Is this a known "issue" on iOS or is it "working as intended"? Just wondering why it works on Android without any problem and on iOS it need the Truecolor option.
When you're selecting "Compressed" without setting platform specific overrides you might end up with different compression algorithms on Android and iOS (or with no compression at all on Android in case a device doesn't support compressed textures). So in case you require textures to be compressed you should always check the platform specific overrides and make sure they give the results you need. I'm not quite sure whether that counts as an "issue" or as "intended behaviour" though .
Comments
This might be due to how texture import settings are set in Unity. Do you know what settings you have applied to your textures?
thank you for the quick reply!
The import settings of my texture_00 file are:
- Texture Type: Texture
- Alpha from Grayscale: false
- Alpha Is Transparency: false
- Wrap Mode: Repeat
- Filter Mode: Bilinear
- Aniso Level: 1
- Max Size: 2048
- Format: Compressed
Does the Max Size need to be 4096 because of the size of my texture in Live2D?Setting "Alpha Is Transparency" to true is basically always a good idea for textures to be used with Live2D models.
Could you then try to set the "Format" to "Truecolor" and see how that turns out? (Although you'll end up with a texture that has a higher memory footprint).
That did the trick (Truecolor).
Is this a known "issue" on iOS or is it "working as intended"? Just wondering why it works on Android without any problem and on iOS it need the Truecolor option.
So in case you require textures to be compressed you should always check the platform specific overrides and make sure they give the results you need. I'm not quite sure whether that counts as an "issue" or as "intended behaviour" though .