No Audio Plays in all of Unity

I am just starting out and none of my audio files will play. Even in the preview pane, where I have imported my audio file to(which works in windows), it does not work. No sound, am I having a driver issue?

Google is useless for this question because all I get is people have other audio issues related to programming audio in, I just have no audio in general, almost as if unity can not output to my audio device on my pc.

First thing to check is your project settings. Check if he audio system isn’t disabled for whatever reason.
https://docs.unity3d.com/Manual/class-AudioManager.html

Have encountered same issue with Unity 2021.3.1f1 and solved in Project Settings/Audio/DSP Buffer Size set to best latency. On my side now i can hear audio with no issues.

1 Like

Thanks @salcu-pop I’m on a Mac M1 using 2021 LTS and this did the trick for me