Why is the GameOverHandler stored as a GameOverHandler and not as a GameObject like everything else?
This caused some confusion as the NetworkManager apperantly doesn’t accept anything that’s not a GameObject ans I couldn’t assign the reference in the editor if I tried adding the script into it. But it did accept the GameOverHandler gameobject prefab WITH the script attached as a component.
Is this an oversight or something as this is not explained in the lecture?