private void OnValidate() { if (_cacheEvent != null && Application.isPlaying) { _cacheEvent.Unregister(_onInvoke.Invoke); } _cacheEvent = _targetEvent; }
public void OnDisable() { eventObject.Unregister(Log); }
public void OnDisable() { _targetEvent.Unregister(_onInvoke.Invoke); }