ApplicationLauncher Textures wrong size for compression with Unity 2017
PapaJoesSoup opened this issue ยท 1 comments
With the update of the Unity engine in KSP, the ApplicationLauncher textures no longer function correctly. the original 38 xp pngs cannot be compressed, and generate a warning in the KSP.log. Unity 2017 now expects the image size to be divisible by 4. Additionally testing shows that the image size needs to increase to retain sufficient information after compression to prevent blurry icons.
After testing various image sizes (24, 32, 36, 40, 48, 96, and 128 px), it appears that the minimum size for good results is 96x96. I recommend 128x128, as the /4 size is 32px and that results in a nice, clean icon image size.