PC NPC Subtitle Panel Focus question
Posted: Tue Jan 04, 2022 12:41 pm
Hello!
Hope you had a wonderful holiday!
I'm running into this issue where some parts of a conversation has subtitle 1 and 0 focusing at the same time. The console logs the actor link correctly and I've also assigned the game objects with their dialogue actors in the DS trigger actor and conversant.
I'm using an edited version of the VN Dialogue prefab but this also happens with the base prefab as well. When I check the subtitle animator, Focus is being triggered for both PC and NPC subtitle panels (Panel 0 is for NPC and Panel 1 is for PC).
I've tried the following methods but with no success so far.
1. Using OpenPanel(1, focus) or unfocus sequencer commands.
2. Editing the default sequence + default player sequence via SendMessage(Unfocus,Subtitle Panel 0);
3. Also tried playing the unity event for focus/unfocus to force the other panel to unfocus/focus.
The issue is quite sporadic with some conversations going smoothly with no issues while some has this focus issue.
If there's any other information I can give, let me know.
Thank you so much again for your support!
Hope you had a wonderful holiday!
I'm running into this issue where some parts of a conversation has subtitle 1 and 0 focusing at the same time. The console logs the actor link correctly and I've also assigned the game objects with their dialogue actors in the DS trigger actor and conversant.
I'm using an edited version of the VN Dialogue prefab but this also happens with the base prefab as well. When I check the subtitle animator, Focus is being triggered for both PC and NPC subtitle panels (Panel 0 is for NPC and Panel 1 is for PC).
I've tried the following methods but with no success so far.
1. Using OpenPanel(1, focus) or unfocus sequencer commands.
2. Editing the default sequence + default player sequence via SendMessage(Unfocus,Subtitle Panel 0);
3. Also tried playing the unity event for focus/unfocus to force the other panel to unfocus/focus.
The issue is quite sporadic with some conversations going smoothly with no issues while some has this focus issue.
If there's any other information I can give, let me know.
Thank you so much again for your support!