12-10-2023, 08:57 AM
(This post was last modified: 12-10-2023, 08:58 AM by josemendez.)
(12-10-2023, 08:52 AM)CosmosST Wrote: Thank you for the reply.
I have installed Burst 1.8.9, Collections 2.1.4, Mathematics 1.2.6 and Jobs 0,70
Jobs was not listed on Package Manager by default, so I had to add it manually by name using com.unity.jobs
There remains the following error attached regarding the Burst to run the ObiFluid on my side.
thank you
Hi,
If you're using the latest Collections package version, they've updated the lists "length" property and is now called "Length".
Open up the NativeMultilevelGrid.cs file, line 74 (that the error is pointing you to) and replace length with Length (capital "L"). This should fix the problem.
kind regards,