Nargis
Nargis

Reputation: 769

Fit Texture background on Screen in Unity

I'm new in Unity and trying to add texture background. I know this question has been asked many times but still I'm having problem. I've set background texture following instruction given in answer of this thread.

GUI Texture as Background

And it's looking something like that :

enter image description here

the image which I'm trying to adjusting as background is :

enter image description here

Here is my main camera settings :

enter image description here

and background camera settings :

enter image description here

To adjust texture to fill background , I tried to take help from following link but I couldn't understand it.

Background does not fit on screen

Upvotes: 1

Views: 763

Answers (1)

user5383483
user5383483

Reputation:

To use texture as a background , add a cube object and load texture as its material.

Upvotes: 2

Related Questions