Skip to main content

General

In this asset, managers are scripts which handle a core functionality of the game, providing access to its functions via static methods (so they can be called from any other script) or by getting direct access via their GetInstance() methods.

Please see the Scripting Reference for a detailed description of all available public methods of manager classes.

We will go over all important manager scripts in the following sections to get an understanding of their various purposes.