ScriptableFactoryManager
Singleton that manages all scriptable factories.
Definition
Namespace: Paragon.Core.ScriptableFactory
Assembly: Paragon.dll
[SingletonSettings(DontDestroyOnLoad = true, InitializeOnLoad = true)]
public sealed class ScriptableFactoryManager : SingletonBehaviour<ScriptableFactoryManager>Inheritance: SingletonBehaviour<T> → ScriptableFactoryManager
Behavior
The manager automatically:
Initializes all registered factories on
Start()Parents factory GameObjects under its transform
Creates monitors for each factory type
Calls
OnQuit()on all factories when application quits
See Also
Last updated
Was this helpful?