Beispiel #1
0
 void Update()
 {
     if (session != null)
     {
         session.Update();
     }
 }
Beispiel #2
0
    void Update()
    {
#if UNITY_WEBGL && !UNITY_EDITOR
        GSUpdateRTSession(currSessionId);
#else
        if (session != null)
        {
            session.Update();
        }
#endif
    }