28-02-2023, 11:38 AM
(This post was last modified: 28-02-2023, 11:39 AM by josemendez.)
(27-02-2023, 10:22 PM)ImpossibleRob Wrote: Thanks for the fast response! Highly appreciated. I did the changes but some errors still remain. I am now on 2023.1.b5, Collections 1.2.4, Burst 1.8.2 and Mathematics 1.2.6. The compile error I get is
Code:Obi\Scripts\Common\Backends\Burst\DataStructures\NativeMultilevelGrid.cs(87,16): error CS0246: The type or namespace name 'NativeParallelHashMap<,>' could not be found (are you missing a using directive or an assembly reference?)
What can I do about this one? Thanks a million!
Hi,
NativeParallelHashMap is not used in Obi at all.
Line 87 in NativeMultilevelGrid.cs (as downloaded from the asset store) declares a NativeHashMap, not a NativeParallelHashMap. Not sure how NativeParallelHashMap has ended up there, but replacing it with NativeHashMap should do the trick.
kind regards,