17-06-2023, 08:07 AM
(15-06-2023, 09:55 PM)manurocker95 Wrote: 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?
Hi there,
This is due to the latest version of the Collections package. If you're using a Obi version older than 6.5, you'll need to adjust NativeMultilevelGrid. See:
http://obi.virtualmethodstudio.com/forum...l#pid13938
kind regards,