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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
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).