in progress changes
This commit is contained in:
@@ -15,7 +15,8 @@ namespace Qoo.Graphics
|
||||
NMB_FILEINFO fileInfo = Nmb.GetFileInfo(fileId.Name);
|
||||
string text = fileInfo.DirName + fileInfo.FileName;
|
||||
Debug.Print(string.Format("INFO:Start Movie({0} Skip={1})", text, IsSkip.ToString()));
|
||||
UnityTask.SetSubTask(MovieManager.PlayMovie(text, FullScreenMovieControlMode.CancelOnInput));
|
||||
//TODO fix movie playing. either make platform specific versions OR make platform agnostic
|
||||
//UnityTask.SetSubTask(MovieManager.PlayMovie(text, FullScreenMovieControlMode.CancelOnInput));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user