Where can i check AudioMixer cost in profiler?

I’m doing some optimization for our project, I want to know the current how is the current setup of our mixer,
where can i check AudioMixer cost in Unity Profiler?

I think you can get a good idea of that looking at the DSP CPU% in the detailed tab of the audio profiler. This value includes the processing of your AudioMixer, effects, routing, etc…

1 Like