Property | Value |
---|---|
Id | UEA0003 |
Category | Miscellaneous |
Severity | Warning |
public class Example : MonoBehaviour
{
// UEA0003: Empty MonoBehaviour methods are executed and incur a small overhead
void FixedUpdate()
{
}
}
Remove empty monobehaviour methods