SingletonMonoBehaviourTActivateSingletonInstance Method
|
Activates the singleton instance.
Namespace:
(Default Namespace)
Assembly:
AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax public static void ActivateSingletonInstance()
Remarks
Call this function if you set an singleton object inactive before ever accessing the Instance. This is
required because Unity does not (yet) offer a way to find inactive game objects.
See Also