Hi, I tried adding that package and also received a compiler error: Assets\Plugins\Pixel Crushers\Common\Scripts\UI\UIPanel.cs(16,43): error CS0246: The type or namespace name 'IEventSystemUser' could not be found (are you missing a using directive or an assembly reference?) I'm using version 2.2.38...
I imported the unity package but I'm getting this error:
Assets\Plugins\Pixel Crushers\Dialogue System\Scripts\UI\Standard\Dialogue\StandardUISubtitlePanel.cs(541,61): error CS0103: The name 'eventSystem' does not exist in the current context
Hi, I'm using the scrolling dialogue UI in combination with this greyed out text code: using UnityEngine; using PixelCrushers.DialogueSystem; using System.Text.RegularExpressions; public class GrayAccumulatedText : MonoBehaviour { public Color oldTextColor = Color.gray; public void OnConversationLin...