提交更新修改
This commit is contained in:
@@ -21,7 +21,7 @@ namespace BigSpace.XRCore.Video
|
||||
void Awake()
|
||||
{
|
||||
video = this.gameObject.GetComponent<VideoPlayer>();
|
||||
video.url = VideoPathUtil.GetVideoUrlPath(videoName);
|
||||
video.url = VideoPathUtil.GetVideoUrlPath(videoName);//视频路径
|
||||
videoData.name = videoName;
|
||||
playOnAwake = video.playOnAwake;
|
||||
video.playOnAwake = false;
|
||||
|
||||
Reference in New Issue
Block a user