Resources for importing a video file into Unity as an animated texture, and playing it back.
Note: MovieTexture is due to be deprecated in a future version of Unity. You should use VideoPlayer for video download and movie playback.
Page | Description |
---|---|
Create a movie texture | Convert a video file to a Movie Texture asset, and play the video via a script. |
Play video on mobile platforms | Play video on platforms that don’t support Movie Textures. |