Publisher | Nazar Korinnyi |
---|---|
File size | 1.65MB |
Number of files | 31 |
Latest version | 1 |
Latest release date | 2020-10-05 09:34:15 |
First release date | 2018-12-06 09:00:14 |
Supported Unity versions | 2018.4.2 or higher |
Nested Scroll View is an extension of the default UnityEngine.UI ScrollRect which adds useful features.
The new component adds gesture for correct and expected behavior when you have external vertical ScrollRect and nested horizontal ScrollRects.
By adding new smart elements of ScrollView’s content, NestedScrollView provides snapping elements to edge border and side menu functional.
Possibilities :
Nested Swipe
If you try adding vertical ScrollView as an external and another one (or more) as a nested, you will get a situation, when vertical swipe is blocked by nested ScrollRect.Base component solvs this problem
Snapping
Snapping(magnetize) elements of the ScrollRect content to the left border edge when a user finishes swiping and lifts his finger up. It protects for half element hiding. The snapping component is easily configurable and works smoothly
Side menu
Show side menu menu when user swipes on the element
Restrictions :
The asset works only with Vertical external and horizontal nested views
Supported platforms
The asset supports most popular platforms :
• PC (WINDOWS, MAC, LINUX)
• MOBILE(ANDROID, IOS)
• CONSOLE (XBOX, PS4)
• WEB
• VR/AR
Features
• The asset's setup is very easy and fast
• Has user friendly interface
• Example demo scenes are included