提交更新修改

This commit is contained in:
YXY
2026-03-03 18:23:15 +08:00
parent 2f0862b382
commit d43882c5cf
61 changed files with 4687 additions and 562 deletions

View File

@@ -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;