Page 1 of 3

Problem with the scrollview

Posted: Wed Dec 13, 2017 9:20 am
by hapciupalit
So I was modifying the UI for the Quest to play nice with my game, when I found out that the scroll is not working, so I taught that maybe I'm doing something wrong, so I used the default one just to test, and had the same problem.
Here is a link to my problem

https://youtu.be/fbEP2oECA1U

Also I was wondering if it easy to have this UI for the Quests, cuz right now I don't understand quite the way it works, so if it's hard I'll find another solution.

Image

Thank you

Re: Problem with the scrollview

Posted: Wed Dec 13, 2017 11:21 am
by Tony Li
Hi,

It looks like your ScrollRect and Scrollbar got disconnected.

What version of Unity are you using? I'll post an example that's similar to your screenshot. Is the big white rectangle supposed to be an image? Or more text?

Re: Problem with the scrollview

Posted: Thu Dec 14, 2017 2:37 am
by hapciupalit
Hi,

I'm using Unity 2017.2.0f3 Personal Edition.
The white block is an image and actually it should go in the scrollview with the rest of the text.

Also I checked the ScrollRect and I see the correct Scrollbar listed there.

Re: Problem with the scrollview

Posted: Thu Dec 14, 2017 9:09 am
by Tony Li
Got it. I'll put together an example and send it to you shortly.

Re: Problem with the scrollview

Posted: Thu Dec 14, 2017 9:12 am
by hapciupalit
Thank you very much!
I appreciate it

Re: Problem with the scrollview

Posted: Thu Dec 14, 2017 9:18 pm
by Tony Li
Hi,

Here's an example:

[EDIT: Updated link:]
TwoPanelQuestLogWindow_2017-12-15.unitypackage

It looks like this:

Image

It uses a subclass of UnityUIQuestLogWindow to add functionality for two panels (left/right). The code is commented, so you can customize it if you want to change the way it works.

Re: Problem with the scrollview

Posted: Fri Dec 15, 2017 3:00 am
by hapciupalit
Thank you very much. This is awesome, and works perfectly for me.
Have a good day

Re: Problem with the scrollview

Posted: Fri Dec 15, 2017 6:03 am
by hapciupalit
So I've been working with the example you gave me and it was everything ok until I moved it into my scene in my canvas, and my problem persisted, so I've been trying to understand what was the problem, and went back to the example you gave me, and checked the pixel perfect option on the canvas, and I had the same problem.

Here is a link to the video.

https://youtu.be/VLgXf5nACFE

Do you have any idea what could be the problem?

Re: Problem with the scrollview

Posted: Fri Dec 15, 2017 7:15 am
by Tony Li
Interesting. The ScrollRect had an unused Vertical Layout Group. The Pixel Perfect option doesn't like this.

I removed the unused Vertical Layout Group and updated the download link above. It should work now.

In the upcoming version 1.7.7, I'll remove any unsed Vertical Layout Groups from the built-in quest log window prefabs, too.

Re: Problem with the scrollview

Posted: Fri Dec 15, 2017 7:56 am
by hapciupalit
Thank you very much, for your help and I hope I didn't disturbed you too much!

Have a good day!