UEA0003: EmptyMonoBehaviourMethod

October 2, 2019 ยท View on GitHub

PropertyValue
IdUEA0003
CategoryMiscellaneous
SeverityWarning

Example

Code with Diagnostic

public class Example : MonoBehaviour
{
    // UEA0003: Empty MonoBehaviour methods are executed and incur a small overhead
    void FixedUpdate()
    {

    }
}

Code with Fix

Remove empty monobehaviour methods