Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Try rendering your game to a 160x144 render texter with your current camera.

Then make a second camera and a canvas set to "screen space - camera" . Add your render texture to a "raw image" component on that canvas (or a child of it), and have it fill the screen.


(Alternatively try changing the pixels per unit of your assets, but this may break other ways that your game is set up)