function Start ()
{
camera1.enabled = true;
camera2.enabled = false;
camera3.enabled = false;
delay1(); //user defined function
}
function delay1()
{
yield WaitForSeconds (10);
camera1.enabled = false;
camera2.enabled = true;
}
Hi, I checked that too. I only found how to use Application.OpenURL to send SMS. And it will lead me to the default sms application. I want to send a sms message without open composer. Do you know how to do that ? Thank you. David
Hi, I checked that too. I only found how to use Application.OpenURL to send SMS. And it will lead me to the default sms application. I want to send a sms message without open composer. Do you know how to do that ? Thank you. David
– davidftimhhow?, can you share please?
– Zampilo