Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: kikuTano on December 09, 2013, 10:50:29 AM
-
Hello to everyone,
i was watching this tutorial ( http://www.youtube.com/watch?v=OiA4o8KqBFI ) and I'm trying to use UIDraggablePanel to drag my list of objects on my GUI. But, when i try to add a component, i can't find UIDraggablePanel.. Currently i'm using NGUI 3.0.7.. Anyone can help me?
Thanks!
-
Since v3.0.6 it's called UIScrollView:
- NEW: Redesigned the draggable panel class a bit, and renamed it to UIScrollView. UIDragPanelContents is now UIDragScrollView.
-
http://www.youtube.com/watch?v=B66xhIvYF00&feature=c4-overview&list=UUQGZdUwzE8gmvgjomZSNFJg -- that video creates a scroll view (among other things) from scratch using 3.0.7.