private IEnumerator playMovice(){
Handheld.PlayFullScreenMovie("logo_video.mp4" , Color.black , FullScreenMovieControlMode.CancelOnInput);
yield return new WaitForEndOfFrame();
yield return new WaitForEndOfFrame();
Debug.Log("Play Movice is finish !!!");
}
Handheld.PlayFullScreenMovie("logo_video.mp4" , Color.black , FullScreenMovieControlMode.CancelOnInput);
yield return new WaitForEndOfFrame();
yield return new WaitForEndOfFrame();
Debug.Log("Play Movice is finish !!!");
}