Crash for small compressed texture on some Android device

I created a full white texture with 4x4 size. Unity requires that compressed texture size should be at least 4x4. This will cause some artifact on some Android device, and the frame rate was very slow.

Later I tried to make true color for this small texture. This time no artifact and no frame rate slow problem.

I think the texture compression is hardware bind. Althought Unity provide some compression methods, not all of them could be supported well by various of devices.

Different devices may have different requirement even for the same compression. The most safe way is use true color for them.

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。