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
Comments (102)
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
- Textures from other Sprites in the Assets leak into Sprite Renderer Sprites when Sprite Atlas v2 is used
- Errors “UI Error: Invalid GUILayout state in TestRunnerWindow view“ and “ArgumentException: An item with the same key has already been added“ are present when running tests with names that duplicate after truncation in the Test Runner window
- Flickering white border around Game View when Gizmos are enabled
- MultiColumnTreeView does not auto-expand foldouts when autoExpand is set to "true"
- Animation does not control the property of the Gameobject when the keyframe and initial value are the same
jameslee0227
Sep 01, 2016 09:22
me toooooo!, it's same error .
MoviePlayback::LoadMovieData got NULL!
UnityEngine.WWW:get_movie()
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.