UEA0001: DoNotUseOnGUI

October 2, 2019 ยท View on GitHub

PropertyValue
IdUEA0001
CategoryGC
SeverityInfo

Example

Code with Diagnostic

// UEA0001: Using OnGUI causes allocations and GC spikes
void OnGUI()
{

}

Code with Fix

Contents

  1. 1Example
  2. 1.1Code with Diagnostic
  3. 1.2Code with Fix