octo-code / webp-unity3d

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

Added libwebp compiled as a bundle to make it work with OSX. #11

Closed TimAidley closed 9 years ago

TimAidley commented 9 years ago

There wasn't a version of libwebp included for OSX, so I built it. Sadly Unity insists on having its OSX libraries in .bundle format, so I couldn't just use the normal prebuilt libraries.

timleader commented 9 years ago

Thanks for the help on this project.