Ejemplo n.º 1
0
    // Update is called once per frame
    void Update()
    {
#if UNITY_ANDROID
        PluginsDemoAndroidGUI.Update();
#endif
#if UNITY_IPHONE
        PluginsDemoIosGUI.Update();
#endif
    }
Ejemplo n.º 2
0
 // Update is called once per frame
 void Update()
 {
     PluginsDemoAndroidGUI.Update();
 }