2026-04-24 버그수정 및 대사에 맞춘 캐릭터 동작

This commit is contained in:
2026-04-24 19:41:08 +09:00
parent 752b891a48
commit 9963eba810
273 changed files with 19320 additions and 206 deletions

View File

@@ -19,6 +19,9 @@ public class DialogNode : ScriptableObject
//Voice 없음 → LineDuration 대기
[Header("Behavior")]
public bool LookAtPlayer;
[Header("Flow")]
public DialogNode Next; // 선택지 없을 때 자동으로 갈 노드
public List<DialogChoice> Choices; // 있으면 플레이어 선택 대기