Search found 2 matches

by jal
Tue Mar 15, 2022 5:31 pm
Forum: Dialogue System for Unity
Topic: UI not enabling for conversation
Replies: 3
Views: 243

Re: UI not enabling for conversation

Thanks so much for your quick response! I didn't realize that the standard dialogue UI handled the enabling/disabling of things so I had added disabling to the OnClosed function within UIPanel. After removing that it's working as expected!
Thanks again!
by jal
Tue Mar 15, 2022 2:29 pm
Forum: Dialogue System for Unity
Topic: UI not enabling for conversation
Replies: 3
Views: 243

UI not enabling for conversation

Hi, I'm new to using this plugin so I don't understand everything 100% yet but I'm having an issue where the interface game object is disabled when OnUse is triggered. To explain the situation, I'm working on an RPG where an NPC challenges you to a battle with dialogue and on winning the battle ther...