Madder Classes
Madder Controller Manager
A Singleton Controller Manager for the Unity Input System
Overview
The Madder Controller Manager is a Singleton class that manages the Madder Controllers in the Unity game. The Madder Controller Manager is responsible for registering Madder Controllers with the Unity Input System and maintains a dictionary of registered Madder Controllers.
This class should not be directly interacted with; all interactions with the Madder Controller Manager should be done through the Madder Manager.
Usage
The Madder Starter Pack contains two prefabs called MadderManager
and
MadderControllerManager
that must be placed in the scene.
Because the Madder Controller Manager is a Singleton class, it will persist across scene loads.
Was this page helpful?