perhaps I am exposing a problem in my own UI setup....
If I call ResetPosition on my draggable panel it gets set to: x= -1084590, instead of 0. I wonder where this random number is coming from that the draggable panel thinks is its top right... all parents are 0,0,0 in for their positions except for the UI root which I set to -1426 on x so that it wont be in my 3d camera.
Any ideas folks?
btw that random number was the same x I got when I had button offset on..
Also I am finding that unless I set the localScale of my buttons in code right after instantiation they come out as 735,735,735 scale instead of 1,1,1.
Ideas?