Beispiel #1
0
 void OnDestroy()
 {
     sharedInstance = null;
     ARMessageQueue.Destroy();
 }
Beispiel #2
0
    //private bool hasThrownMessage = false;

    void Awake()
    {
        sharedInstance = this;
        ARMessageQueue.Initialize();
    }