Hi Tony,
I'm getting some strange errors that I'm having trouble fixing myself. Basically, I have a scene with a conversation that ends (and with debug info on it does say "conversation ending" in the console log, but I get an error on the line of dialogue with the (LoadLevel) sequence command on it that says "Can't Find Subtitle Panel For [Character] 'Line of Dialogue.' It still loads the new scene where the player selects what recipe they want to make (I'm making a cooking simulator), which then loads what is supposed to be another dialogue scene, but the dialogue UI doesn't show up and I get the same "Can't find subtitle panel" error . Oddly enough, the voice clip that's supposed to play on the first line of dialogue in this scene does play, but the UI doesn't show up. When I load the scene on its own instead of transitioning into it from the first scene, everything loads fine so I think the problem is in the transition, but I have no idea how to fix it.
I've attached some screenshots of what my editor looks like and the console messages I've been getting. Please help!
Can't Find Subtitle Panel For [Character] 'Line of Dialogue'
-
- Posts: 5
- Joined: Fri Mar 01, 2024 1:42 pm
-
- Posts: 5
- Joined: Fri Mar 01, 2024 1:42 pm
Re: Can't Find Subtitle Panel For [Character] 'Line of Dialogue'
Update: this appears to be the case for every scene transitioning into another one using the (LoadLevel) command
Re: Can't Find Subtitle Panel For [Character] 'Line of Dialogue'
Hi,
If possible, make your dialogue UI a child of the Dialogue Manager (i.e., inside a Canvas in the Dialogue Manager's hierarchy). This post has screenshots and an explanation of what's probably going on: How To: Manage Player Controls and Scene Changes
If possible, make your dialogue UI a child of the Dialogue Manager (i.e., inside a Canvas in the Dialogue Manager's hierarchy). This post has screenshots and an explanation of what's probably going on: How To: Manage Player Controls and Scene Changes