Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DownloadHandlerMovieTexture

MovieTexture has been removed. Use VideoPlayer instead.
Read time 1 minuteLast updated 10 days ago

Definition

Warning
Removed. MovieTexture is deprecated. Use VideoPlayer instead.
public sealed class DownloadHandlerMovieTexture : DownloadHandler, IDisposable

Remarks

A specialized DownloadHandler for creating MovieTexture out of downloaded bytes. This class is only available on platforms that support MovieTexture.

Constructors

Constructor

Description

DownloadHandlerMovieTexture()MovieTexture has been removed. Use VideoPlayer instead.

Properties

Property

Description

movieTextureMovieTexture has been removed. Use VideoPlayer instead.

Methods

Method

Description

GetDataMovieTexture has been removed. Use VideoPlayer instead.

Static Methods

Method

Description

GetContentMovieTexture has been removed. Use VideoPlayer instead.

Inheritance