02-08-2023, 12:53 PM
I was getting the error: error CS1061: 'UnsafeList<K>' does not contain a definition for 'length' for NativeMultilevelGrid.cs.
The fix was: changing the contents.length to contents.Length on line 74.
Leaving this here in case someone needs it!
The fix was: changing the contents.length to contents.Length on line 74.
Leaving this here in case someone needs it!