Unity-UI-Extensions / com.unity.uiextensions

https://unity-ui-extensions.github.io/
1.24k stars 132 forks source link

Scrollrect Conflict Manager: navigation is difficult #240

Open SimonDarksideJ opened 2 years ago

SimonDarksideJ commented 2 years ago

Issue created by Michele Bombardi as Bitbucket Issue #​240 on 2018.05.17 17:20. I've an HorizontalScrollSnap as parent and inside it there are three pages:

I've added the Scrollrect Conflict Manager on the index 0 page ScrollView, setting the Parent Scroll Rect to be HorizontalScrollSnap (ScrollRect).

When I'm on that page and I want to scroll away to the index 1 page (without scrollview), the scroll is difficult and "bounce" on the index 0 page (with scrollview).

How can I solve this?

SimonDarksideJ commented 2 years ago

On 2018.05.31 11:01, @SimonDarksideJ commented: Can you please supply a sample test scene demonstrating the issue, I'm not quite picking up on your specific problem

SimonDarksideJ commented 2 years ago

On 2018.06.05 11:00 Michele Bombardi modified issue: attachment changed /UnityUIExtensions/unity-ui-extensions/issues/attachments/240/UnityUIExtensions/unity-ui-extensions/1528192798.3/240/TestProject.zipTestProject.zip

SimonDarksideJ commented 2 years ago

On 2018.06.05 11:00, Michele Bombardi commented: I've attached a sample test project with a scene that reproduce the issue.

SimonDarksideJ commented 2 years ago

On 2018.06.05 22:24, Marc Macià Roca commented: I'm having the same issue. Is there a way to achieve an HSS with vertical scrollable pages?

Seems related with #177 and #196