octo-code / webp-unity3d

unity3d version of webp
Apache License 2.0
40 stars 16 forks source link

iOS support #3

Open timleader opened 9 years ago

timleader commented 9 years ago

Setup build scripts for iOS

TimAidley commented 9 years ago

You probably know this already, but if you try and build with iOS, it fails due to trying to access snappy-unity3d.

timleader commented 9 years ago

Just pushed a potential fix for it, as you might have guessed one of the build scripts for iOS was a direct copy from snappy-unity3d and was not yet amended for webp-unity3d, unfortunately I'm not able to test this at the moment. Let me know if this works for you or not. Thanks for your help.

TimAidley commented 9 years ago

Thanks for the alterations; however that script suffers from not supporting identically named files in different subdirectories. Webp has several identically names files in both enc/ and dec/ directories, for instance. I'll see if I can come up with a fix.