I’m trying to get my game to run in windowed mode, but whatever I change it to in the Player Settings, it always builds as full screen.
I have PC, Linux, and Mac Standalone set as my platform.
I’ve been wrestling with this for a while and haven’t found anything helpful. Thanks in advance!
When you launch the build for the first time it uses default settings. It then saves the settings for the next time you launch the build. That is so it remembers what the player changed the settings to. Just wipe those out to go back to defaults. On Windows they should be in the registry, around the same location as PlayerPrefs are saved.
Could you elaborate a little on that? Where would that be on a Windows machine?
From the manual:
On Windows, PlayerPrefs are stored in the registry under HKCU\Software\[company name]\[product name] key, where company and product names are the names set up in Project Settings.
1 Like