Scaling Unity 6 Editor on 4k Monitors on linux Ubuntu

I can’t find how to scale the editor UI on my 4k monitor. I wouldn’t change my monitor settings. Where is the UI Scaling option of the previous versions? I’m using Linux - Ubuntu 22.04.
Sorry if I sound rude, thanx for your time!

2 Answers

2

I confirm, I was able to edit the /opt/unityhub/unityhub script and add

export GDK_SCALE=2
export GDK_DPI_SCALE=0.5

before the long gnarly exec command. Doesn’t work if you add the arguments to the unityhub.desktop file, so it’s good that this file is a bash wrapper. Also, GDK doesn’t support non-integer scales, so no 1.5x available.

Try running UnityHub with this command:

GDK_SCALE=2 GDK_DPI_SCALE=0.5 unityhub