Mukarillo/UnityDynamicScrollRect

Compatible with Grid Layout?

Noxalus opened this issue ยท 6 comments

Hello,

First, thank you to sharing with us this great project, this is very useful!

Now I would like to apply the same kind of process but for elements inside of a grid layout that is inside a VerticalScrollRect.

Basically, it the almost same thing instead of I have more than one element by row, and it doesn't seem to work well from now.

I will try to update the code to make this possible, but if you have any advice of how you would do it, it will be great! ๐Ÿ‘

Hello @Noxalus,

Thanks for the feedback.
Do you mind sharing a photo/video of what you want to accomplish and a photo/video of what is happening?
If you can share your project/code, it would be great.

Thanks again!

Sorry for the delay, here is what I would like to do:

dynamic-grid-scroll

Here is my fork with the corresponding code.

No problem @Noxalus,
I understood your need. I will try to do it tonight.
Once I am done, I will let you know here.

๐Ÿ˜ฎ

Thank you very much for your quick answer! ๐Ÿ‘

Hi there, awesome library indeed but I was about to do the same post as @Noxalus! Has this being progressed at all?

hey @psarras
I am sorry, but I still didnt had time to work on this.
But you can achieve the same "effect" by making each element of the list be a list on its own.
So lets say you have a vertical list, so then you can make each element of it a horizontal list. By doing so, you have a grid.

I will try to have a look at this in the near future, but I can promise.

Also, feel free to send pull requests if you find a good solution.

Thanks!