- Home /
Question by
Safin_3763 · Jan 27, 2017 at 06:26 PM ·
androidvideo
Handheld.PlayFullScreenMovie Close Scene
I'm struggling on this bug. Handheld.PlayFullScreenMovie video playing but my scenario is an android while playing that video hit android bak button that scene was navigate to another scene but here not working video only closed and its maintain same scene.
public void playVideo() {
Handheld.PlayFullScreenMovie(videoName[randomValue], Color.black, FullScreenMovieControlMode.Hidden, FullScreenMovieScalingMode.Fill);
}
public void Update() {
Application.LoadLevel("MainScene");
}
Comment
Answer by Akash-bhatt · Jan 28, 2017 at 12:07 PM
try to load scene async after player video method call