🤔 What is the GameObjectManager?
For anyone who is not familiar with Unity Engine, Unity works with GameObjects, anything that can be on the game scene is considered a GameObject (Examples: Walls, Trees, Guns, Players, etc...) and you can access them from anywhere in the scripts you make, for...