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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment