So the title speaks for itself. i dont know how to do c# . I’d like it to say something like if (Input.GetKeyDown("w")){Audio1 plays here, Audio2 plays here, Audio43plays here, Audio 4 Plays here, Loops them alltogther} if (Input.GetKeyUp("w")){Audio Stops}
then maybe i would like something after that that goes like this: if (Input.GetKey("Space")){AudioJump plays here, somehow find object below player, then when in collision initiate audioLand }
Anyways. That would be what i want. Simple. Please can someone do it for me? I know its really simple i dont want to have to follow a tutorial on it.