Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity hub black screen

create a .bat file with these lines as its content:
@echo off
set HTTP_PROXY=
set HTTPS_PROXY=
setx UNITY_NOPROXY localhost,127.0.0.1
start "" "C:Program FilesUnity HubUnity Hub.exe"

MAKE SURE THE PATH POINTS TO WHERE UNITY HUB IS ON YOUR OWN MACHINE
Run the file by double clicking or via PowerShell. May or may not need to run as Administrator

Upvote if this has helped you so that more people see it!!

see my forum post here for additional help:
https://forum.unity.com/threads/using-proxy-will-cause-unity-hub-failed-to-open.1187914/#post-7810242
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# download string url 
Csharp :: c# override index operator 
Csharp :: unity keycode 
Csharp :: c# throw exception 
Csharp :: C# How to change the text colour? 
Csharp :: dictionary to string c# 
Csharp :: alphabet string[] c# 
Csharp :: querymultiple dapper c# 
Csharp :: prettier inst working c# 
Csharp :: data annotation c# name 
Csharp :: transformar de string a int c# 
Csharp :: best way to compare byte array c# 
Csharp :: c# split text by spaces 
Csharp :: c# OnMouseUp unity 
Csharp :: wpf restart application c# 
Csharp :: get connectionstring from web config c# 
Csharp :: how to make an object invisible unity 
Csharp :: c# string array initialization 
Csharp :: get working directory c# 
Csharp :: c# how to get connection string from app config 
Csharp :: new line console c# 
Csharp :: unity ignore collision between two objects 
Csharp :: c# datagridview filter textbox 
Csharp :: c# list grouping 
Csharp :: 2d topdown movement unity 
Csharp :: c# check if string is all numbers 
Csharp :: c# stop process 
Csharp :: forech unity 
Csharp :: how to set unique constraint from EF core 
Csharp :: unity key up 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =