Hello,
I created a Button then attached the Script "UIDragObject" inside of the inspector I set the Target to this Button to be able to drag it which it does drag when I have it clicked and held down but when I release it the button goes back to its original position.
How would I drag the button so that when I release the mouse button it will stay where I released it?
I also tried the same thing but attached a Sphere to the Target which works fine because Im assuming its a 3d object and has 3d coordinates (unlike a button?) and when released it stays where it was left.
So how would I do the same thing with a button?
Sincerely,
Michael