diff --git a/Runtime/Scripts/AwardVideoPlayer.cs b/Runtime/Scripts/AwardVideoPlayer.cs index 155223b..9d8e8e4 100644 --- a/Runtime/Scripts/AwardVideoPlayer.cs +++ b/Runtime/Scripts/AwardVideoPlayer.cs @@ -25,11 +25,11 @@ public class AwardVideoPlayer : ADPlayer , ATRewardedVideoListener { if (this.IsReadly()) { + this.curState = 0; this._onVideoComplete = onVideoComplete; this.adListener.onClose = onClose; this.adListener.onVideoComplete = this.OnVideoComplete; this._atRewardedVideo.showAd(this.Key); - this.curState = 0; } }