Hey Tony, just a small thing I can't figure out, I'm wondering how to get rid of the scroller in the dialogue UI. I deleted the object and set the Button Template Scroller component to None, but there is still this weird space in the text box where the scroller used to be. I also disabled the Uniy UI Scrollbar Enabler on the Dialogue Panel.
Thanks!
Scroller taking up space in UI despite being deleted
-
- Posts: 192
- Joined: Mon Jul 01, 2019 1:21 pm
Re: Scroller taking up space in UI despite being deleted
Hi,
Inspect the Scroll Rect GameObject, and set the Rect Transform component's Right value to 0.
Inspect the Scroll Rect GameObject, and set the Rect Transform component's Right value to 0.
-
- Posts: 192
- Joined: Mon Jul 01, 2019 1:21 pm
Re: Scroller taking up space in UI despite being deleted
Glad to help!