Hey guys
So I’m trying to implement a few scrollbars into one of my systems’ UI, but I have a few issues I’m struggling to figure out on my own:
- The scrollbar is visible in Edit mode, but it disappears (i.e: it self-turns itself off) during gameplay, and I have no idea why (and toggling it back on doesn’t bring it back either). Here’s a screenshot of what I mean:
No matter how hard I click, this toggle for some reason absolutely refuses to work (as if some Update function commanded it to go false, not sure… just a wild guess)
- One of my scrollbars needs my mouse to be extremely close to it, or it won’t scroll. I have no idea why it’s acting like this. I’ll attach some screenshots to explain what I mean:
If it’s in the red zone, yes it works. In the blue zone, where I expect it to work, no it doesn’t work
Where have I gone wrong for these two issues?