UEA0001: DoNotUseOnGUI
October 2, 2019 ยท View on GitHub
| 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
October 2, 2019 ยท View on GitHub
| Property | Value |
|---|---|
| Id | UEA0001 |
| Category | GC |
| Severity | Info |
// UEA0001: Using OnGUI causes allocations and GC spikes
void OnGUI()
{
}