Dialog Prefab Packages
Last updated
Last updated
Used with SimpleDialog.cs Uses a List< ConversationEntry > for dialog items.
Prefab Link Added Oct 28 F19 Link to UnityPackage with Prefab panels You must add the SimpleDialog script to the Prefab, it is not included with this package.
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.
Import Pagkage: DialogPrefabw_Image
Contents: DialogPrefabw_Image prefab that has been modifed to include display of a speaker image with each ConversationEntry. Includes Conversation.cs script
Required: Import ScriptableObject Factory Package
Required: Add the DialogManager.cs script to the top level prefab - see image below.