Search Unity

NativeListField?

Discussion in 'Entity Component System' started by sient, Jan 28, 2019.

  1. sient

    sient

    Joined:
    Aug 9, 2013
    Posts:
    602
    In NativeBuffer.cs I noticed a comment referencing NativeListField and it seems NativeList has some machinery to support different types of sentinals. Afaict it seems NativeListField would allow embedding a NativeListField inside another NativeList.

    Did this idea not pan out, were there some issues with the implementation/etc? Asking because it'd be very helpful to have a NativeList inside of another NativeList.