增加错误日志
This commit is contained in:
parent
01f6331770
commit
b8abfa3c44
@ -142,6 +142,10 @@ namespace QFramework.Example
|
||||
player.Play();
|
||||
SetImg();
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError("没有找到视频:" + path);
|
||||
}
|
||||
}
|
||||
|
||||
private void VideoPlayer_loopPointReached(UnityEngine.Video.VideoPlayer source)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user