Hi, me again.
So I'm making a mobile game to be deployed on android and I'm trying to set the screen size to change dynamically across devices. I've read the multiple resolutions section of the Godot docs and to my understanding all I have to do is enable "resizable" and set stretch mode to "canvas_items" and aspect to "expand" And anchor the UI elements
I do that. And NOTHING changes when I run a debug export on mobile. The viewport resizes just like I want it to but when I open the app on mobile it just stays locked at it's base resolution, anchored to the top left corner with a grey void where the game isn't stretching to. Even when I downgrade the resolution on the phone the game resolution stays the same and it just gets blown up.
Why does it work in the viewport but not in the exported app? Am I missing something? Please help. I am befuddled!
Thank You