unity-rlottie
unity-rlottie copied to clipboard
Unix Build - Libraries not included
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!