Hi All,
I've been building a first very simple game which has been going well. I have scaling setup as 'Scale outer' to maximise screen estate on mobile and re-position / anchor things which again works great.
I'd like to change the scaling mode to 'Letterbox scale' on desktop but can't quite figure out how to do this? I see the event system condition 'Is on mobile' which I can invert to detect desktop but can't see how I can change the scaling?
The game is aimed at mobile but for desktop I don't want it to allow the extra horizontal screen estate as an ultrawide screen (like I have!) makes the game unplayable. Ideally it should take up as much space as it can in 'Letterbox scale' but it would also be useful to be able to set to a fixed size on desktop if needed.
FYI At the moment this is all just running non fullscreen i.e. windowed in a 'normal' browser window.
Hopefully this makes some sense! Thanks all :)