Where did Spatial Blend go?

Hello everybody,
I was doing some work on 3D spatial audio, I read that the “3D” option in AudioClip has been moved to “AudioSource” in Unity 5 using an option called “Spatial Blend” as shown in this screenshot from another user:

I’m currently running Unity 5.1.0f3 (just released) but that option is not there, I had to set the value from a script to have it working (here you see a screenshot from my Unity). Is this some kind of bug in the new Unity version?

2152208--142091--my_audio_source.png

Your inspector looks interesting. Are you sure it is in Normal mode and not in Debug mode?

1 Like

Normal, but changing to Debug does not add much:

2152239--142095--my_audio_source_debug.png

Forgot to mention, running on Windows 7, 64 bits

It also looks like you have that “Smart Localization” property drawer. Perhaps you could remove that for a second to see the original AudioSource property drawer.

Thank you very much! That turns out to be the problem, I’ll try to update it and see if they solved the problem.