PC subtitle dissapearing
PC subtitle dissapearing
Hi, I bought the asset some days ago and I being configuring the UI to start working, but for some reason the PC subtitle panel just dessappear when is his moment to show, the NPC doesn't have this problem tho. Something is deactivating the gameobject but I can't found the option to change something like that.
Here are some screenshots from the scene and the inspector. :
Thanks!
Here are some screenshots from the scene and the inspector. :
Thanks!
Re: PC subtitle dissapearing
Hi,
Thanks for using the Dialogue System!
Please inspect the Dialogue Manager GameObject. Tick Display Settings > Subtitle Settings > Show PC Subtitles During Line and UNtick Skip PC Subtitle After Response Menu.
Related tip: If you want to immediately show a subtitle instead of a response menu when the player only has one response, UNtick Input Settings > Always Force Response Menu.
Thanks for using the Dialogue System!
Please inspect the Dialogue Manager GameObject. Tick Display Settings > Subtitle Settings > Show PC Subtitles During Line and UNtick Skip PC Subtitle After Response Menu.
Related tip: If you want to immediately show a subtitle instead of a response menu when the player only has one response, UNtick Input Settings > Always Force Response Menu.
Re: PC subtitle dissapearing
Hi, i have tick the option Show PC Subtitles During line and also untick the Skip PC Subtitle After response menu. I don't know what happen because it was functioning fine, maybe a little bug?
Re: PC subtitle dissapearing
Hi,
I'm sorry; I don't understand. Is it working correctly now?
If not, check your dialogue UI. Make sure the PC Subtitle Panel looks correct and is assigned to the Standard Dialogue UI component's Conversation UI Elements > Default Player Subtitle Panel.
Then check if you've set the Dialogue Manager's Camera & Cutscene Settings > Default Player Sequence. Player lines will play the Default Player Sequence. If it's blank, they will play the Default Sequence.
I'm sorry; I don't understand. Is it working correctly now?
If not, check your dialogue UI. Make sure the PC Subtitle Panel looks correct and is assigned to the Standard Dialogue UI component's Conversation UI Elements > Default Player Subtitle Panel.
Then check if you've set the Dialogue Manager's Camera & Cutscene Settings > Default Player Sequence. Player lines will play the Default Player Sequence. If it's blank, they will play the Default Sequence.
Re: PC subtitle dissapearing
It looks the same as the Npc subtitle panel but it doesn't show the subtitle, I check the dialogue manager options but nothing seems off (in the imgur i post, there's a screenshot with my configuration)
Re: PC subtitle dissapearing
Can you please post a screenshot of your Player Subtitle Panel's StandardUISubtitlePanel inspector view?
Re: PC subtitle dissapearing
That's all the options
Re: PC subtitle dissapearing
Hi,
Is Subtitle Text a child of Subtitle_Image?
If so, how does Subtitle_Image get activated? An animation you've set up?
When the PC speaks a line, is it setting Subtitle Text's Text value (even if it's not appearing right now)?
Is Subtitle Text a child of Subtitle_Image?
If so, how does Subtitle_Image get activated? An animation you've set up?
When the PC speaks a line, is it setting Subtitle Text's Text value (even if it's not appearing right now)?
Re: PC subtitle dissapearing
Yes, it was a child, I put it out and the text now appears, Thanks! I also puto some events on On Open(), making it activate the subtitle_Image and assign it the right sprite. Can I make one last question here or I should make another post?
Thanks for the help
Thanks for the help
Re: PC subtitle dissapearing
It's fine either way. If you think you may need to look up the question's answer again in the future, or if others might ask the same thing, it would be helpful to create a new thread to make it easier to find the in the future.