예제 #1
0
    // Use this for initialization
    void Start()
    {
        //init android plugin
        androidUltimatePluginController = AndroidUltimatePluginController.GetInstance();

        //when set to 1 shows debug toast messages ,if set to 0 will not show any debug toast message on android
        androidUltimatePluginController.SetDebug(0);
    }
예제 #2
0
    // Use this for initialization
    void Start()
    {
        //init android plugin
        androidUltimatePluginController = AndroidUltimatePluginController.GetInstance();

        //when set to 1 shows debug toast messages ,if set to 0 will not show any debug toast message on android
        androidUltimatePluginController.SetDebug(0);
    }
 // Use this for initialization
 void Start()
 {
     demoController = GameObject.FindObjectOfType <DemoController>();
     androidUltimatePluginController = AndroidUltimatePluginController.GetInstance();
     androidUltimatePluginController.SetDebug(0);
 }
 // Use this for initialization
 void Start()
 {
     demoController = GameObject.FindObjectOfType<DemoController>();
     androidUltimatePluginController = AndroidUltimatePluginController.GetInstance();
     androidUltimatePluginController.SetDebug(0);
 }