码迷,mamicode.com
首页 > 移动开发 > 详细

Crash for small compressed texture on some Android device

时间:2015-01-24 11:35:14      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:

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.

Crash for small compressed texture on some Android device

标签:

原文地址:http://www.cnblogs.com/open-coder/p/4245562.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!