Quantcast
Channel: Questions in topic: "footsteps"
Browsing all 164 articles
Browse latest View live
↧

Can Someone Help Point Out What's Not Working on This Script?

Hi everybody! I'm a little stuck on this script and would like some assistance. This footstep script works, but it seems to play only the footstep audio once when I'm walking, then just never make a...

View Article


Varied footsteps - Object reference not set to an instance of an object?

Hello! My aim is to have different footstep sounds depending on the ground the player is walking on. The over all structure is this: variable to determine if the player is walking, raycast down if...

View Article


Footstep sounds play when im not moving or if im running, but stop when i move,

#pragma strict var walk : AudioClip; var run : AudioClip; var isWalking : boolean = false; var isRunning : boolean = false; function Update() { GetState(); PlayAudio(); } function GetState() //asks is...

View Article

Footstep Audio Check Collider Hitting Floor

I have a small script that says to loop the footstep audio if the character is moving. This works great, however it references the inputs, meaning if the character is in the air the sounds still play....

View Article

Footstep Scipt, (What is wrong?)

using UnityEngine; using System.Collections; public class Footsteps : MonoBehaviour { public AudioClip[] footsteps; public float nextFoot; IEnumerator Start () {CharacterController controller =...

View Article


How to loop a sound while a button is pressed, but wait for it to finish

Hello people, I have today just started to try out Unity and have learned a lot so far. Now I want to give my character a walking sound. I found some example script on the internet and tried that. It...

View Article

Footsteps script problem and question

Hi everyone, i'm having a little problem with a script. I'm trying to add a running function but I'm affraid I can't. And why I cannot put anything under 1 in the inspector for the audiosteplength ? :|...

View Article

Mecanim footsteps synchronization during transitons

Hello I'm trying to build a simple character blend tree using Mecanim. Here's how the state machine looks like: ![alt text][1] The general idea is to have the character quickly rotate towards the...

View Article


Footsteps script

Hi, I made a script in Javscript for random footstep sounds. But it's working half. I have a float for the delay between the sounds for the normal walk speed and idem dito for sprinting. The nextFoot...

View Article


Footsteps script not working

I want a footsteps script with stamina. I have already implemented the sound but cannot implement the stamina. If anybody could modify the code or tell me how to do this, I would be very greatful. Here...

View Article

How can i make my audio loop faster/slower?

Hey guys i have a footstep sound that i continually loop when when pressing W. The problem though is that it takes about 2 seconds before it starts playing again and sounds really weird and ugly. Do...

View Article

How to call function from this script?

As the title suggests I am trying to call a function from another script in my footstep manager script. I am trying to activate a sphere collider everytime I take a step to simulate sounds that can be...

View Article

Horrible footstep looping problem

Hi, I'm trying to play random footsteps at normal intervals but each time I move in my game I can hear a strange looping sound like if the random sounds were playing non-stop. I can't find the solution...

View Article


Improved Footsteps system

I have this Code for the footsteps #pragma strict var walkSpeed : float = 7; var crouchSpeed : float = 3; var sprintSpeed : float = 13; static var Crouch = false; var isCrouching = false; var isWalking...

View Article

error with footsteps script

sorry if its something stupid i'm new to this xD ERRORS:: Assets/models/playerfootstepD.js(15,1): BCE0077: It is not possible to invoke an expression of type 'UnityEngine.AudioClip'....

View Article


Scripting Walking Sound Help?

Hey All ! I am working on a school project but I am an art focused student, so bare with me. I have this script to play footsteps when our character walks: public class Walking : MonoBehaviour { // Use...

View Article

Changing Footstep Sound When On Different Surface?

Okay. I have a script of footstep where if you walk, footstep sound will be heard. But I want to make it different when we go to different surface I got 2 different surface in my game, cement and...

View Article


Random footstep sounds not looping

Hi there, I'm having an issue where a script I have is supposed to loop randomly between four different footsteps sounds when forward is pressed. The problem is that when 'W' is pressed, it plays one...

View Article

Sprinting Problem

I have a problem. Im trying to create a sprinting script that changes the footstep sound when i press LShift. Also sprinting drains my stamina. Im having a problem when stamina is less than 50 it...

View Article

Convert "SHIFT" button for running to Mobile?

I have this script (courtesy of Alucardj) and it is a script for running and playing the footstep sounds. Now since I am trying to apply this script (which is for PC) into my Android game, how will I...

View Article
Browsing all 164 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>