VideoPlayer.isPlaying code example Example: VideoPlayer.isPlaying while (videoPlayer.isPlaying) { yield return null; } //Done Playing