netpyoung / unity.webp

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

Remove WSA Platform #70

Closed a-cherfane closed 1 week ago

a-cherfane commented 1 week ago

This package currently includes the WSA platform even though it is not supported. When you try and build the project for UWP, you get many errors like the following:

Library\PackageCache\com.netpyoung.webp@edfda316e1\Runtime\NativeLibwebpdemux.cs(23,20): error CS0103: The name 'DLL_NAME' does not exist in the current context

I think for now we should not include this platform and later on when there is proper support for it, we can reinclude it.

netpyoung commented 1 week ago
a-cherfane commented 1 week ago

Build and functionality on UWP are working fine, thanks!