Hi
Throughout the course we make use of events and event subscribers / listeners and so forth, how does C# (/ unity) deal with removing these listeners? I come from the PHP / JS world and it’s best practice to remove any listeners.
I’m not knocking anything shown so far it’s all fantastic, just wondered if I should manually remove these listeners? Like in OnDestroy or some other destructor method?
Cheers