Closed Philipp-M closed 4 years ago
Yes, I experience the same issues. Worth noting, I tried manually running Unity executable installed by Unity Hub and for latest LTS this worked:
steam-run ./Unity/Hub/Editor/2018.4.23f1/Editor/Unity
But it's still pretty unusable because with this approach UI is too buggy (for example dialog windows are closing themselves straight after opening, so there's no way to do many configuration things).
Describe the bug If I open a project using unityhub it crashes soon after briefly displaying a loading screen.
To Reproduce Steps to reproduce the behavior:
Expected behavior Running Unity
Logs
~/.config/unity3d/Editor.log
(after creating/opening a project from the 3d template)~/.config/unity3d/upm.log
~/.config/UnityHub/logs/info-log.json
(relevant parts)The logs from the 3d template based project also don't say very much interesting.
Packages-Update.log
(the only log in/Logs
of the project)Additional context It's kinda weird I had Unity running when I installed unityhub the first time (around 1 1/2 months ago) But suddenly (a few days after that) it started crashing, soon after opening a project (I guess it was a
nixos-rebuild --upgrade
) .I think I invested now multiple hours to debug this issue, but I'm at the end of my abilities (as I'm also rather new to NixOS) since the error logs are rather sparse regarding this issue.
I deleted all kinds of side-effects of Unity Hub and Unity. At least I think that I deleted all of them: I searched for all kinds of unity variations in the home folder, so I hope I was thorough enough.
Fortunately I got it working with flatpak, but there I have now other issues (they have no git included which is needed for some UPM packages) But the flatpak
Editor.log
(in which it's working) might be interesting for context:Editor.log
(I've ommitted most of the log, as it was very long, and in my opinion not relevant for this issue)Btw. while debugging I tried the recently new released Unity Hub version (2.3.2) with local nixpkgs. I already uploaded it to archive.org with the hash:
07nfyfp9apshqarc6pgshsczila6x4943hiyyizc55kp85aw0imn
I also think thatgit
should be in theextraPkgs
as well (as mentioned for flatpak)Notify maintainers @tesq0
Metadata