Hope you are doing well!
This time, I'm trying to create two "toggle" buttons... Auto and Skip...
I did do a search on your forums first and came upon a 2015 thread about someone wanting to do something "similar"... I was tempted to necro it but the original author might not have appreciated the hijack so i made a new one
Here is the thread if you want to see what I already read through :
viewtopic.php?f=3&t=337&p=1894
at the very end, you write this line of code :
Code: Select all
DialogueManager.DisplaySettings.subtitleSettings.continueButton = DisplaySettings.SubtitleSettings.ContinueButtonMode.Never;
is there an aditional "using PixelCrushers.DialogueSystem;" line that needs to be added to manage settings?
I only want a button that "toggle on/off" the need for the continue button...
ALSO, I am looking for an actual skip button... that just skip the conversation altogether... without any check...
Would it be appropriate to simply use DialogueManager.StopConversation(); mapped on a separate button that i put in the canvas ui of the dialogue? That seems to be the easiest way to do it...
EDIT : I just made a button that did just that... and so far it seems to work perfectly
so only need the answer for the "auto/continue - toggle" button now
Thank you as always for your time and have a nice day!