Unity hub not opening or creating projects on linux

Hello,
I have recently updated to hub v3 and now none of my projects open and when i try to create a project it adds it to the list but does not create the files or even open unity.
I also was dumb enough to uninstall hub v2 before confirming the new one worked and can’t find a download for that one.
I’m on manjaro if that helps.

Hello,

I had the same problem, but on Xubuntu 20.04. Not sure what really caused it, but here is what I did to fix it:

  • Remove all installed editors.
  • Remove Unity Hub via command line: sudo apt remove unityhub
  • Remove any traces of Unity in .config and .local folder under user folder.
  • Installed Unity Hub via command line: sudo apt install unityhub
  • Open Unity Hub via GUI not CLI.
  • Followed all the default recommendations and it managed to create a project and launch an editor.

Hope it helps.

1 Like