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:
    upload_2018-8-21_15-30-11.png

    As soon as i change that to "Universal Windows Platform" im getting like 200 errors from the entities package:
    upload_2018-8-21_15-34-24.png
    With this config:
    upload_2018-8-21_15-35-49.png

    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. joejo

    joejo

    Unity Technologies

    Joined:
    May 26, 2016
    Posts:
    958
    Not a direct fix but: The Job System is an integral part of Unity and does not require ECS to use. Unless you are making use of ECS features on top of the job system you should be able to remove ECS and still use the job system as is.
     
  3. Busghella

    Busghella

    Joined:
    Oct 24, 2016
    Posts:
    7