Fix final chanrao audio, smooth camera3 transition, show TipPanel for 2s, and play tuoxiezi video
This commit is contained in:
@@ -148,6 +148,14 @@ public class ShoseClickHandler : MonoBehaviour
|
||||
{
|
||||
audioManager.SwitchToCamera3();
|
||||
}
|
||||
|
||||
// 显示 VideoPanel 并播放视频
|
||||
var videoController = FindObjectOfType<VideoController>(true);
|
||||
if (videoController != null)
|
||||
{
|
||||
videoController.gameObject.SetActive(true);
|
||||
videoController.PlayVideo("tuoXieZi.mp4");
|
||||
}
|
||||
}
|
||||
|
||||
public void ResetState()
|
||||
|
||||
Reference in New Issue
Block a user