프리팹 세부구조
왼쪽 (참가자)
LeftPrefab (GameObject)
├── ProfileImage (Image)
├── Name (TextMeshPro - Text)
├── MessageBox (RectTransform)
│ ├── DialogueText (TextMeshPro - Text)
│ ├── NarratorText (TextMeshPro - Text)
├── Arrow (Image)
오른쪽(주인공)
RightPrefab (GameObject)
├── ProfileImage (Image)
├── Name (TextMeshPro - Text)
├── MessageBox (RectTransform)
│ ├── DialogueText (TextMeshPro - Text)
│ ├── NarratorText (TextMeshPro - Text)
│ ├── ChoiceButtonsContainer (Horizontal Layout Group)
│ ├── ChoiceButton1 (Button)
│ ├── ChoiceButton2 (Button)
│ ├── ChoiceButton3 (Button)
├── Arrow (Image)
센터(길라잡이)
CenterPrefab (GameObject)
├── MessageBox (RectTransform)
│ ├── DialogueText (TextMeshPro - Text)
│ ├── NarratorText (TextMeshPro - Text)
│ ├── ContentImage (Image)