Page 1 of 1

display like messenger chatting log.

Posted: Mon Apr 11, 2016 5:53 am
by gammaker95
Is it possible to make dialogue that displays texts like any messenger chatting log(ex skype, telegram etc.)?

Re: display like messenger chatting log.

Posted: Mon Apr 11, 2016 9:28 am
by Tony Li
Yes. Technically, your dialogue UI can do anything since the Dialogue System is modular. You can provide your own code and the Dialogue System will work happily with it.

However, if you want to use the built-in Unity UI Dialogue UI implementation, take a look at the Conversation Log Dialogue UI on the Dialogue System Extras page. It's under the UIs section, 4th button down.

Re: display like messenger chatting log.

Posted: Wed Oct 10, 2018 11:12 pm
by kopanu
Thanks for this Demo

Re: display like messenger chatting log.

Posted: Thu Oct 11, 2018 10:20 am
by Tony Li
The original post is several years old. This is now built into the Dialogue System. You don't need to use this conversation log example. To get something that looks the same but better:

1. Assign this dialogue UI prefab to your Dialogue Manager: Plugins / Pixel Crushers / Dialogue System / Prefabs / Standard UI Prefabs / Pro / Runic / Runic Standard UI Dialogue UI.

2. On the Dialogue Manager, tick Show PC Subtitles With Line, and untick Skip PC Subtitles After Response Menu.