how to change the scale of a UI element in unity using c# code example
Example: how to change the size of ui in script unity
_image.rectTransform.sizeDelta = new Vector2(width, height);
_image.rectTransform.sizeDelta = new Vector2(width, height);