The code i tested is this.
Code: Select all
using UnityEngine;
using System.Collections;
using PixelCrushers.DialogueSystem;
public class DialogueTest : MonoBehaviour
{
[ConversationPopup(true)] public string conversation;
}
but when i play the scene change to the initial database and lost the conversation string.
if i stop the scene the component keep the second image configuration.
is a bug with the ConversationPopupDrawer script? exist and easy way to get a popup with the conversations of a given database?
thanks