- Home /
Question by
Pserg · Oct 15, 2015 at 01:08 AM ·
audioscriptingproblem
Problem with audiomixer script.
Hi, I have a problem with audiomixer in Unity! I create a script, where is an AudioMixer variable:
using UnityEngine;
using System.Collections;
using UnityEngine.Audio;
public class AudioManager : MonoBehaviour {
public AudioMixer am;
}
And when I try to drag to this variable AudioMixer from project, I can't! After dragging the slot is emty. When I create a new project, all works fine, but in existing project I can not use audiomixer. How to solve this?
Comment
Your answer
Follow this Question
Related Questions
Guys i need help with audio! 0 Answers
Audio Settings Menu 2 Answers
It is possible to start a streaming AudioClip not from the beginning ? 1 Answer
Global audio option 2 Answers
play sound at Impact Point 2 Answers