Search Issue Tracker
Fixed in 5.3.6
Votes
49
Found in
5.3.1p2
Issue ID
761548
Regression
Yes
[MovieTexture] FMOD error when trying to play video using WWW class
Repro steps:
1) Open the project and only scene in it
2) Play - notice that the movie texture and the sound works correctly
3) Notice the errors in the Console: "Error: Cannot create FMOD::Sound instance for resource (null), (An invalid parameter was passed to this function. ) "
Reproduced in: 5.4.0b2; 5.3.1p3; 5.3.0f4
Not reproduced in: 5.2.3p3
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- No data received in Profiler when connecting to WebGL Player without "Autoconnect Profiler" option enabled
- Screen Space Ambient Occlusion is ignored when toggling "Post Processing" visibility in the Scene window overlay
- “RenderTexture.Create failed: requested size is too large.” errors are thrown and the Inspector window is black when selecting a CubemapArray texture
- Crash on AMDUnityPlugin.DLL in specific built project when using FSR2 upscaler
- RenderObjects does not have any Depth texture bound when Event is set to AfterRenderingPostProcessing
rizawerx
Feb 09, 2016 04:49
I also received same error using 5.3.2f1
alan-lawrance
Feb 05, 2016 16:21
Getting the FMOD error in 5.3.1p3. This appears to be harmless, but it would still be nice to get fixed.
Afro_Games
Feb 02, 2016 15:39
Also receiving this error. This is our code:
WWW videoStreamer = new WWW (url);
while(!videoStreamer.isDone){yield return 0;}
_movieTexture = videoStreamer.movie; //Error occurs here.
This code was working in 5.1.3.