Search found 3 matches
- Mon Jul 22, 2024 3:34 am
- Forum: Dialogue System for Unity
- Topic: Error: SelectorUseStandardUIElements can't find a StandardUISelectorElements component in the scene.
- Replies: 1
- Views: 387
Error: SelectorUseStandardUIElements can't find a StandardUISelectorElements component in the scene.
Hi everyone All of the sudden, none of my NPCs work and I get an errors that say NullReferenceException: Object reference not set to an instance of an object PixelCrushers.DialogueSystem.DialogueSystemTrigger.DoConversationAction (UnityEngine.Transform actor) (at Assets/Plugins/Pixel Crushers/Dialog...
- Sat Sep 16, 2023 4:03 pm
- Forum: Dialogue System for Unity
- Topic: How do i make the UI use the correct subtitle panel?
- Replies: 3
- Views: 238
Re: How do i make the UI use the correct subtitle panel?
Hi, thank you for your response
I was able to resolve it by deleting the NPC actor, creating a new one and assigning it to the existing conversation
Prior to that, I created the NPC actor before starting the conversation, so that might've been what caused the issue
I was able to resolve it by deleting the NPC actor, creating a new one and assigning it to the existing conversation
Prior to that, I created the NPC actor before starting the conversation, so that might've been what caused the issue
- Fri Sep 15, 2023 11:41 pm
- Forum: Dialogue System for Unity
- Topic: How do i make the UI use the correct subtitle panel?
- Replies: 3
- Views: 238
How do i make the UI use the correct subtitle panel?
I am setting up multiple NPCs in my 2d game So far, the dialogues work correctly for all of them, but for some reason one of the NPCs only speaks to me via the "PC subtitle panel" instead of "NPC subtitle panel" in the UI How would i fix that? I am attaching a sample of how the d...