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 "The GUID inside 'Assets/asset.png.meta' cannot be extracted by the YAML Parser." when opening the project
- Shadows disappear when looking at a certain angle in Scene view and using Cloud Shadows with Volumetric Clouds
- Tree leafs are not shown in Scene/Game view when using newly created Tree as a Brush on Terrain
- StackOverflowException freezes or silently crashes the Editor
- Microsoft Surface Device freezes when detaching and reattaching physical keyboard attachment to a Microsoft Surface device in Standalone Player for Windows
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).