実現したいこと
どうしたらこのエラーが直るのか、有識者の方、ご教授願います。
発生している問題・分からないこと
AudioMixerをスライダーと紐づけ、音量調節のバーを作りたい。
エラーメッセージ
error
1Assets\TitleMgr.cs(25,22): error CS0246: The type or namespace name 'AudioMixer' could not be found (are you missing a using directive or an assembly reference?) 2
該当のソースコード
C#
1using System.Collections; 2using System.Collections.Generic; 3using UnityEngine; 4using UnityEngine.SceneManagement; 5using UnityEngine.UI; 6 7public class TitleMgr : MonoBehaviour 8{ 9 [SerializeField] AudioMixer audiomixer; 10...................................
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
いろいろなサイトをのぞいては、試したが、うまくいかなかった。
補足
特になし

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。