增加错误日志

This commit is contained in:
shenjianxing 2025-04-09 09:23:00 +08:00
parent 01f6331770
commit b8abfa3c44

View File

@ -142,6 +142,10 @@ namespace QFramework.Example
player.Play(); player.Play();
SetImg(); SetImg();
} }
else
{
Debug.LogError("没有找到视频:" + path);
}
} }
private void VideoPlayer_loopPointReached(UnityEngine.Video.VideoPlayer source) private void VideoPlayer_loopPointReached(UnityEngine.Video.VideoPlayer source)