유나 표정,제스쳐 추가

This commit is contained in:
2026-07-27 20:52:18 +09:00
parent 3558b85ce3
commit 2e6729bf86
47 changed files with 7061 additions and 59 deletions

View File

@@ -58,6 +58,13 @@ public void SetSceneChangeBgm(int index)
_sceneChangeBGM = _sceneChangeBgmOptions[index];
}
// UnityEvent에서 호출 — 다음에 전환할 씬 이름(_nextSceneName)을 런타임에 교체한다.
// NextScene / NextSceneWithBgm / CaffebeneNextSceneChange가 모두 이 값을 쓴다.
public void ChangeNextSceneName(string sceneName)
{
_nextSceneName = sceneName;
}
private async Awaitable NextSceneWithBgmSequence(int delay)
{
try