I'm making a game that goes into fullscreen mode when started up. I want to be able to optimise my game assets for all user's screen sizes. I have some code that traces the sizes of the user's screen size, but I'm not sure how I'd use this to optimise the game assets to fit the user's screen size.
Does anybody know how I could do this?
Thanks in advance.