I am trying to suspend (or reduce) Garbage Collection during a critical timing section of our application within Unity3D 5.6
I am trying to set the Latency Mode to 'LowLatency', but upon checking the GCSettings.LatencyMode it only shows the value Interactive
GCSettings.LatencyMode = GCLatencyMode.LowLatency;