Skip to content

Instantly share code, notes, and snippets.

@yuna0x0
Created April 21, 2025 06:27
Show Gist options
  • Save yuna0x0/7badea415c4b83ebc3473010d49fe9b8 to your computer and use it in GitHub Desktop.
Save yuna0x0/7badea415c4b83ebc3473010d49fe9b8 to your computer and use it in GitHub Desktop.
UnityExplorer UI Scale Factor (HiDPI) - Run this in the C# console or startup.cs
// Reference: https://github.com/sinai-dev/UnityExplorer/issues/181#issuecomment-1296365106
UnityExplorer.UI.UIManager.UICanvas.scaleFactor = 2.0f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment