How to fix Unity hub not opening unity project when clicked?
Asked Answered
F

23

7

I fix it before by uninstalling unity hub and editor and installing again, it last for 2 days and the problem starts to show again. Did anyone here know a permanent solution? I need to fix it by now because we have only limited time making games and Im just new to game dev thank you for the answers.

Btw. I use unity editor version 2020.3.33f1

Federative answered 3/5, 2022 at 5:18 Comment(4)
I dont know if you call it fix , but I some how opened it by directing to the unity editor 2020. I thinks the problem is with the unity hub?Federative
Now I cant open it again directly it say I need unity hub but when I use the hub the project wont open at allFederative
What Unity hub version are you using?Edla
Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.Mince
K
10

None of these answers really explain how to identify the underlying issue when encountering these symptoms.

If you open your Task/Processes manager before you try to launch your Unity project from Unity Hub, you’ll notice that the a new Unity process actually starts before exiting a few seconds later.

So something should be logged within the Unity log file. To identify the actual issue, locate your Editor log file:

e.g. Windows: %AppLocalData%\Unity\Editor\Editor.log

In my case, the log message clearly shows here that the license has expired. For some reason, the licensing page of Unity Hub doesn’t reflect this information, it still showed another 10 days on the license’s validity!

Once I’d fixed the license issue, the problem was fixed.

Kinglet answered 15/4, 2023 at 11:38 Comment(0)
M
7

There was some issue with my Unity License. It was about to expire and my project was not opening. I added the license again and it extended the expiration date and the project opened for me.

Metempsychosis answered 3/3, 2023 at 4:21 Comment(1)
UnityHub is shamefully badly written - all I had to do was go to the license page, with the fully valid license, and hit 'refresh', where nothing changed, and Hub started working again. Lazy lazy Unity staff who can't be bothered to write a popup "our licensing code sucks, please hit refresh"Amoreta
R
4

If you are using unity hub to open project , try sign in to your unity account from unity hub. That worked for me.

Rookery answered 28/2, 2023 at 15:8 Comment(1)
Thanks, it worked. I wasn't able to open project, activate my license. So I just signed out from Unity hub and signed in again. Then, I added the license. Now I turned off the internet and started project, all went smooth.Charlottetown
B
3

For me, it has something to do with the wifi network I am using. If I am connected to some of them I cannot open my project. I think, but am not sure. If you do not allow Unityhub to use public or private networks it will not open your project because it can not check if your license is valid. If you for example allowed unityhub to only use private networks mybe try marking the network you are using as private. Or vice-versa.

On the right side of the taskbar, select the Wi-Fi network icon.
Under the name of the Wi-Fi network that you're connected to, select Properties.
Under Network profile, select Public or Private.

EDIT: Changing connection properties (private/public) did not work for me (read comment for details)

Bethanybethe answered 10/7, 2022 at 10:14 Comment(3)
@Lunar When using my laptop: For me it just does not open any projects when I am on my home network. It does not matter if I am opening them directly by clicking the scene file or via Unity Hub. I have to connect to my mobile phone hot-spot (network). Only then I can open my projects. Have tried changing network properties (private/public) and it does not help. But on my desktop PC, if I am connected to my home router via cable, it all works.Bethanybethe
Only thing I am sure about is, that I cannot open my projects if Unity does not have an certain internet access.Bethanybethe
I tried manual activation using this link support.unity.com/hc/en-us/articles/… read from this answer https://mcmap.net/q/1474822/-i-can-39-t-activate-the-license-in-unity-hub. I knew that it was from my network because I'm in Iran :) and it worked.Famagusta
H
3

I had a similar problem with Unit Hub on a MAC and it was not opening just hanging.

Worked out a solution for MAC:

  1. Delete the folder "Unity" at Library/Application Support/Unity

  2. Unity Hub will ask you to log into unity and confirm the license again

  3. Confirm all details and it should work

Historicity answered 31/12, 2022 at 2:18 Comment(4)
Are you sure this answer adds something new vs the previous answers?Indomitable
@Indomitable the directory he mentioned is inexistent, this answer should be taken down.Haakon
Unity started opening after doing that, but then shut down for no reasonAutodidact
I can confirm this solved the problem for me right now (June 2023)Cento
C
2

https://github.com/baba-s/Unity-Hub-2.4.5 <---- Get

Use an older release, I don't think it's related to the internet connection or licensing at all. It's just that the latest release has multiple issues. The older release might give off nostalgia if you know what I mean.

Capriole answered 30/9, 2022 at 9:28 Comment(0)
I
2

In my Mac, I do follow this, it should work

  1. In Unity Hub > Preferences > Licenses > Return License
  2. Add the License again.
Irritating answered 24/2, 2023 at 22:5 Comment(0)
A
2

Turn off random hardware addresses its under your internet option. Just right click your internet in the bottom right to get to it. This worked for me idk why this option prevents you from opening a project but fine. If this doesn't work try to disconnect from the internet and then try to open it.

Asiaasian answered 21/3, 2023 at 20:21 Comment(0)
P
2

