| | |
| | | platformSetting.allowsAlphaSplitting = false; |
| | | platformSetting.name = "iOS"; |
| | | platformSetting.maxTextureSize = 1024; |
| | | platformSetting.format = TextureImporterFormat.PVRTC_RGBA4; |
| | | platformSetting.format = TextureImporterFormat.PVRTC_RGB4; |
| | | platformSetting.compressionQuality = 1; |
| | | break; |
| | | } |
| | |
| | | platformSetting.allowsAlphaSplitting = false; |
| | | platformSetting.name = "iOS"; |
| | | platformSetting.maxTextureSize = 1024; |
| | | platformSetting.format = TextureImporterFormat.PVRTC_RGBA4; |
| | | platformSetting.format = TextureImporterFormat.PVRTC_RGB4; |
| | | platformSetting.compressionQuality = 1; |
| | | break; |
| | | } |