Manager Classes in Unity
2 min readMay 19, 2021
--
Static classes to manage cross talk
Manager classes allow us to create middle men that allow our scripts to operate independently from one another. For example, yesterdays article utilized the GameManager class to allow several different scripts to know if the player had a keycard or not without any of the other scripts knowing about each other.