Page 1 of 1

How to deactivate Scroll Bar

Posted: Thu Apr 28, 2022 12:36 am
by rauljl1
Hi, Tony. I plan to use few buttons, so I've tried to disable scrolling for responsive buttons, but I can't. :roll:

Re: How to deactivate Scroll Bar

Posted: Thu Apr 28, 2022 8:29 am
by Tony Li
Hi,

You can either remove the scroll bar from your dialogue UI, or add a UIScrollbarEnabler component to your response menu's Scroll Rect and assign it to the Standard UI Menu Panel component.

Re: How to deactivate Scroll Bar

Posted: Fri Apr 29, 2022 10:54 am
by rauljl1
Hi, Tony. Which audio source use the audios on Sequence like AudioWait(some_sound) ?
I have a sound system whic is controlled by a volume system. Currently, the volume slider isn't working because i suppose audios on Sequence are produced with other audio source?

Re: How to deactivate Scroll Bar

Posted: Fri Apr 29, 2022 11:05 am
by Tony Li
The Audio(), AudioWait(), and Voice() sequencer commands will look for an Audio Source component on the subject. If the subject doesn't have an Audio Source, it will create a default one.

Instead of relying on the sequencer command to create a default Audio Source, add an Audio Source yourself to the subject at design time. This way you can assign its mixer channel for volume control, etc.

Re: How to deactivate Scroll Bar

Posted: Fri Apr 29, 2022 11:54 am
by rauljl1
Thanks!