Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Where's NativeList and IJobParallelForBatch?

Discussion in '2018.1 Beta' started by TBbadmofo, Apr 4, 2018.

  1. TBbadmofo

    TBbadmofo

    Joined:
    Apr 1, 2014
    Posts:
    14
    I'm using 2018.1.0b13 and I've seen NativeList mentioned as well as IJobParallelForBatch, but I can't access these in code; only NativeArray and IJobParallelFor.

    I thought these were implemented, is something wrong with my project?
     
  2. recursive

    recursive

    Joined:
    Jul 12, 2012
    Posts:
    669
    It's here: https://beta.unity3d.com/download/ed1bf90b40e6/public_download.html

    B13 doesn't have the required native code, unfortunately.

    More configuration steps are here: https://forum.unity.com/threads/welcome.522627/

    Youll need to manually alter your package manifest.json and switch to .Net 4.6 as mentioned in the thread.
     
    TBbadmofo and LeonhardP like this.