This version of Unity is unsupported.

PlayerSettings.allowUnsafeCode

Switch to Manual
public static bool allowUnsafeCode;

Description

Allow 'unsafe' C# code code to be compiled for predefined assemblies.

Setting this to true will pass /unsafe to the C# compiler when compiling predefined assemblies, e.g. Assembly-CSharp.dll, etc.