Search found 2 matches

by Strongal
Thu Aug 06, 2020 5:02 pm
Forum: Dialogue System for Unity
Topic: Custom buttons on UI
Replies: 3
Views: 209

Re: Custom buttons on UI

Hi, Use Conditions on Declaracion2 and Presion1 so only one can be true at a time. ( Conditions Tutorial ) By default, the Conditions for Declaracion2 should be true. For example: Declaracion2 Conditions: Variable["Interrupt"] == false Presion1 Conditions: Variable["Interrupt"] ...
by Strongal
Thu Aug 06, 2020 2:32 pm
Forum: Dialogue System for Unity
Topic: Custom buttons on UI
Replies: 3
Views: 209

Custom buttons on UI

Hello! First of all, this is an amazing asset <3 I'm trying to create some sort of "interruption" during a conversation, in which you can stop the other character message by pressing a button in the canvas. This is how it would look, if I simplify it https://ibb.co/hKL70mV (Edit: Seems lik...