播放视频

作者:追风剑情 发布于:2016-1-13 17:23 分类:Unity3d

Android

把mp4文件放到Assets\StreamingAssets下面

  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class MovieTest : MonoBehaviour {
  5.  
  6. void Start () {
  7. if (Application.platform == RuntimePlatform.Android)
  8. {
  9. Handheld.PlayFullScreenMovie("Game.mp4", Color.black, FullScreenMovieControlMode.Hidden);
  10. }
  11. }
  12. }

 

标签: Unity3d

Powered by emlog  蜀ICP备18021003号-1   sitemap

川公网安备 51019002001593号