You can create a new UI Image object using Create | UI | Image:
The UI Image object contains the Rect Transform and Canvas Renderer components as well as the Image component.
You can create a new UI Image object using Create | UI | Image:
The UI Image object contains the Rect Transform and Canvas Renderer components as well as the Image component.
The first setting on the Image component is the Source Image property, which represents the sprite that will be rendered. The Color property represents the base color of the sprite being rendered. Leaving the color at white will make the image appear exactly as the sprite, but changing the color will add a tinted color overlay to the image. You can also change the transparency of the image by reducing the alpha value. The Material property allows you to add a material to the image. The Raycast Target property works the same way...