Compare commits

..

2 Commits

Author SHA1 Message Date
shenjianxing
bdae987eb5 Merge branch 'NewMaster' into AnHui_SheYing 2025-04-09 09:23:15 +08:00
shenjianxing
b8abfa3c44 增加错误日志 2025-04-09 09:23:00 +08:00

View File

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