Search Issue Tracker
Won't Fix
Votes
1
Found in
2018.4
2019.3.15f1
2020.2
Issue ID
1253853
Regression
No
Audio Source passes incorrect spatial blend parameter to native audio spatializer when Audio Clip is not set
How to reproduce:
1. Open the attached project "1253853.zip"
2. Open the "Test" Scene
3. Enter the Play Mode
Expected result: audio noise is played
Actual result: no audio is played
Reproducible with: 2018.4.24f1, 2019.4.2f1, 2020.1.0b13, 2020.2.0a15
Notes:
- Make sure to check Play On Awake checkbox so Audio would start playing
- The attached project is set to play audio noise when spatial blend parameter is wrong
- The example project demonstrating the issue uses .dll format spatializer, hence, I was not able to check if the issue reproduces on other platforms (e.g. Mac / Linux)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Errors in the Console when creating a new "2D Platformer Microgame" template project
- Prefab Override popup displays on wrong monitor when Inspector width is resized to minimum
- Scroll View is not moving by inertia after scrolling by click and dragging when Editor window is minimized and Canvas "Render Mode" is set to "World Space"
- "type mismatch error" occurs when the currentDirectionWS output of a Sample Water Surface node is connected to a float3 input
- URP Material Upgrade utility does not enable Alpha Clipping when material had Rendering Mode set to Cutout
Resolution Note:
A Wont Fix for now due to the current Fmod behavior, that if a AudioSource don’t have a clip associated, if will not do the proper panning for the speaker channels. It requires changes inside Fmod, which we don’t prioritize at the moment