Error: Array index is out of range
Posted: Fri Feb 06, 2015 10:55 am
I bought the Dialogue System and began experimenting to use it in games of my own. However, I keep running into an issue with almost all of the UI systems. Whenever I put in a UI system for the Dialogue Manager, I get this error and the conversation freezes after I make my first decision and won't progress. I've only been able to get it working with the Sci-Fi UI. What does it mean?
IndexOutOfRangeException: Array index is out of range.
PixelCrushers.DialogueSystem.UnityGUI.Navigation.Navigate (Int32 direction)
PixelCrushers.DialogueSystem.UnityGUI.Navigation.CheckNavigationInput (Vector2 relativeMousePosition)
PixelCrushers.DialogueSystem.UnityGUI.GUIControl.DrawChildren (Vector2 relativeMousePosition)
PixelCrushers.DialogueSystem.UnityGUI.GUIControl.Draw (Vector2 relativeMousePosition)
PixelCrushers.DialogueSystem.UnityGUI.GUIRoot.OnGUI ()
IndexOutOfRangeException: Array index is out of range.
PixelCrushers.DialogueSystem.UnityGUI.Navigation.Navigate (Int32 direction)
PixelCrushers.DialogueSystem.UnityGUI.Navigation.CheckNavigationInput (Vector2 relativeMousePosition)
PixelCrushers.DialogueSystem.UnityGUI.GUIControl.DrawChildren (Vector2 relativeMousePosition)
PixelCrushers.DialogueSystem.UnityGUI.GUIControl.Draw (Vector2 relativeMousePosition)
PixelCrushers.DialogueSystem.UnityGUI.GUIRoot.OnGUI ()