Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Unity 2022.3.1f1 crash with Obi
#3
(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?
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 manurocker95 - 15-06-2023, 09:55 PM