public static void SetPosition(this GUITexture gui, Vector2 newPos)
 {
     gui.SetPosition(newPos.x, newPos.y);
 }