Hey All,
I’m on Unity 2018.1.0f2 and I get errors in the burst compiler after trying to update to 0.2.4-preview.20. I am using entities 0.0.12-preview.1 and incremental compiler 0.0.38.
Unexpected exception Burst.Options.OptionException: Unexpected arguments: --fastmath --target=auto --dump=Asm
at Burst.Compiler.IL.Jit.JitCompilerService.Compile (Burst.Compiler.IL.Jit.JitCompilerService+CompileJob job) [0x0012b] in <9d5c7f4f38d4473bb5cff0fb1e408766>:0
While compiling job: Unity.Jobs.IJobParallelForExtensions+ParallelForJobStruct`1[[Unity.Transforms.HeadingSystem+LocalRotationFromLocalHeading, Unity.Transforms, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null]], UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null::Execute(Unity.Transforms.HeadingSystem+LocalRotationFromLocalHeading&, Unity.Transforms, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null|System.IntPtr, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|System.IntPtr, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089|Unity.Jobs.LowLevel.Unsafe.JobRanges&, UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null|System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089)
This error comes up for all burst compile jobs in my project… Is there something I’m doing wrong in terms of the way my packages are set up?
1 Like
xoofx
July 11, 2018, 7:37pm
4
burst 0.2.4-preview.20 is only supported by 2018.2+
2 Likes
I got it to work with:
Burst 0.2.4-preview.20
Entities 0.0.12-preview.8
IncrementalCompiler 0.0.42-preview.11
1 Like
For me I just had to add the IncrementalCompiler in my PackageManager.