1. Import the Dialogue System for Unity into a new project.
2. Do the Quick Start tutorial. It takes about 5 minutes. (Main Tutorials page)
3. Download and import the Visual Novel Starter Framework from the Dialogue System Extras page.
4. Add these 2 scenes to your build settings:
- Assets / Dialogue System Extras / Visual Novel Framework / Example / Example Start
- Assets / Dialogue System Extras / Visual Novel Framework / Example / Example Gameplay
5. Then remove those scenes from build settings, and add these 3 scenes:
- Assets / Dialogue System Extras / Visual Novel Framework / Scenes / Start
- Assets / Dialogue System Extras / Visual Novel Framework / Scenes / Gameplay
- Assets / Dialogue System Extras / Visual Novel Framework / Scenes / Credits
6. Read Assets / Dialogue System Extras / Visual Novel Framework / Visual_Novel_Framework_Manual.pdf.
7. Duplicate the prefab "Visual Novel Dialogue UI". In the Start scene, assign your duplicate prefab to the Dialogue Manager GameObject's Display Settings > Dialogue UI field. You can customize this prefab to look the way you want.