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
- VFX Graph particles are not culled when using URP and Frustum Culling is enabled on VFX Mesh Output
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
Add comment