2026-07-05 기본씬 삭제, 폴더구조 확보
This commit is contained in:
@@ -309,7 +309,7 @@ private void Update()
|
||||
if (Physics.Raycast(ray, out var hit) && hit.transform.IsChildOf(transform))
|
||||
{
|
||||
Debug.Log("캐릭터 클릭");
|
||||
Play();
|
||||
_ = Play(); // 테스트용 fire-and-forget (Update는 await 불가)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user