From b8abfa3c4433ba259a6a8015f1444aefba145dd8 Mon Sep 17 00:00:00 2001 From: shenjianxing <”315615051@qq.com“> Date: Wed, 9 Apr 2025 09:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=94=99=E8=AF=AF=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/UIVideo.cs | 4 ++++ 1 file changed, 4 insertions(+) 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)