Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: ilanb on October 20, 2014, 03:10:16 AM
-
Hi,
I use UIScrollView attached on UIPanel with soft clip selected, when I scroll after one or two scrolling movement, scroll freeze !
Impossible to scroll again.
I have tested on editor and on device, iphone 4 and 5 same problem.
Unity 4.5.5 and NGUi 3.7.4
If I use other clipping param scroll never stop but content is not clipped...
Screenshot : http://screencast.com/t/ZyxtRMALPcBS
Thanks for help
-
I'm guessing your collider is a child of the scroll view, so you end up moving it as you scroll.
It should be outside of your scroll view, not inside it. Look at NGUI's examples.
In the future, always check UICamera's Debug option first to see what's intercepting your events. It'll give you a solid idea of what's wrong.
-
Thanks Aren,
Sorry for disturb :o
Works fine now !