Search Issue Tracker
Fixed in 2017.2.0f3
Fixed in 5.6.X
Votes
0
Found in
5.6.0f3
Issue ID
902838
Regression
No
Audio Clip loaded from AssetBundle does not play, after ingame Scene Change, when game is Stopped and Played again.
To reproduce:
1. Open attached project "AudioTest.zip".
2. Open "StartScene" scene.
3. Press Play. Sound was played successfully.
4. Stop scene.
5. Press Play again - no sound, errors appear.
Error message:
Error: Cannot create FMOD::Sound instance for resource archive:/CAB-0fed03e9f4b6c994368d82334e760061/CAB-0fed03e9f4b6c994368d82334e760061.resource, (File not found. )
UnityEngine.AudioSource:Play()
EndScene:Start() (at Assets/EndScene.cs:15)
Actual result: Sound from asset bundle did not play, errors appeared.
Expected result: Sound would play without any errors.
Reproducible: 5.3.7p1, 5.4.3f1, 5.5.3p2, 5.6.0p3, 2017.1.0b2
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- The cursor moves into wrong place when renaming folder/asset
- Assertion error "(dx - width < padding) || (dy - height < padding)" when using Pack Preview
- [Memory Profiler] The EntryType.NativeAllocationSites_MemoryLabelIndex of snapshots only reports -1 or 0 instead of the MemLabel used for allocations made from any call site.
- [Vulkan] Artifacts appear in the Player when using Screen Space shadows with orthographic camera
- Errors OnGUIDepth changed & GUIUtility:ProcessEvent when opening Textures with Third Party App
Add comment