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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment