How to create 2 scenes with different sizes?

I am using Cocos Creator 3.3.2

In my game I have 2 scenes one for desktop browsers and another for mobile browser.

The desktop browser runs landscape mode and I want the mobile to run portrait mode.

When I check the 2 scene both of them has width and height of 1200x768

Is there a way to create mobile scene as 768x1200?

I can ask engineering to have a look.

@slackmoehrle
The problem I have is these values are fixed
Capture

Or

is there a way to build a scene in 1200x768 that looks like it is running in portrait mode?

try this?

view.setDesignResolutionSize(width,height,ResolutionPolicy.FIXED_HEIGHT)

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.