System Locator
Class used to get game systems, using generics and then making cache of said systems.
Using the SystemLocator
⚠️ IMPORTANT!
public class System : Actor
{
protected override void OnAwake()
{
base.OnAwake();
SystemLocator.Register(this);
}
}Examples
Last updated
Was this helpful?