1
This commit is contained in:
parent
fec66f81e2
commit
26bc1b84a6
@ -265,7 +265,7 @@ namespace GameLogic
|
|||||||
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName + "_Audio", false, 1, true);
|
GameModule.Audio.Play(TEngine.AudioType.UISound, videoName + "_Audio", false, 1, true);
|
||||||
|
|
||||||
|
|
||||||
m_video_Video.loopPointReached += (v) =>
|
m_video_SjVideo.loopPointReached += (v) =>
|
||||||
{
|
{
|
||||||
|
|
||||||
m_img_HuangJinShiDai.gameObject.SetActive(false);
|
m_img_HuangJinShiDai.gameObject.SetActive(false);
|
||||||
@ -273,6 +273,7 @@ namespace GameLogic
|
|||||||
DataGameSceneManager.Instance.m_LiShiShiJianLikeCount = 0;
|
DataGameSceneManager.Instance.m_LiShiShiJianLikeCount = 0;
|
||||||
m_video_Video.targetTexture.DiscardContents();
|
m_video_Video.targetTexture.DiscardContents();
|
||||||
|
|
||||||
|
Log.Debug("回收");
|
||||||
};
|
};
|
||||||
|
|
||||||
var videoClip = GameModule.Resource.LoadAsset<VideoClip>(videoName);
|
var videoClip = GameModule.Resource.LoadAsset<VideoClip>(videoName);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user