Hide Standard Dialogue UI Immedietely

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
muhammadadnan0075
Posts: 1
Joined: Wed Apr 17, 2024 6:28 am

Hide Standard Dialogue UI Immedietely

Post by muhammadadnan0075 »

Hello,
we have been using the plugin in our whole studio for quite some time and it's all great and good. We are using it for our all PC/Console and Mobile titles.
However when the conversation ends the Standard Dialogue UI take couple of seconds to deactivate the game object. Is there any config in the prefab that i can use which hides the game object immediately after the conversation is ended? We need this behavior in our mobile game since the joystick ui has lower sorting order than dialogue ui which consequently stops receiving the input until the dialogue ui is completely disabled which takes about two seconds.
One thing i should let you know is that on dialogue ui we have a full screen button which tapping anywhere advances the conversation so that full screen button is the one that blocks the input to the joystick until it gets disabled with it's parent object.
User avatar
Tony Li
Posts: 20649
Joined: Thu Jul 18, 2013 1:27 pm

Re: Hide Standard Dialogue UI Immedietely

Post by Tony Li »

Hi,

You can remove the hide animation from your dialogue UI (the Dialogue Panel and the subtitle/menu panels). If the dialogue UI isn't waiting for any hide animations, it will deactivate itself right away.
Post Reply