Create Custom Dialogue UI

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
kentcheung2000
Posts: 3
Joined: Tue Oct 02, 2018 10:41 pm

Create Custom Dialogue UI

Post by kentcheung2000 »

Hi,

I am totally new to Dialogue System for Unity. My question is how to create a "Custom Dialogue UI". When I see the built-in template, they are all prefabs.

How I can create custom prefab for Dialogue UI. Thanks.

KC
User avatar
Tony Li
Posts: 21980
Joined: Thu Jul 18, 2013 1:27 pm

Re: Create Custom Dialogue UI

Post by Tony Li »

Hi,

Thanks for using the Dialogue System!

The video and text tutorials are here: Dialogue UI Tutorials

The documentation is here: Dialogue UIs

Briefly:

1. Add an instance of the prefab to the Dialogue Manager's Canvas. This will allow you to see it in the Scene view.

2. Customize the instance.

3. Assign the instance to the Dialogue Manager's Dialogue UI field -- or save it as another prefab, remove the instance from the scene, and assign the prefab to the Dialogue UI field.
Post Reply