Hi, I just had a simple question. is their a better way I can parent a UISlider to the gameobject?
my current solution is to do gameobject.transform.position = this.transform.position;
in Update, but I feel theirs a better way. I think its in Anchor, but when i search for the function, it just gives me a boolean. is their a better way, or a built in NGUI call for this?