Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | Marshall Demirjian |
When I export my game to Web(HTML5), using any web browser on a Mac, things are displayed zoomed out compared to other platforms (running in editor on Mac/Windows, exporting to web and running on Windows, all show it normally).
Also it is important to note that it is not just simply some scaled version of the others. The UI is roughly half the size, but maintains my positioning rules, and cameras in the scene are also roughly zoomed out to show double the space. Here is an example of two identically sized windows, the first running on Windows & the second on Mac (both on chrome):
Imgur: The magic of the Internet
Imgur: The magic of the Internet
I have seen similar things about some HdDPI setting but I have tried both disabling and enabling this and it had no effect. I am guessing this has to do with the Retina display but I don’t know how to deal with it. I also am not sure whether this is a setting I need to change in Godot or perhaps something I need to change in the HTML file for web exports.
Any help would be greatly appreciated!