netpyoung / unity.webp

:art: WebP made easy for Unity3d
https://netpyoung.github.io/unity.webp/
MIT License
237 stars 28 forks source link

Fix: explicitly set list of supported platforms #50

Closed hybridherbst closed 1 year ago

hybridherbst commented 1 year ago

Currently, the list of platforms in the AsmDef is very broad and thus the existance of the WebP package in projects on specific platforms breaks building.

This PR fixes that by explicitly setting which platforms are supported: image

Thus, all these platforms now at least compile when building (doesn't change that they're not supported, but no error anymore): image

Before this PR: image

netpyoung commented 1 year ago

Yeap It will be better than previous one! thank you