how can i have slowmotion in my game along slow sound too?i want when i change the time scale all of sounds change too.
Hi I use:
Time.timeScale = [object].audio.pitch = 0.5;
ie. change the Time Scale AND the audio pitch.
how can i have slowmotion in my game along slow sound too?i want when i change the time scale all of sounds change too.
Hi I use:
Time.timeScale = [object].audio.pitch = 0.5;
ie. change the Time Scale AND the audio pitch.