After moving the background to a position of z1, I cant figure out how to get the background to fill the screen again, meaning there is a 1 unit blue square around the background picture now. I cant figure out how Ben got it to fill the screen.
Hi,
Can you provide a screenshot of the issue and also include screenshots of the Inspector with your main camera and background selected in the Hierarchy.
Hi Jeramy,
If you check you Main Camera, you’ll notice that you have it’s Projection set to Perspective;
…the blue gap around the edge of your background image makes sense when you put it in the context of moving it further away from the camera, which is what happened when you set it’s Transform’s Z component to 1.
Change your Projection setting to Orthographic and this should resolve the issue.
Hope this helps
See also;
- Unity - Manual : Camera
Thank you so much Rob!! Thats the second time you have helped me out of a jam and I really appreciate it!! It totally fixed it once I changed it to orthographic!! Thanks again for all your help and I am sure I will be talking to you again at some point!!
You’re more than welcome Jeramy, glad the issue is resolved
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.