Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isReadyToPlay

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

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.AudioModule
Warning
Removed. MovieTexture is removed. Use VideoPlayer instead.
public bool isReadyToPlay { get; }

Remarks

If the movie is downloading from a web site, this returns if enough data has been downloaded so playback should be able to start without interruptions. For movies not associated with a web stream, this value always returns true.