Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[FIXED] Issue with NativeMultilevelGrid.cs
#1
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!
Reply