com.unity.uiextensions icon indicating copy to clipboard operation
com.unity.uiextensions copied to clipboard

Scrollrect Conflict Manager: navigation is difficult

Open SimonDarksideJ opened this issue 2 years ago • 4 comments

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:

  • Index 0: has an Unity ScrollView (vertical).
  • Index 1: without scrollview
  • Index 2: without scrollview

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 avatar Apr 25 '22 19:04 SimonDarksideJ