Hi Tony,I want to record the conversation to make a displayed log.So I found the plug-in
https://www.pixelcrushers.com/dialogue-system-extras/
"ConversationLogUI_2017-05-29.unitypackage"
,but the example scene could not run,It will miss some scirpt like this:
It is in Dialogue Manager So I tried to add DialogueSystemController and set database and UI,but it seem not work(could not talk with the npc....or I don't know how to talk?).
And I Found "Conversation Log Unity UI Dialogue UI" also miss a script,so is it the script "ConversationLogUI"?
The Plugin "ConversationLogUI_2017-05-29.unitypackage" missing some script
Re: The Plugin "ConversationLogUI_2017-05-29.unitypackage" missing some script
Hi,
That example is very old. You don't need it. It's for DS version 1.x and will not work with version 2.x unless you run it through the 1x to 2x updater.
The ability to scroll back is built into the Dialogue System now. See the Pro/Scrolling, Pro/Runic, or Templates/WRPG dialogue UI prefabs. They all let you scroll back in the current conversation.
If you need the conversation log to remain after the conversation ends, you will need to write a script. See the ConversationLogger.cs script for an example.
That example is very old. You don't need it. It's for DS version 1.x and will not work with version 2.x unless you run it through the 1x to 2x updater.
The ability to scroll back is built into the Dialogue System now. See the Pro/Scrolling, Pro/Runic, or Templates/WRPG dialogue UI prefabs. They all let you scroll back in the current conversation.
If you need the conversation log to remain after the conversation ends, you will need to write a script. See the ConversationLogger.cs script for an example.