12-10-2023, 06:35 AM
(This post was last modified: 12-10-2023, 06:37 AM by josemendez.)
(12-10-2023, 05:45 AM)CosmosST Wrote: Hi,
Just purchased ObiFluid and looking forward to use it. However I have installation problem giving numerous errors on Unity 2022.37f1 , Apple Silicon.
I just tried to import it with the Package Manager on default 3D ( both non URP and URP ) projects. I have attached some screenshots for the error list.
Please advise on how to proceed for a clean installation.
thank you.
Hi,
You need to follow the setup guide.
Specifically, make sure to install the required package dependencies for Burst. If there's missing dependencies, the asset will try to fall back to a native library which isn't supported in Apple Silicon architecture, as described in the manual. I'm also copy/pasting the exact package names/versions them here for convenience:
-Burst 1.3.3 or newer
-Collections 0.8.0-preview 5 or newer
-Mathematics 1.0.1 or newer
-Jobs 0.2.9-preview.15 or newer
Let me know if you need further help,
kind regards