Hey!
I am making a 2D shooter as a school project and I have a problem as I build the scene.
When I build in web player or other standalone I get kind of a black box on the right hand side. How do I get rid of it so that the actual game is set to the center?
Here is a picture to better show the problem:
Just some questions that might help solving this:
Did you use any assets that might have influence on your camera?
Maybe something that should split up the camera for multiplayer?
Also, did you use Unity UI images for this or are those regular 2d sprites?
No, didn’t use any assets of that kind and the images are just 2D sprites. Although, the background is placed on a quad.
EDIT: The camera have a vision just as big as the image.
You only have one camera in your scene, right?
If you click on your camera, does the little preview window show the same as the image you posted here?
If so, maybe you just have to move the camera to the left.