Unity Spain

Comunidad => Unity Feeds => Mensaje iniciado por: pioj en Agosto 06, 2018, 11:00:59 AM

Título: NativeLinkedList: Part 1
Publicado por: pioj en Agosto 06, 2018, 11:00:59 AM
Unity 2018.1 shipped with just one true native container: NativeArray<T>. Now Unity 2018.2 has been released and there is still just the one native container. We've seen how to implement more, but never wrote much more than a proof of concept. Today we'll begin implementing NativeLinkedList<T> as an example of a native container for a [...]
View the full article (https://jacksondunstan.com/articles/4865)