Skip to content

Instantly share code, notes, and snippets.

@Astroneko404
Last active July 25, 2022 07:28
Show Gist options
  • Save Astroneko404/3768096686a1148f53c844003972683d to your computer and use it in GitHub Desktop.
Save Astroneko404/3768096686a1148f53c844003972683d to your computer and use it in GitHub Desktop.
Open UnityHub with Proxy
@echo off
set HTTP_PROXY=http://127.0.0.1:1088
set HTTPS_PROXY=http://127.0.0.1:1089
start "" "D:\Program Files\Unity Hub\Unity Hub.exe"
rem Check the version -> "C:\Program Files\Unity\Hub\Editor\2022.1.10f1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment