Hey guys, I'm making a mobile game, so one of my main concerns is having the game fit into any screen with the layout intact. I thought about doing so by splitting the screen into rows and columns and add the layout parts to its corresponding cells using screen.width and screen.height.
Is it a valid method? Are there any other effective techniques for achieving this?
**PS**: the game is 2.5D with a static background.
↧