Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Compatibility to Unity 2023.1
#4
(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,
Reply


Messages In This Thread
Compatibility to Unity 2023.1 - by ImpossibleRob - 20-02-2023, 09:33 PM
RE: Compatibility to Unity 2023.1 - by josemendez - 21-02-2023, 08:41 AM
RE: Compatibility to Unity 2023.1 - by josemendez - 28-02-2023, 11:38 AM
RE: Compatibility to Unity 2023.1 - by josemendez - 28-02-2023, 03:12 PM
RE: Compatibility to Unity 2023.1 - by Oliran - 13-07-2023, 06:26 AM
RE: Compatibility to Unity 2023.1 - by josemendez - 13-07-2023, 06:33 AM