I’m having enough trouble with “this”, but I really want to understand this concept before I move on.
levelManager = GameObject.FindObjectOfType();
Is this just a shortcut for something? If so, what?
We’re setting levelManager equal to an object that’s being searched for? What if there’s more than one?