我的订单|我的收藏|我的商城|帮助中心|返回首页
虚拟现实新闻>应用>技术动态>技术应用

unity的片头制作脚本分享

文章来源:网络 作者:frank 发布时间:2014年01月17日 点击数: 字号:

Unity的片头制作脚本分享:

 

 

function Start ()
{
renderer.material.mainTexture.Play ();
yield new WaitForSeconds(11);
Application.LoadLevel(1);
}

function Update () {

if (Input.GetButtonDown ("Jump")) {
if (renderer.material.mainTexture.isPlaying) {

Application.LoadLevel(1);

}

else {

renderer.material.mainTexture.Play();

}
}
}
 

      声音给像机,,视频给材质。

  • 暂无资料
  • 暂无资料
  • 暂无资料
  • 暂无资料
  • 暂无资料