iMessageStickerUnity icon indicating copy to clipboard operation
iMessageStickerUnity copied to clipboard

Headless mode doesn't work for auto-scaled app icons

Open logadmin opened this issue 7 years ago • 1 comments

TextureScale.ScaledResized fails to produce valid textures when running in headless mode. This is because Texture2D.ReadPixels is not supported in headless mode. Therefore you need to manually specify all your app icons rather than using the auto-scale feature. Currently all icons come out flat-grey when using this option.

logadmin avatar Nov 08 '17 02:11 logadmin

Thank you for this information. I will try to look at alternative ways of creating the icons.

skjalgsm avatar Nov 16 '17 23:11 skjalgsm