Top "Scrollrect" questions

Drag and Drop In ScrollRect (ScrollView) in Unity3D

I want to implement drag and drop on contents of scroll view. The problem is when you try drag items …

unity3d drag-and-drop scrollview eventtrigger scrollrect
What I Have Learned About Unity ScrollRect / ScrollView Optimization / Performance

ScrollView performance is a real drag (get it?), especially on mobile platforms. I frequently found myself getting less that 15 fps …

unity3d optimization scrollview frame-rate scrollrect
How to detect scrolling up or down in panel for Unity3d?

I would like detect scrolling up or down. Should be like Windows Form below. private void dgv_Scroll(object sender, …

c# user-interface unity3d unity5 scrollrect