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
- Changing the Visual Element size moves it when two visual elements are close to each other
- Open Reference for Default Style Sheet asset redirects to missing page
- Undoing changes to Default Style Sheet does not show change until editor refresh
- TextMeshPro Caret has an active raycast when TMP_InputField is non-interactable
- Shadows do not smoothly fade in when transitioning between real-time shadows and baked distance shadows
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.