I am developing a game on Unity 5.0.1 using NGUI 3.8.2. I want to add a scroll view. I am following this tutorial
http://www.youtube.com/watch?v=UK3aMHRfgcwThe steps which I have done are:
1. Added a scroll view and its depth is highest among all panels.
2. Added a sprite child, when I took beyond the corners of the scroll view, it does not get clipped as shown in video.
3. I then added boxcollider and UIDragScrollView script to this sprite so that it may scroll but it does not scroll.
I enabled debug on camera and when I take my pointer over the sprite in scrollview, it always show UIRoot whose depth is set to 0.
Can Anyone help me with it?