Merge branch 'NewMaster' into AnHui_SheYing

This commit is contained in:
shenjianxing 2025-04-09 09:23:15 +08:00
commit bdae987eb5

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)