I am using GUITexture for alot of my gui, is there an easy/quick way of simply scaling it depending on resolution (because right now on ipod 4 it literaelly covers only 25% of the screen).
Remove all pixel inset values and just use the transform scale, where (1.0, 1.0) = full screen width/height.
βEric