Author Topic: Creating a Scroll View (secondary camera) with Drag & Drop  (Read 2984 times)

Naveenkumar CG

  • Guest
Creating a Scroll View (secondary camera) with Drag & Drop
« on: August 12, 2012, 10:17:28 AM »
hi I am using Unity 3.5.5
and NGUI v2.1.4a
i am trying to create a Scroll View(Camera) with drag and drop
Can you kindly write a tutorial about how to go about it
As i am unable to create the same in Unity
Thank You in advance

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Creating a Scroll View (secondary camera) with Drag & Drop
« Reply #1 on: August 12, 2012, 04:34:34 PM »
It's difficult to do with the camera-based approach, as then you need a third camera to make dragging between panels possible. I suggest you stick with the panel-based drag & drop.