I followed the space shooter tutorial, redid the art and added another villain level. Now I am building it and am having an issue. The game camera in Unity only sees what is inside the 600 x 900 rectangle. Like this:
Depending on your target platform you should do different things.
If your target platform is standalone then I believe to get what you want you should uncheck ‘Default is native resolution’ and set your specific resolution there.
But I guess you are publishing for web, so then it should be as simple as to go to ‘Settings for web player’ and fill in your resolution there.
But you might want to check some of the other options in that window to get exactly what you want.