Search Issue Tracker
Duplicate
Votes
0
Found in
5.4.0b5
Issue ID
769559
Regression
Yes
[AssetBundle] There is no ability to preview audio assets from Editor
If user searched for audioclips in Project window, he is not able to preview them.
2. How we can reproduce it using the example you attached
1. Open project.
2. Enter "audio" in search field.
3. Open "Asset Store" tab.
Click on searched result (I've used 'harpy-pain-...wav" group to test.
Actual result:
In Version 5.4.0b5 (60658ab74c44):
Preview is now available (or shown as picture preview).
Error:
The AssetBundle 'Memory' can't be loaded because another AssetBundle with the same files is already loaded.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
In Version 5.3.2f1 (e87ab445ead0) and Version 5.2.4f1 (98095704e6fe):
Preview is available, but clicking Play button on some files causes Error: Cannot create FMOD::Sound instance for resource archive and no sound available.
Errors:
The AssetBundle 'Memory' can't be loaded because another AssetBundle with the same files is already loaded.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions()
Error: Cannot create FMOD::Sound instance for resource archive:/CAB-dadc9ff38f6f4034c82db260bda1deb1/CAB-dadc9ff38f6f4034c82db260bda1deb1.resource, (File not found. )
UnityEditor.DockArea:OnGUI()
In Version 5.0.4f1 (1d75c08f1c9c):
Preview is available always. Getting Error: Cannot create FMOD::Sound instance for resource sometimes.
Expected result: Available ausioclips must have ability to be previewed.
Is a regression since 5.3.2f1 (as preview is unavailable since then).
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment