Support => NGUI 3 Support => Topic started by: Tomleung on June 14, 2014, 05:28:04 AM
Title: A bug in the Example DragDrop
Post by: Tomleung on June 14, 2014, 05:28:04 AM
I want to tell the author that from the 3.6.3 version to now 3.6.4, there is still having some problems on Example 11 - Drag & Drop. Please check it out and fix them. Just at least try drag the items on the cubesurface and at least one problem would be found. Thank you!
Title: Re: A bug in the Example DragDrop
Post by: ArenMook on June 15, 2014, 05:11:26 AM
Hmm... interesting. Thanks, I will fix that.
Edit: I missed one line on my end. You can fix it by adding
lastWorldPosition = lastHit.point;
after line 601 in UICamera.cs. I will have it in 3.6.4b.