Allow unsafe C# code to be compiled for predefined assemblies.
Set this to true to pass /unsafe
to the C# compiler when compiling predefined assemblies. For example, Assembly-CSharp.dll
.
Note: PlayerSettings._allowUnsafeCode
only affects code that isn't compiled into separate assemblies via .amsdef
files.