Refine Shose undo back to initial voice, fix video looping and hiding, make TipPanel persistent during opening

This commit is contained in:
yangbear
2026-07-10 03:50:39 +08:00
parent ec503bd3f1
commit 745b11b7f0
5 changed files with 72 additions and 22 deletions
+4
View File
@@ -22,8 +22,12 @@ public class VideoController : MonoBehaviour
if (_videoPlayer != null)
{
_videoPlayer.isLooping = true;
_videoPlayer.loopPointReached += OnVideoEnd;
}
// 初始隐藏视频面板
gameObject.SetActive(false);
}
/// <summary>播放指定视频文件(StreamingAssets/Videos/ 下)</summary>