Search Issue Tracker
By Design
Votes
0
Found in
5.3.2f1
Issue ID
781897
Regression
No
Audio Spatializer SDK - Meta-Data not sent to native plugin if no AudioClip is selected in AudioSource
Steps to reproduce:
1. Open attached project
2. Open the file 'Plugin_Spatializer.cpp' with Visual Studio located in the 'NativeCode' folder
3. Place a breakpoint in the 'ProcessCallBack' function of 'Plugin_Spatializer.cpp'
4. Open the scene 'spatialization' in Unity
5. Notice the settings in the 'speech' GameObject, there is no AudioClip attached
6. Play the scene
7. Attach Visual Studio to 'unity.exe'
8. Notice in the 'Plugin_Spatializer.cpp' variable data menu 'state/spatializerdata/ ' that the values are equal to zero
9. The values should match the values in the Unity 'speech/AudioSource' settings
10. After attaching an AudioClip in Unity, the values are assigned correctly
Expected: The values in 'Plugin_Spatializer.cpp' should match the values in the 'AudioSource' settings
Reproduced: 5.4.0b14, 5.3.4p3, 5.2.3p3
By design:
Unity always only updates transform positions on AudioSources that are actively playing for performance reasons, and that update function is the one that feeds the position into the spatializer data struct.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment