Search Unity

Build resolution problem

Discussion in 'Getting Started' started by Aesthetic1044, Mar 19, 2021.

  1. Aesthetic1044

    Aesthetic1044

    Joined:
    May 8, 2018
    Posts:
    4
    In Unity i can change resolution but in build it only gives me 1024x1024. What's the problem?
     

    Attached Files:

  2. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    If you're talking about a standalone build, the default resolution is used the first time the build is run. That resolution is then saved, and reused the next time the build is run, even if you have changed the default since then. Those settings are saved near where PlayerPrefs are saved. Just delete them, and rerun the build.