Indonesia Unity3D Game Developing
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» Game Mewarnai Tutorial
Help Me. ane butuh Footstep Sound Tutorial EmptyThu Mar 23, 2017 10:21 am by kamil

» [ASK HELP] Slide informasi di augmented reality
Help Me. ane butuh Footstep Sound Tutorial EmptyTue Jan 03, 2017 8:58 pm by Briyan_ap

» ASK cara klik dan memunculkan informasi
Help Me. ane butuh Footstep Sound Tutorial EmptyTue Jan 03, 2017 8:54 pm by Briyan_ap

» [Ask] mengubah game PC menjadi game Android
Help Me. ane butuh Footstep Sound Tutorial EmptyTue Jan 03, 2017 10:57 am by NiethaChan

» Virtualisasi suatu Gedung mengunakan unity3D + google seketchUP
Help Me. ane butuh Footstep Sound Tutorial EmptySat Dec 31, 2016 1:06 am by zeepank

» Minta Tolong, slideshow ngga muncul saat object di klik
Help Me. ane butuh Footstep Sound Tutorial EmptyTue Dec 27, 2016 12:53 pm by Briyan_ap

» tolong dong lagi bikin button rotate tp button ga keluar
Help Me. ane butuh Footstep Sound Tutorial EmptyWed Dec 21, 2016 1:15 pm by Lita Misae

» algoritma Minimax/negascout buat checkers
Help Me. ane butuh Footstep Sound Tutorial EmptyWed Nov 30, 2016 1:51 am by ardiansa

» screenshot
Help Me. ane butuh Footstep Sound Tutorial EmptyWed Nov 16, 2016 10:15 pm by azhari

Statistic

Help Me. ane butuh Footstep Sound Tutorial

4 posters

Go down

Help Me. ane butuh Footstep Sound Tutorial Empty Help Me. ane butuh Footstep Sound Tutorial

Post  savektor Sun Nov 11, 2012 12:36 pm

gan. caranya kalo Kita jalan trus terdengar suara kaki berjalan gmna gan? help ane udh punya mp3 footstepnya, tutornya dong please
savektor
savektor
Unity3D Newbie
Unity3D Newbie

Posts : 1
Points : 3
Reputation : 0
Join date : 2012-11-11

Back to top Go down

Help Me. ane butuh Footstep Sound Tutorial Empty Re: Help Me. ane butuh Footstep Sound Tutorial

Post  KzRaItoN Mon Nov 26, 2012 12:57 pm

[You must be registered and logged in to see this link.]
KzRaItoN
KzRaItoN
Unity3D Newbie
Unity3D Newbie

Posts : 19
Points : 31
Reputation : 0
Join date : 2012-09-05

Back to top Go down

Help Me. ane butuh Footstep Sound Tutorial Empty FootStep Script

Post  m4s4m0r1 Tue Nov 27, 2012 6:51 pm

Sebenarnya sih gampang klo buat footstep... Tapi buat yang butuh, saya kasih deh scriptnya

Code:

var footstepSound : AudioClip;
var step :boolean;
function Start()
{
  step = true;
}
function Update()
{
  if(step)
  {
      audio.PlayOneShot(footstepSound);
      StepSound();
  }
}
function StepSound()
{
  step = false;
  yield WaitForSeconds(audio.length);
  step = true;
}
Kalau untuk Animasi, bisa pake [You must be registered and logged in to see this link.] tapi agak sulit pakenya. Kalau mau simple coba pake function OnTriggerEnter...


Semoga Membantu
m4s4m0r1
m4s4m0r1
Unity3D Newbie
Unity3D Newbie

Posts : 15
Points : 22
Reputation : 3
Join date : 2012-07-10
Age : 29
Location : Bandung

http://share-4u-indonesia.blogspot.com

Back to top Go down

Help Me. ane butuh Footstep Sound Tutorial Empty Re: Help Me. ane butuh Footstep Sound Tutorial

Post  kikysikancil Fri Jun 06, 2014 3:59 pm

Aduh, keduluan! Baruuuu aja, mau gue bikinin scriptnya, hehehe
kikysikancil
kikysikancil
Unity3D Developer
Unity3D Developer

Posts : 178
Points : 197
Reputation : 15
Join date : 2014-06-06
Age : 41
Location : Bandung

http://id.tutorialnetworks.com

Back to top Go down

Help Me. ane butuh Footstep Sound Tutorial Empty Re: Help Me. ane butuh Footstep Sound Tutorial

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum