Merge branch 'main' of https://www.nakjungit.site/sharedacc520k/Dino_Love_Simulation
# Conflicts: # Assets/XR/Settings/OpenXR Package Settings.asset
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user