hello,anyone,How to load movie to movieTexture?
This is a way to load movie
you have to place the movie in this folder “StreamingAssets”
void Start () {
iPhoneUtils.PlayMovie("movie.mp4",Color.black,iPhoneMovieControlMode.CancelOnTouch,iPhoneMovieScalingMode.AspectFit);
}
Try first to read the documentation. Everything is there.