Used with SimpleDialog.cs Uses a List< ConversationEntry > for dialog items.
Prefab Link Added Oct 28 F19Link to UnityPackage with Prefab panels You must add the SimpleDialog script to the Prefab, it is not included with this package.
Dialog Prefab with Image
Use with DialogManager.cs script. Uses ScriptableObject Factory, and custom class Conversation.cs which contains List< ConversationEntry > Conversation Scriptable Objects are saved as project assets.
Contents: DialogPrefabw_Image prefab that has been modifed to include display of a speaker image with each ConversationEntry.
Includes Conversation.cs script