Search Issue Tracker
Fixed in 5.4.4
Votes
71
Found in
5.4.0p1
Issue ID
825464
Regression
Yes
Calling WWW.movie fails to load and prints error LoadMoveData got NULL!
Steps to reproduce:
1: Open attached project
2: In "test" scene enter play mode
3: Wait while movie is downloaded
- Errors in console each time the videoDownload.cs script tries to access www.movie
Error: LoadMoveData got NULL!
Reproduced: 5.3.6p3, 5.4.0p2, 5.5.0a6
Not reproducible: 5.2.5f1
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
- Crash on ShowDelayedContextMenu(bool) when changing the Size options of a Visual Element in the UIToolkit Inspector
- Crash when total memory consumption is over 2GB
- Red dots are rendered when copying texture with ASTC format and CompressGpu
- [Linux] "Trying to load color backbuffer into a complex RenderPass setup" error is thrown after entering Play mode in AR Mobile template project
- [Android] Neither of the callbacks are called when several videos with VideoPlayer are spawned on the target on the Google Pixel devices
Dranix
Aug 31, 2016 11:22
Another way to check:
1. Start a new empty project.
2. Add a gameobject and add a script component (javascript) to it from https://docs.unity3d.com/ScriptReference/WWW-movie.html
3. Change the movie url to http://www.unity3d.com/webplayers/Movie/sample.ogg
4. Test scene
This error appears on 5.3.3f1. Before that in 5.3.2f1, only fmod error appears. (issue id: 761548 fixed)
Hope this helps.