-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use a lower editor scale by default on 720p mobile displays #64165
Comments
If the default scale was lower than 200% on mobile, then the editor would be unusable because controls would be too small for a touch screen. You'd constantly be pressing the wrong buttons 🙂 That said, for low-end devices with 720p screens, we probably don't have any other choice than making the default scale 150% instead of 200%. cc @m4gr3d Switching the editor language to English should help make more of the editor fit on screen, as texts will be shorter. However, keep in mind this can only be done from the Editor Settings, not the project manager: #60353 |
I think small UI is fine, it should definitely fit the screen. If it's too small to be comfortably usable it's still better than seeing only a quarter of the UI :) |
@werryxgames If your dpi is Can you validate your dpi is correct, and that you haven't overwritten the default scale selected for your dpi. |
@werryxgames Does the editor fully fit with the |
@m4gr3d, 125% is the best |
But for example you can add "Show Inspector" button (or with icon), that will show fullscreen inspector. Button will only show, when there is no visible inspector, or it don't show fully (like 150% screenshot) |
Actually this is a good idea also for those people on desktops who want more space for the rest of the editor... |
|
This comment was marked as off-topic.
This comment was marked as off-topic.
Fixed by #71838 |
Godot version
3.5.stable
System information
Android, GLES2, Xiaomi Redmi 9C 720x1600 269dpi
Issue description
By default Godot's resolution is 200%, but there is no inspector with 200%. Can't edit any node's property. I can change resolution in settings, but I want default resolution to be usable
Steps to reproduce
Download stable Godot Editor 3.5 APK from official releases on Redmi 9C
Install downloaded file
Create or open any project
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: