Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: tapanit on August 22, 2013, 08:36:20 AM

Title: Drag and drop issue
Post by: tapanit 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
Title: Re: Drag and drop issue
Post by: ArenMook on August 22, 2013, 10:04:30 AM
If you need custom behaviour, write a custom script. ;)