Unity-Technologies / ProjectTinySamples

Samples for Project Tiny
Other
873 stars 242 forks source link

WebGL LibName does not exist #16

Closed Tonieh closed 3 years ago

Tonieh commented 3 years ago

Hi! I wan't to test de tiny race sample in web, but when I switch to WebGL it throws that error:

Library\PackageCache\com.unity.tiny@0.29.0-preview.22\Unity.Tiny.Image2D.Authoring\libwebp\WebpEncoder.cs(189,20): error CS0103: The name 'LibName' does not exist in the current context

I searched on the web with no success, any ideas?

It's a DLL name libwebp, I placed in the Assets folder with no success too.

Thanks