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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Add comment