Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Error when installing the latest
#1
Im using Unity 2022.2.19 HDRP, and I'm getting this error in your scripts:

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>'

Please advise. Thanks.

No error in Unity 2021.3.25f1 LTS URP.
Reply


Messages In This Thread
Error when installing the latest - by AdamZ101 - 12-05-2023, 07:34 PM