Hey,
I keep getting this error when I want to run the dialogue system
This is what my conversation looks like in terms of trigger
Weird error
Re: Weird error
Hi,
Can you scroll down in the bottom part of the Console window entry for that error?
The error is most commonly caused by a misconfigured UnityEvent, such as the OnExecute() event in a Dialogue System Trigger or any of the events in a Dialogue System Events component.
Can you scroll down in the bottom part of the Console window entry for that error?
The error is most commonly caused by a misconfigured UnityEvent, such as the OnExecute() event in a Dialogue System Trigger or any of the events in a Dialogue System Events component.
-
- Posts: 82
- Joined: Wed Mar 31, 2021 6:48 pm
Re: Weird error
Sure.
Is this what you need?
Is this what you need?
Re: Weird error
Thanks! On your dialogue UI, inspect the OnOpen(), OnClose(), and OnBackButtonDown() UnityEvents on your Dialogue Panel, subtitle panels, and menu panel(s). One of those UnityEvents is probably misconfigured.
-
- Posts: 82
- Joined: Wed Mar 31, 2021 6:48 pm
Re: Weird error
I think I got it. The issue was a null reference it seems. Dialogue manager was expecting a sfx to play from the gamemanager, but because the gamemenager reference wasn't added to the UI part of the manager, it wasn't working.
Thanks a ton for your help!
Thanks a ton for your help!