Search Criteria
Package Details: unityhub 3.9.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/unityhub.git (read-only, click to copy) |
---|---|
Package Base: | unityhub |
Description: | The Unity Hub is a standalone application that streamlines the way you find, download, and manage your Unity Projects and installations. |
Upstream URL: | https://unity.com/ |
Keywords: | game unity3d |
Licenses: | custom |
Conflicts: | unityhub-beta |
Submitter: | spacepluk |
Maintainer: | nobbele (sinasio) |
Last Packager: | sinasio |
Votes: | 77 |
Popularity: | 2.30 |
First Submitted: | 2018-08-31 12:14 (UTC) |
Last Updated: | 2024-09-29 21:47 (UTC) |
Dependencies (8)
- cpio (cpio-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- nss (nss-hgAUR)
- openssl-1.1
- gconfAUR (optional) – Required by Unity 2019.4 or older
- icu70AUR (optional) – : May fix issues related to empty compiler errors
- libappindicator-gtk3 (optional) – The official deb says this an optional dependency
- libicu50AUR (optional) – May fix issues related to empty compiler errors
Required by (3)
- digital-logic-sim-git (make)
- unity-editor-lts (optional)
- unity-editor-vrchat (optional)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 Next › Last »
drifio commented on 2019-12-18 09:40 (UTC)
md5sum is incorrect, correct is "25a791ede226bdab78bb823340c277e0".
KazDelphi commented on 2019-11-02 09:00 (UTC)
md5sum is incorrect. '012c855e84965e5fb3d52a36677ccfdf' is correct
TorosFanny commented on 2019-10-31 11:21 (UTC)
md5sum is incorrect: ==> Validating source files with md5sums... unityhub-2.1.3.AppImage ... FAILED ==> ERROR: One or more files did not pass the validity check!
condoriano commented on 2019-10-24 01:03 (UTC)
md5sum is incorrect
spacepluk commented on 2019-10-22 12:39 (UTC)
I still didn't have time to look at this, so I just added @Darkhogg's patch (thanks!). I hope that solves the issue for everybody.
spacepluk commented on 2019-10-14 13:12 (UTC)
Yeah maybe. I just tested this on a fresh VM but I'll try to take a closer look at it later tonight. Thanks!
Darkhogg commented on 2019-10-14 12:52 (UTC)
I'm on Arch + yay too, not sure what your setup might be but the problem seems to be related to the fakeroot: AppImage tries to use root-owned directories and buses and obviously can't, while with my fix it will try to use the regular user-owned ones and therefore succeeds. Maybe you have something configured that makes AppImage play nice with fakeroot.
spacepluk commented on 2019-10-14 12:40 (UTC)
Hi there! Thanks for tracking this down. We're in the middle of releasing a game and I'm a bit overwhelmed atm.
Are you both using Manjaro? It seems to work fine on Arch + yay.
Thanks!
Darkhogg commented on 2019-10-14 09:52 (UTC)
I found the problem!!
The AppImage --appimage-extract operation fails because it's done inside of the package() function, which is run in the fakeroot. Instead, the extract step should be run during build(), which is run by the local user.
The following is the diff I get from git when updating the PKGBUILD to work this way:
<deleted-account> commented on 2019-10-11 21:54 (UTC)
Similar issue as @Darkhogg
Using manjaro with yay.
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 Next › Last »