Skip to main content

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

Hello! Really nice design, I love it. Only issue I have is that it seems like I have a scaling issue? Even after nine-sliceing, I need to scale a lot of things to up to 8x before it becomes usable/visible, on a 1920x1080 resolution. At least for the value bars. There's probably something wrong that I'm doing but I can't figure what! I'd really appreciate it if you could help me fix that! Thank you very much :)

Hi, sorry for my slow response over the weekend. This sounds like it might be a resolution or viewport setting issue. Could I ask which game engine you are using so I can provide accurate steps to fix this?

And thanks so much for the kind words, I appreciate it a lot!

Hey, sorry for the slow response as well!

I'm using Unity. I've tried a lot of things, and it always seem to be kind of weird.
Thank you!

Thanks. I believe this can be solved in Unity by adjusting the sprites Pixels Per Unit. Select all the sprites in the project window, and in the inspector find the “Pixels Per Unit (PPU)” and lower it. 16 or 32 should usually work. After clicking Apply you should see it change everywhere.

Please let me know if this helps.