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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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).