Manager Classes in Unity

James West
2 min readMay 19, 2021

Static classes to manage cross talk

Basic setup of game manager

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.

James West

Turning my passion for video games and 11 years of software development experience into a focus on video game development using Unity3D.