Search Issue Tracker
By Design
Votes
0
Found in
2017.3.1f1
Issue ID
1068291
Regression
No
[Android] Audio effect Dissonance Echo Cancellation is not found when running the app
Reproduction steps:
1. Download user's project and open in Unity
2. In Build Settings choose scenes "HLAPI Demo" and "HLAPI Game World" to be built
3. Build And Run
4. Run logcat
5. Open the app and click "LAN Host(H)"
Expected: Dissonance Echo Cancellation should be found
Actual: "Audio effect Dissonance Echo Cancellation could not be found." line can be found in logcat
Reproduced on: 2017.1.5f1; 2017.2.3p3; 2017.4.9f1; 2018.1.9f2; 2018.2.5f1; 2018.3.0a9
Reproduced with:
Xiaomi Mi 4i, Android: 5.0.2
Note: in Unity Editor the Dissonance Echo Cancellation works as expected
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
- [WebGL][Android] Corrupt header when connecting via IP
- Editor and Android Player hangs/freezes when repeatedly Loading/Unloading AssetBundle in Vulkan
- Selecting a Material for HDRP Decal Projector in the Inspector window spams errors in the Console
- Expanded Asset Preview Box moves/hides when creating new Asset in Project window
- Player crashes on Meta Quest with "/apex/com.android/runtime/lib64/bionic/libc.so" when using OpenXR Plugin in a specific project
Resolution Note:
.meta files for the audio plugin in the project have "isPreloaded" flag set to 0. Re-adding the plugin to the project fixes the issue (or modifying the meta file manually).