unity的片頭制作腳本分享
來源:
|
責任編輯:她。 |
發(fā)布時間: 2013-07-03 09:05 | 瀏覽量:
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();
}
}
}
聲音給像機,,視頻給材質(zhì)。
- Tags:Unity
-
分享到:
相關文章
網(wǎng)友評論
全部評論:0條
推薦
熱門