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
- Errors “Render Graph Execution error” and "KeyNotFoundException" are thrown and Scene/Game views are not rendered when RenderGraphBuilder has AsyncCompute enabled
- Separation Line is used at the bottom of Prefab dropdown options when there is nothing to separate
- Color Picker Window Shows UI Artifact on Ubuntu Until Mouse Movement
- WebGPU Build fails when the Inference Engine package is installed
- The search field has an additional icon that has no functionality
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).