15-06-2023, 09:55 PM
(14-06-2023, 06:46 PM)josemendez Wrote: Hi,
This seems unrelated to Obi. The crash happens inside Unity’s job scheduling system, which isn’t a part of Obi although it is used by it.
I’d suggest posting in the Unity forums, since we can’t do anything to fix this unless the crash happens in Obi’s code.
Kind regards,
However, after upgrading to 2022.3LTS I'm getting errors regarding Unity Collections
Assets\Obi\Scripts\Common\Backends\Burst\DataStructures\NativeMultilevelGrid.cs(34,13): error CS0305: Using the generic type 'UnsafeList<T>' requires 1 type arguments
Assets\Obi\Scripts\Common\Backends\Burst\DataStructures\NativeMultilevelGrid.cs(88,36): error CS8377: The type 'NativeMultilevelGrid<T>.Cell<T>' must be a non-nullable value type, along with all fields at any level of nesting, in order to use it as parameter 'T' in the generic type or method 'NativeList<T>'
Any idea?