Hi!
So, I got awesome help last time, so I thought I'd try again.

I'm re-sizing a UITexture with these two lines:
texture.width += someValue;
texture.height += someOtherValue;
Which works in the sense that it re-sizes it, as it should, but for some reason, running just one of these lines, will move the UITexture towards it's anchor point "average". So mine is anchored to the top and left side of the UIRoot, which moves it up an left. (Top and right would result in the texture moving up and right instead.)
Why does it do this? Am I missing something?

Cheers!