Building Android C# Jobs/burst - Compile Errors. How To Fix !

Hi,

i created a new project using Unity 2018.3.11f1 with all Jobs, Burst and Collection packages.

Without having any jobs/burst based code i am able to build the apk !
However trying to build a jobs based code i get these errors in the image below and i am not able to build the apk.

HOW TO FIX !?

  • I just downloaded the latest NDK ( seems it is required for Burst to work )

  • also using the embedded JDK

4424338--403681--upload_2019-4-13_11-51-33.png

Latest Burst require, as minimum, latest Unity 2019.1

I just downloaded the latest from the package manager. I suppose the editor knows what version should download.

Jobs version : 0.0.7 - preview 6
Burst version : 1.0.0 - preview 13 ( btw in a new project only finds preview 12 but still does not work )

Is this the fix for that error?

We made a fix, this will be available hopefully later today as 1.0.0-preview.14 through staging registry or tomorrow for 1.0 final

2 Likes

Great thank you !