Author Topic: Drag and drop issue  (Read 1259 times)

tapanit

  • Guest
Drag and drop issue
« on: August 22, 2013, 08:36:20 AM »
I'm totally new with C# and I took scripts DragDropSurface, DragDropItem and DragDropRoot. I'm able to move my object to the surface but instead of destroying it, I need to keep the object in the surface. I tried it by transform.position but instead the object returned into its original location. Any ideas how to make the object stay in the surface? Thanks

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Drag and drop issue
« Reply #1 on: August 22, 2013, 10:04:30 AM »
If you need custom behaviour, write a custom script. ;)