Search Unity

Unity Job System with UWP App

Discussion in 'C# Job System' started by xMindFreakx, Aug 21, 2018.

  1. xMindFreakx

    xMindFreakx

    Joined:
    Oct 10, 2017
    Posts:
    2
    I would like to use the Job System with the UWP (im trying to make a VR App with an mixed reality headset).

    I wrote a small tool which uses the JobSystem and i can export it without any errors as long as my platform is "PC, Mac & Linux Standalone" with the following config:


    As soon as i change that to "Universal Windows Platform" im getting like 200 errors from the entities package:

    With this config:


    I do have the latest Entities Package as well as the latest IncrementalCompiler added.

    Is there any way to get this working together or is that feature not implemented with UWP?
     
  2. Fido789

    Fido789

    Joined:
    Feb 26, 2013
    Posts:
    343
  3. AriaBonczek

    AriaBonczek

    Unity Technologies

    Joined:
    Jul 20, 2018
    Posts:
    26
    The job system is currently unsupported on UWP due to a known bug. There's no concrete timeline on when this will be resolved, but someone will be looking into the issue soon. Thanks for letting us know!
     
  4. Joachim_Ante

    Joachim_Ante

    Unity Technologies

    Joined:
    Mar 16, 2005
    Posts:
    5,203
    You can use IL2CPP with UWP instead. We are not planning to support UWP .NET with ECS, we will only support IL2CPP UWP.