Unity3D
Unity3D techniques
Showing posts with label
Sound
.
Show all posts
Showing posts with label
Sound
.
Show all posts
Wednesday, September 17, 2014
Simulate the sound effect like real
var AudioClip sound;
function Start(){
AudioSource.PlayClipAtPoint(sound, <MainCamera Position>);
}
Older Posts
Home
Subscribe to:
Posts (Atom)