I tried all the solutions listed here, and this is what ended up working.

I'm running the Unity Editor from an external drive and was experiencing this problem. In my case the Unity Hub had somehow created a zero byte clone of the external drive's root directory and was trying to launch the nonexistent Editor from that empty directory.

I removed the fake installation from the Hub and pointed it to the correct path.

The following error inside info-log.json was what pointed me to the solution in this case:

Error: ENOENT: no such file or directory, access '/Volumes/.../Unity'

Phonics answered 28/8, 2023 at 21:15 Comment(0)
C
1

If you are using PlasticSCM as your source control, open the PlasticSCM application separately and make sure you are logged in.

Once I logged in with my PlasticSCM account, my Unity project opened successfully.

Carolann answered 21/9, 2022 at 18:28 Comment(1)
Thank you!!! I wasted 2 hours trying to find out what caused this. Just opened Plastic (seems I was already logged in?) before opening the project and that worked.Lento
T
1

In my case, I just reactivate my license and everything works again.

Torques answered 16/4, 2023 at 11:13 Comment(0)
S
1

Deleting "C:/ProgramData/Unity" to force it refresh the license worked for me on Windows 11 as of July 2023 and Unity 2020.3.

Stearns answered 4/7, 2023 at 6:40 Comment(0)
S
1

I just had the same problem. Try to download microsoft redist, especially if you just re-installed windows or similar thing. It helped to me. https://learn.microsoft.com/en-gb/cpp/windows/latest-supported-vc-redist?view=msvc-170

Situla answered 8/8, 2023 at 15:9 Comment(1)
specifically learn.microsoft.com/en-gb/cpp/windows/… worked for meStuffy
F
0

Delete Unity Hub and open the project through Unity. Otherwise, if you are using crack, try to completely delete Unity Hub from the registry and then put it in the firewall.

Floweret answered 3/5, 2022 at 15:26 Comment(0)
B
0

The work around I've found (because the issue seems to be something along the lines of what @jib fashr was saying) is to have your wifi on when you open Unity Hub to allow it to verify your licence, then turn it off when you create a new or open a project, then once finished you can turn on your wifi again.

Idk why it bugs out like that but that's what works for me.

Benioff answered 1/8, 2022 at 5:16 Comment(0)
S
0

I turned off Random Hardware Addresses and finally Unity opened.

Settings Image (Language: Turkish)

Shermy answered 29/12, 2022 at 7:31 Comment(1)
Your answer would be better if you could post an English version of that settings popup.Displume
K
0

FIXED: i had the same issue. I went to C:\Users\USERNAME\AppData\Local\unityhub-updater and ran the installer from there. That reinstalled the unity hub and everything worked normally. All my projects were there as well. You may have to sign in again tho. hope this helps someone!

Kingfisher answered 13/2, 2023 at 15:29 Comment(0)
T
0

I had the same problem. I opened the "Unity.exe" from the Editor folder and there was a missing dll file (msvcr100.dll). So I downloaded "Microsoft Visual C++ 2010 Service Pack 1" and now Unity Hub opens my projects.

Transept answered 15/3, 2023 at 17:10 Comment(0)
N
0

Fixed

Please Install package Visual C++ for Visual Studio 2013

https://www.microsoft.com/ru-ru/download/details.aspx?id=40784

Ne answered 7/7, 2023 at 20:26 Comment(0)
Y
0

I just ran into this issue today on Unity Hub 3.8.0 on Ubuntu 24.04, the problem was that the libgconf-2.so.4 dependency was missing. (I discovered this by manually running the instruction that was failing in the unityhub log.) Following the instructions from https://github.com/keybase/client/issues/25984#issuecomment-2049989119:

wget -q http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/libgconf-2-4_3.2.6-8ubuntu1_amd64.deb
wget -q http://mirrors.kernel.org/ubuntu/pool/universe/g/gconf/gconf2-common_3.2.6-8ubuntu1_all.deb
sudo apt update 
sudo apt install ./gconf2-common_3.2.6-8ubuntu1_all.deb ./libgconf-2-4_3.2.6-8ubuntu1_amd64.deb

immediately allowed the project to be opened.

Yeah answered 3/6, 2024 at 22:53 Comment(0)
S
0

In my case, all the projects that hadn't been connected to the Unity Cloud didn't open. I clicked on the "not connected" in the CLOUD column and it's worked!

Scatter answered 17/9, 2024 at 5:1 Comment(0)
W
-1

I'm facing the same issue I just disconnect my Wi-Fi then open my project . After that connect to Wi-Fi again. It's working for me.

The problem started when I install unity 2021.3.10f1 up until then everything went smoothly.

Need permanent solution.

Wigwam answered 29/9, 2022 at 16:17 Comment(1)
Your answer could be improved with additional supporting information. Please edit to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers in the help center.Mince
A
-1

Fixed: I had the same issues with Unity Hub, but uninstalling it and then reinstalling it resolved the problem. So, I suggest you try uninstalling the Unity Hub and then reinstalling it. This worked for me.

Abrasive answered 10/3, 2023 at 5:4 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.