# Conflicts:
#	Assets/XR/Settings/OpenXR Package Settings.asset
This commit is contained in:
dldydtn9755-crypto
2026-07-28 14:11:46 +09:00
181 changed files with 7623 additions and 288 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