Taichi-UnityExample icon indicating copy to clipboard operation
Taichi-UnityExample copied to clipboard

DLLNotFound for .so files

Open sarahhaha opened this issue 2 years ago • 0 comments

I am currently trying to build a shared library file so that I can use this with Linux but I am continuously failing with a DLLNotFoundException. I have tried creating the .so file with taichi.unity.h using gcc and I also have tried moving libtaichi_c_api.so and libtaichi_unity_.so from the Android folder to see if it resolves the DLLNotFound issue in Ubuntu, but it still seems to have a DLLNotFound issue. Is there anything additional that I can look into to solve this issue? Is there anything additional other than adding the shared library files under Assets/Plugin and marking them with respective platforms that was done when importing the .dll files?

sarahhaha avatar Apr 14 '23 21:04 sarahhaha