Can't find subtitle panel
Posted: Mon Sep 24, 2018 1:30 pm
I got the error below and couldn't find the reason that causes the error.
But the error went gone after a while automatically! And then got problem when I build the game.
It seems it sometimes happens and sometimes not!
Do you know its reason? If it happens randomly on final released game, it ruins everything!
But the error went gone after a while automatically! And then got problem when I build the game.
It seems it sometimes happens and sometimes not!
Do you know its reason? If it happens randomly on final released game, it ruins everything!
Code: Select all
Dialogue System: Can't find subtitle panel for [Roshan] ''.
UnityEngine.Debug:LogWarning(Object)
PixelCrushers.DialogueSystem.StandardUISubtitleControls:HideSubtitle(Subtitle) (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI Subsystem/Standard UI/Dialogue UI/StandardUISubtitleControls.cs:232)
PixelCrushers.DialogueSystem.StandardDialogueUI:HideSubtitle(Subtitle) (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/UI Subsystem/Standard UI/Dialogue UI/StandardDialogueUI.cs:159)
PixelCrushers.DialogueSystem.ConversationView:FinishSubtitle() (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Model-View-Controller/View/Conversation View/ConversationView.cs:378)
PixelCrushers.DialogueSystem.ConversationView:OnFinishedSubtitle() (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Model-View-Controller/View/Conversation View/ConversationView.cs:386)
PixelCrushers.DialogueSystem.Sequencer:FinishSequence() (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Model-View-Controller/View/Sequencer/Sequencer.cs:442)
PixelCrushers.DialogueSystem.Sequencer:Update() (at Assets/Plugins/Pixel Crushers/Dialogue System/Scripts/Model-View-Controller/View/Sequencer/Sequencer.cs:435)