camera question

hey guys i want to know if its possible to lets say have a camera named camera1

on the function update () { animation.Play (); if camera animation stopts i want to view camera2 that play his animation and than go to camera 3 }

i hope its possible thank you annyway

1 Answer

1
   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

how?, can you share please?