0:00 Adding a canvas to the scene
0:12 How to add an image to the UI in Unity Editor
0:35 Changing the sprite of the image
1:05 Setting the anchors of the image
2:17 Creating the C# script and attaching it to the canvas
2:51 Creating the image game object and setting the canvas as its parent
3:17 Creating the image component
4:31 Loading the sprite as a resource and attaching it to the image component
5:18 Setting the anchors of the image from the script
6:07 Finding the size of the canvas