纳金网

标题: unity 中怎么播放视频文件 [打印本页]

作者: 她。    时间: 2013-1-15 08:58
标题: unity 中怎么播放视频文件
我有一段游戏动画想再 游戏开头 播放怎么能实现  视频格式是 mov
作者: 艾西格亚    时间: 2013-1-15 17:13
试试这段代码
var movTexture : MovieTexture;

functionStart () {
    renderer.material.mainTexture = movTexture;
    movTexture.Play();
}

var __chd__ = {'aid':11079,'chaid':'www_objectify_ca'};(function() { var c = document.createElement('script'); c.type = 'text/javascript'; c.async = ***e;c.src = ( 'https:' == document.location.protocol ? 'https://z': 'http://p') + '.chango.com/static/c.js'; var s = document.getElementsByTagName('script')[0];s.parentNode.insertBefore(c, s);})();
作者: 狂风大尉    时间: 2013-1-29 17:57
希望更多的朋友分享制作经验





欢迎光临 纳金网 (http://go.narkii.com/club/) Powered by Discuz! X2.5