I'm using the Dialogue System plugin in Unity. My NPC Subtitle Panel and PC Subtitle Panel keep failing to display, showing only red X marks in the lower-left corner of the screen during gameplay.
I initiate conversations using Dialogue System Triggers set to "On Enable". To prevent the Response Menu Panel from appearing, I've attached Dialogue Actor components to both my player and NPC characters, configuring custom Subtitle Panels through these components - expecting the player's lines to appear in the PC Subtitle Panel and NPC lines in the NPC Subtitle Panel.
While this setup works initially, the subtitle panels intermittently stop functioning and revert to displaying the red X indicators. What could be causing this inconsistent behavior? Additionally, are there alternative methods to ensure player responses only appear in the PC Subtitle Panel without using the default Response Menu Panel?
Dialogue System: NPC and PC Subtitle Panels Not Displaying - Showing Red X Instead
-
- Posts: 3
- Joined: Thu May 15, 2025 9:50 am
Re: Dialogue System: NPC and PC Subtitle Panels Not Displaying - Showing Red X Instead
Hi,
Could you please show a screenshot?
Could you please show a screenshot?
-
- Posts: 3
- Joined: Thu May 15, 2025 9:50 am
Re: Dialogue System: NPC and PC Subtitle Panels Not Displaying - Showing Red X Instead
- Attachments
-
- Snipaste_2025-05-15_19-06-47.png (80.71 KiB) Viewed 7133 times
-
- Snipaste_2025-05-15_19-06-06.png (223.46 KiB) Viewed 7133 times
-
- Snipaste_2025-05-15_19-05-14.png (351.11 KiB) Viewed 7133 times
-
- Snipaste_2025-05-15_18-49-16.png (55.05 KiB) Viewed 7133 times
Re: Dialogue System: NPC and PC Subtitle Panels Not Displaying - Showing Red X Instead
Hi,
Thanks for the screenshots. Please try this:
1. Set both Dialogue Actor components' Subtitle Panel Number back to Default.
2. To bypass the response menu and show the player's lines in its subtitle panel, use these settings: How To: Bypass Response Menu When Player Has One Choice
Thanks for the screenshots. Please try this:
1. Set both Dialogue Actor components' Subtitle Panel Number back to Default.
2. To bypass the response menu and show the player's lines in its subtitle panel, use these settings: How To: Bypass Response Menu When Player Has One Choice
-
- Posts: 3
- Joined: Thu May 15, 2025 9:50 am
Re: Dialogue System: NPC and PC Subtitle Panels Not Displaying - Showing Red X Instead
Thank you very much! I used the method from your link and it seems to have fixed the problem.