Search Issue Tracker
Fixed
Fixed in 3.16.0-beta.1
Votes
0
Found in [Package]
3.15.1
Issue ID
HUBX-1556
Regression
Yes
Performing Headless Editor or Module installs leaves ghost processes
Steps to reproduce:
1. Quit Unity Hub (Check task manager to ensure there are no active Hub Processes)
2. Open the CMD window
3. Perform a headless Editor version or Module install. For example - "C:\Program Files\Unity Hub\Unity Hub.exe" – --headless install-modules --version 6000.0.61f1 -m linux-mono
4. Wait for the process to finish
5. Try opening Unity Hub. Either via the CMD with "C:\Program Files\Unity Hub\Unity Hub.exe" or via shortcut
Expected result: Hub does not leave any ghost processes after a headless install operation, allowing the window to open
Actual result: The Hub window does not open due to leftover processes
Reproducible with Hub: 3.15.1
Not reproducible with Hub: 3.14.3
Reproducible on: Windows 10, Windows 11
Notes:
Hub leaves 4 processes after a headless install operation. Manually ending them can be used as a workaround
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Specular lighting visible in a camera with Path Tracing when Preserve specular lighting is disabled in observed material
- Cinemachine package throws CS1061 errors in the Console when installed in a project that has HDRP and URP installed
- Editor.log file size grows rapidly when a scene exceeds the "Maximum Shadow on Screen" limit setting in the HDRP Asset
- Player build freezes after calling Application.Quit() when the scripting backend is set to IL2CPP
- Texture is not applied on a Custom Render Texture when a Cubemap is selected as the texture
Resolution Note (fix version 3.16.0-beta.1):
The issue was resolved.