Hi,
Unfortunately, there’s no way to modify the pixel device factor in the Preferences menu outside of the values provided - as someone who uses a 1440p screen, I can definitely empathize with wanting a middle ground between the two values you listed, so I’ve added it to our internal feature/improvement tracker.
That said, as a workaround, if you navigate to your 2.02.00 config file, you can add or change the “forcedDevicePixelRatio” property to set a specific value:
<property name="forcedDevicePixelRatio">
<value>1.14999998</value>
</property>
I find 1.15 to be a good middle ground, but feel free to mess around with it and find a value that suits you. If you do find one you like, could you please let me know what it is, and also your screen size and resolution?
If you’re on Windows, you should be able to find Studio.02.02.00.config
at “C:\Users\YourUsername\AppData\Local\FMOD Studio\Settings”. If you’re on Linux, you should be able to find it at “~home\FMOD Studio\Settings”. The only downside to this is that reopening the preferences menu will reset the property in the config file, so you’ll need to set it again.