Canvas Size For Vertical UI

@slackmoehrle, @StudioAMK, @zzf_Cocos, @jare
Hi Sir,
What is the best Canvas width & height size for vertical UI?

What devices are you targeting? Have you heard of design resolution?

https://docs.cocos2d-x.org/creator/manual/en/?q=Design%20resolution%20

1 Like

For us, we stick to 16:9 or 9:16 during game layout stage. Then, for some scenes, we work on responsiveness and think about which elements should move to where. So, all based on game types and how much time you have for the project.

A good start would be, just stick to 9:16 - 540x960.

2 Likes