Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
logadmin opened this issue Nov 8, 2017 · 1 comment
Open

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

logadmin opened this issue Nov 8, 2017 · 1 comment

Comments

@logadmin
Copy link

logadmin commented Nov 8, 2017

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.

@skjalgsm
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants