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
- Blank, Light-Themed "Create Node" window becomes visible on the next project open
- UI Elements/Layout inconsistencies in the Particle System component
- The Game view and Scene view fail to render when launching the Editor with a maximized Render Graph Viewer window
- "List is empty" is poorly visible in the "Create Node" window
- [Android] GameObject with a custom shader becomes invisible when deployed with the Vulkan Graphics API
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.