was working then seemed to stop working after the latest windows 10 update “22H2” I believe, get a spinning circle to the left of the project name but the editor never appears… tried deleting all reference to unity hub and reinstalling and rebooting, still same issue, running editor 2021.3.3f1 LTS
tried this (see below steps),
did not work, any suggestions appreciated.
Kind Regards,
Vanz
I was having the same issue after Noting that My Unity versions were being installed in an undesired location. After uninstalling, then updating the Unity Editor folder(under gear icon), it actually installed but unity maintained a link to the previous installs. Here’s how I fixed it:
Uninstall Unity Hub
Open file explorer and navigate to C:\Users<Username>\AppData\Roaming and manually delete the Unity Hub directories.
Now install Unity Hub
Open Unity Hub and navigate to the installs panel and click the locate button.
Navigate to where the former version of Unity hub installed the unity version and select the Unity.exe file
(Drive:\Path\Version\Editor\Unity.exe obviously changing the Drive:\Path\Version to proper values: IE: C:\Program Files\Unity\2018.4.22f1\Editor\Unity.exe)
if I also do a reboot, don’t launch Unity Hub, and try to launch the editor directly from the shortcut it will not launch… this is very strange for me, have never seen this before… Windows will not allow me to recover and go back to a previous version, roll back is greyed out… grrr…
I do have my entire HD backed up with Acronis, so I could try that but that take a lot of time and this seems like a pretty bad bug to me… ¯_ (ツ)_/¯
Been using Unity for years and never had a problem launching an editor before…
I’ve completely uninstalled and reinstalled Unity Hub and the editor three times now and still and am still surprised that it will not load… circle spin, then nothing…
EDIT: It was ESET deleting mscorlib.dll from mono files.
Editor.log shows this for unity 2022.3.2f1 LTS
Reinstalling Unity or Unity Hub or resetting licenses or deleting caches does nothing.
Another laptop with the same configuration does open this version.
there’s no ‘mono’ folder inside C:\Program Files\Unity\Hub\Editor\2022.3.2f1\Editor\Data\Managed
It looks like a malformed address that should be pointing to C:/Program Files/Unity/Hub/Editor/2022.3.2f1/Editor/Data/MonoBleedingEdge/lib/ instead
Initialize mono
Mono path[0] = 'C:/Program Files/Unity/Hub/Editor/2022.3.2f1/Editor/Data/Managed'
Mono path[1] = 'C:/Program Files/Unity/Hub/Editor/2022.3.2f1/Editor/Data/MonoBleedingEdge/lib/mono/unityjit-win32'
Mono config path = 'C:/Program Files/Unity/Hub/Editor/2022.3.2f1/Editor/Data/MonoBleedingEdge/etc'
Using monoOptions --debugger-agent=transport=dt_socket,embedding=1,server=y,suspend=n,address=127.0.0.1:56956
The assembly mscorlib.dll was not found or could not be loaded.
It should have been installed in the `C:\Program Files\Unity\Hub\Editor\2022.3.2f1\Editor\Data\Managed\mono\4.5\mscorlib.dll' directory.
Also having this issue, at least in my case, if I try launching from Unity Hub it gives ..."message":"[ 'child process exited with code 0' ]"}
and trying to open the editor .exe from either double clicking or from a cmd does nothing, not even an error message or anything. Also tried reinstalling Hub and the editor multiple times, logging out, re applying the license, and restarting the computer between each action.
On Windows 10 22H2 (OS Build 19045.3570), Unity Hub 3.6.1 and trying to use the editor 2019.4.31f1 LTS (doing VRChat stuff)