gretechnologies.blogg.se

Unity pc build resolution
Unity pc build resolution






unity pc build resolution

  • If you're starting from scratch, you likely already have a Main Camera in the scene.
  • I like to name the camera "Viewport" to remind me of what its job is. It doesn't matter what you name either of these, btw.
  • Your cube will go in front of this new camera.
  • In your Hierarchy window/tab, Right-click > Add > Camera, and then make a Cube.
  • I'm assuming you know at least that much. If not, there's plenty of guides for that. If you're tinkering with Unity, you probably know how to add objects and check the inspector and look at your assets window.

    unity pc build resolution

    Your game is now super tiny! And potentially unplayable! Setting Up Shop With RenderTextures Next, you'll want to go back to the dropdown and pick your custom resolution - in this case, 64圆4. Width and Height are pixel values - you will want to add a 64圆4 resolution setting for this Jam, as well as another resolution for whatever screen resolution you want to be testing at. Leave the Type at Fixed Resolution, for magical Unity reasons.

    unity pc build resolution

    It can do that! It's magical and awesome (and extremely important for GUI testing in-editor).Ībove, you can see the location of the resolution picker for the Game window. The Game window needs a bit of setup so that you can see what actual scale you're working at. Whether you're new to Unity or you're like me, bumbling your way through learning Unity without checking guides a lot of the time, there's something we need to touch on first. Note: This isn't exactly necessary, but it can be fun to see what your game looks like at 64圆4 resolution! Thank you Kavehes from the Discord jam server for letting me know about Screen.SetResolution! Setting Up The Game Scene If you really want to make your game be 64圆4 in size, though, there's always Screen.SetResolution - though there are some participants on a 4K screen, and it will be even more impossible to play than on a 1080P screen like myself. So you might be wondering to yourself, "How do I make low resolution games in Unity? How can I scale them up without losing my original pixel grid?" This guide answers to aim that.








    Unity pc build resolution