Skip to main content

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

Thanks for playing and for the commentary!

Oh and also for the heads-up, the scaling issue is new for me! I'll try to simulate and fix it, there are probably more people with this issue. It's working at 100% zoom on my end, maybe it has something to do with the screen resolution or something.

(+1)

Found the issue - your comment on screen resolution reminded me that Windows 10 screen scaling is by default set to 125% (as in screenshot below), when I changed this to 100% the game worked perfectly at default browser settings. Odd that it affects this and not other Unity projects though?

Easy enough for me to work around though :)

(1 edit) (+1)

Thank you so much! That was exactly it, and I was able to fix it by forcing the devicePixelRatio to 1 to prevent unwanted scaling. I'll upload a new build to fix that. I'm not sure if other unity projects are using the PixelPerfectCamera component, but maybe the issue has something to do with it.

EDIT: Should be working fine now for both 100% and 125% sizes.

(+1)

Runs perfectly for me now! Glad you found a solution :)