public static void Destroy() { sharedInstance.messageQueue.Clear(); sharedInstance = null; }
void OnDestroy() { sharedInstance = null; ARMessageQueue.Destroy(); }
public static void Initialize() { sharedInstance = new ARMessageQueue(); }
//private bool hasThrownMessage = false; void Awake() { sharedInstance = this; ARMessageQueue.Initialize(); }