Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 323 Bytes

File metadata and controls

25 lines (17 loc) · 323 Bytes

UEA0001: DoNotUseOnGUI

Property Value
Id UEA0001
Category GC
Severity Info

Example

Code with Diagnostic

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

}

Code with Fix