You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: