gindemit / unity-rlottie

Unity library that plays Lottie Animation to Texture2D
MIT License
165 stars 26 forks source link

Unix Build - Libraries not included #26

Open mchrbn opened 7 months ago

mchrbn commented 7 months ago

Hello,

The library works well in Unity environment (Windows). But when I do a Linux build and try to launch it, it doesn't work - the Unity Player.log file shows that the Lottie libraries are not included in the build:

Fallback handler could not load library /home/xyz/UV_20240220_Data/MonoBleedingEdge/x86_64/LottiePlugin Fallback handler could not load library /home/xyz/UV_20240220_Data/MonoBleedingEdge/x86_64/libLottiePlugin.so Fallback handler could not load library /home/xyz/UV_20240220_Data/MonoBleedingEdge/x86_64/libLottiePlugin etc...

I tried to add the Linux libraries from the project's Plugins folder into this specific path above but the error stays.

What could be the issue?

Thanks!

gindemit commented 7 months ago

Hello @mchrbn, can you please try the libraries from the dev branch? Or you already tried those?