Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ObiFluid installation problem
#4
(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,
Reply


Messages In This Thread
ObiFluid installation problem - by CosmosST - 12-10-2023, 05:45 AM
RE: ObiFluid installation problem - by josemendez - 12-10-2023, 06:35 AM
RE: ObiFluid installation problem - by CosmosST - 12-10-2023, 08:52 AM
RE: ObiFluid installation problem - by josemendez - 12-10-2023, 08:57 AM
RE: ObiFluid installation problem - by CosmosST - 12-10-2023, 10:03 AM
RE: ObiFluid installation problem - by josemendez - 12-10-2023, 10:40 AM
RE: ObiFluid installation problem - by CosmosST - 12-10-2023, 09:21 PM