Checking UnityEvent is null before Invoking

I’m getting some null reference exceptions when invoking UnityEvents with no listeners. Is this normal behaviour?

No. If you’re getting a null reference exception, it’s because the unityevent itself is null.