Unity 2019.3
Burst 1.1.2
Mathematics 1.1.0
When I tried to build the project, build failed with the folowing error:
Unexpected error while processing function `System.Collections.Generic.IEqualityComparer`1<int>.GetHashCode(System.Collections.Generic.IEqualityComparer`1<int>* this, int obj)`. Reason: ��뫪� �� ��ꥪ� �� 㪠�뢠�� �� �������� ��ꥪ�.
at Unity.Mathematics.noise.taylorInvSqrt(Unity.Mathematics.float4 r) (at C:\Unity\rocket_science\Library\PackageCache\com.unity.mathematics@1.1.0\Unity.Mathematics\Noise\common.cs:23)
at Unity.Mathematics.noise.snoise(Unity.Mathematics.float3 v) (at ...
Internal compiler exception: System.NullReferenceException: ��뫪� �� ��ꥪ� �� 㪠�뢠�� �� �������� ��ꥪ�.
� Burst.Compiler.IL.Helpers.CecilExtensions.IsDelegate(TypeDefinition typeDef)
� Burst.Compiler.IL.Intrinsics.FunctionPointerProcessor.IsDelegateInvoke(ILFunctionReference method)
� Burst.Compiler.IL.Syntax.ILBuilder.IsIntrinsicCall(ILFunctionReference binding, Boolean& dontVisitImpl)
� Burst.Compiler.IL.Syntax.ILBuilder.CreateFunctionFromRef(ILFunctionReference funcRef)
� Burst.Compiler.IL.Syntax.ILBuilder.VisitPendingFunctionReferences()