Unity3D Tutorial Mute Audio

Advertisemen

Unity3D Tutorial Mute Audio

Easter video series !





THIS IS Java# script: GOOD 4 2D GAMES AND 3D GAMES !
----------------------------------------­­­­­­­----------------------------------­-­-­-­-­-­-­------

DIRECT DOWNLOAD HERE




THIS IS BACKUP  IN TEXT FORM  TUTORIAL  Mute Audio

1. Create New java and name it : MutestheAudioSource


2. Copy & Past this text and save java :
----------------------------------------­­­­­------------------------------------­-­-­-­-­-


#pragma strict

// Mutes-Unmutes the sound of this transfor each time the user presses space.

function Update() {
if(Input.GetKeyDown(KeyCode.M)) {
if(audio.mute)
audio.mute = false;
else
audio.mute = true;
}
}







 ----------------------------------------­­­­­------------------------------------­-­-­-­-­-

Advertisemen

Disclaimer: Gambar, artikel ataupun video yang ada di web ini terkadang berasal dari berbagai sumber media lain. Hak Cipta sepenuhnya dipegang oleh sumber tersebut. Jika ada masalah terkait hal ini, Anda dapat menghubungi kami disini.

Tidak ada komentar:

Posting Komentar

© Copyright 2017 Tutorial Unity 3D