• Register

This member has provided no bio about themself...

Comment History
Enzx
Enzx - - 1 comments @ Delegates, Events and Singletons with Unity3D – C#

Thank you for tutorial. helped me a lot. By the way, do we need remove event listener on destroying or disabling object?
Something like:

void OnDisable
{
Clicker.Instance.OnClick -= OnClick;
}

Good karma+1 vote