Taichi-UnityExample
Taichi-UnityExample copied to clipboard
I am trying to retrieve the positional arrays of each particles in the mpm example in the unity side, however, I am having issues with obtaining this information. I have...
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...
``` DllNotFoundException: taichi_unity assembly: type: member:(null) Taichi.Generated.Ffi.TixImportNativeRuntimeUnity () (at Assets/Taichi/Generated/taichi_unity.cs:26) Taichi.Runtime.get_Singleton () (at Assets/Taichi/Runtime.cs:20) Taichi.AotModule..ctor (System.String module_path) (at Assets/Taichi/AotModule.cs:10) Taichi.AotModuleAsset.Load () (at Assets/Taichi/AotModuleAsset.cs:24) Taichi.AotModuleAsset.GetAllKernels () (at Assets/Taichi/AotModuleAsset.cs:47) ImplicitFem.Start () (at...
Hi, I am working on benchmarking some algorithms with Taichi-AOT on mobile phones. I built the `libtaichi_c_api.so` and `libtaichi_unity.so` for android according to the instructions. However, when I launch the...
what does this file do?
when i just click play, the console show this error : Failed to load 'Assets/Plugins/x86_64/taichi_c_api.dll', expected x64 architecture, but was Unknown architecture. You must recompile your plugin for x64 architecture....
Hi I have a question when I m running the mpm88 scene , error like this **InvalidOperationException: Ignored launch because kernel handle is null Taichi.ComputeGraph.LaunchAsync (Taichi.Generated.TiNamedArgument[] namedArgs) (at Assets/Taichi/ComputeGraph.cs:37) Taichi.ComputeGraph.LaunchAsync...