Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

res-o-matic probably changed the in-game resolution and unity decided to save it in playerprefs config.
I could suggest you a solution:
Try to delete the game via windows control panel in order to delete the playerprefs config, but it will also erase your save probably, or just delete the playerprefs config, its located in the windows register:

HKEY_CURRENT_USER/SOFTWARE/Unity/UnityEditor

if it didnt help you at all, then Ill probably need to add a resolution change option in the settings, my bad!

That actually helped. Thanks a lot dude. Also wanted to say the game is awesome, keep it up.

Thanks! Ill make a dynamic resolution for the game so you wont have to struggle with low fps. It will automatically raise/lower your game resolution depending on your avg fps.