Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Hey, could you please not force resize the window? It resizes to tiny even if i give Unity -screen-height and -screen-width. I made it somehow working in the past and had no issues with Gui or gameplay.

Btw, where is save data stored?

-screen-height and -screen-width work for me.  I created a shortcut to the executable, then in the shortcut properties I added the following at the end of "Target": -window-mode borderless -screen-width 2560 -screen-height 1440

Note that those are all single dashes.

That's what i did, since the game has no resolution settings and forces a (too small) resolution. But then it starts with the parameters-resolution and resizes to the small one a second later. And it worked one or two versions ago.