UnityExplorer icon indicating copy to clipboard operation
UnityExplorer copied to clipboard

[Enhancement]: HiDPI support

Open LoganDark opened this issue 2 years ago • 1 comments

Describe the new feature or enhancement

UnityExplorer is very small on my display:

Plasma_DIVz4iX3uQ

It would be helpful if it could be scaled up in the options (I have a 200% scale factor, for example).

LoganDark avatar Oct 10 '22 04:10 LoganDark

Run this in the C# console or to your startup.cs

UnityExplorer.UI.UIManager.UICanvas.scaleFactor = 1.8f;

haywirephoenix avatar Oct 30 '22 22:10 haywirephoenix