How to HOLD my SCENES?

Why only “three external layers”?..
their are i guess more than three aspect ratios right?

Also, could you please help me make a resolution adaptive script which i can use.
i am dead stuck with it, i have all my assets and game plans ready…but the only problem is to make it work on different aspect ratios.
Can you help?

Hi! Of course you can make more than three External Layers. I based my answer on the aspect ratios you’ve already mentioned. I played a little bit with the project’s properties and found that the “change height to fit the screen or window size” option seems promising.

If you really want to make a resolution adaptive script I recommend that you read this page about Android’s responsive design:
https://material.io/design/layout/responsive-layout-grid.html#columns-gutters-and-margins
Maybe start from there and if you need help with something i’ll try my best to help you.

I hope your game is progressing. Another thing you could also try is making your game work for one aspect ratio, the one you feel is the more important for your game, and make it work for the other ones later.