gindemit / unity-rlottie

Unity library that plays Lottie Animation to Texture2D
MIT License
147 stars 23 forks source link

Linux compatible libraries (may be broken, didnt test thourougly so far) + non zero returns from cpp calls #4

Closed NegaScout closed 2 years ago

NegaScout commented 2 years ago

1

Just compiled on my machine, probably not in generic mode.

3

Adjusted return values to reflect error returns in native calls.

NegaScout commented 1 year ago

It is a convention for linux libraries. The original one is librlottie.so and the others should be symlinks. But I am not sure, how C# loads them, so I didnt delete them.