Hi, i already tried to find a solution in other threads but without success.
I installed yesterday Unity Hub and Unity Editor. When i tried to open up Unity , it asked me to install the Hub, even if it is already installed. I went through the logs folder of the Hub but anything was inside it, just an empty folder.
Anyone can help me to solve my problem?
btw i m using windows 10 already updated if it can help u
Can you try opening the hub application alone without opening any Unity editor ? Maybe you are behind a certain firewall and you need to enable the app to run. If it didn’t work please uninstall and reinstall the latest version of the hub again and then come back to us
Ok, i tried to open it without opening the Unity editor, so i reinstalled the latest version of unity Hub but same problem, no logs too.
I tried to disable the windows firewall but anything changed =/
Another thing you could try is deleting the UnityHub directory entirely from %APPDATA% after uninstalling the Hub. Maybe it contains some corrupted data that is preventing the Hub from opening.
That directory does not seem to remove itself when uninstalling the Hub. It’s worth a try.
If you want, make a backup of that directory before removing it.
I tried uninstall Unity Hub, delete dhe folder “Unity Hub” in the appdata and tried to reainstall it. Everytime it creates me a folder called “Unity Hub” instead of “UnityHub”. I tried to rename the install folder without spaces, but nothing happens…
So, really no one had a solution or any idea for that? I was thinking about a problem with process conflicts, but Unity Hub doesn’t want to be showed even in the process list =/
Is there anything appearing in your system event logs (Windows Event Viewer)?
It’s really hard to figure out what is wrong without any information we can work with.
By the way, Unity Hub v2.3.0 was released just yesterday. See if that helps!
unity’s trying to start the “server” then it says that maybe my antivirus is blocking the unityPackageManager. i Deactivated my firewall (i don’t have antivirus installed right now), and now it says an error about the local host 127. So i found a way to start Unity with an external file, that : set UNITY_NOPROXY=localhost,127.0.0.1
but still the same problem…So in this moment i don’t know what to think. Is it a problem form firewall or something else, or about proxy? cause unity is like “oh ok, today i want to show him another error =D”
Hello @unity_xjpHB3eqgJ2l2g ,
It seems like you are behind a certain proxy setup, can you check that you set these environment variables well :
Environment variables honored by Unity:
- Define the Proxy server URL: UNITY_PROXYSERVER (for Unity itself), HTTP_PROXY/HTTPS_PROXY (for Hub/UPM)
- Define non-proxied URLs: UNITY_NOPROXY (for Unity itself; if set, it must include localhost,127.0.0.1, as well), and HTTP_NOPROXY/HTTPS_NOPROXY (for Hub/UPM)