Dialogue System
- September 21, 2023
- Tessla Muir
Individually designed and implemented a dialogue system and its UI in Unity. Built bottom-up with base dialogue nodes that together form Dialogue, supporting multiple conversation routes. The PlayerConversant tracks the current conversation. Its responsibilities include starting a dialogue with AIConversant and triggering Enter & Exit actions on dialogue nodes. Each DialogueNode can have required …