diff --git a/Assets/Scripts/UI/UIVideo.cs b/Assets/Scripts/UI/UIVideo.cs index c8ee9f71..3796918e 100644 --- a/Assets/Scripts/UI/UIVideo.cs +++ b/Assets/Scripts/UI/UIVideo.cs @@ -142,6 +142,10 @@ namespace QFramework.Example player.Play(); SetImg(); } + else + { + Debug.LogError("ûÓÐÕÒµ½ÊÓÆµ£º" + path); + } } private void VideoPlayer_loopPointReached(UnityEngine.Video.VideoPlayer source)