Godot Version
4.3
Question
My web export is getting cropped. I have tried many configuratoins and tried running on my local server. But the screen is getting cropped.
Screens :
My configurations are:
I am not sure what am I doing wrong.
4.3
My web export is getting cropped. I have tried many configuratoins and tried running on my local server. But the screen is getting cropped.
Screens :
My configurations are:
I am not sure what am I doing wrong.
Edit : After investigating with some discord buddies I found not just for html builds, none of the builds are resizeable. So it is not maintaining the aspect ratio any way. we printed logs print(get_window().content_scale_aspect) and we got 1 as output. Still the windows are not resizeable. I have tried redownloading godot, switching from compatibility to forward+, nothing seemed to work. The settings are working on discord buddy’s machine but not mine. So we are still hopeless
I think windows aren’t resizing because of “window width/heigh override”.
Maybe changing stretch mode to viewport will remove crop.