Skip to main content

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

Sorry, guys. I'm pretty new to game dev and am working in Unity. To set this up, I make my camera 160 x 144 but how would I scale it as is mentioned above? Does anyone have a guide they work off for newbies?

I used this in #lowrezjam. ( Unity )

http://pastebin.com/typctTFd

Thanks!

I'll be honest, I've not heard of a lot of the functions/methods (whatever they are in there) before! So I'm assuming you attach that to your camera? Perhaps sorting out the scaling is something I can focus on post-jam so I don't get distracted. haha

Just set screen resolution in w, h. drag code into camera. Done :)

woo hoo, that couldn't be easier. Thanks!