Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Unity 2022.3.1f1 crash with Obi
#4
(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,
Reply


Messages In This Thread
Unity 2022.3.1f1 crash with Obi - by aderae - 13-06-2023, 03:29 PM
RE: Unity 2022.3.1f1 crash with Obi - by josemendez - 17-06-2023, 08:07 AM