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: | 3.52 |
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 .. 3 4 5 6 7 8 9 10 11 12 13 14 Next › Last »
feuerpanda commented on 2020-04-04 00:36 (UTC)
For some reason, you can't execute unityhub out of an .desktop file.
HunabKu commented on 2020-03-14 13:01 (UTC) (edited on 2020-03-21 19:32 (UTC) by HunabKu)
Waiting spacepluk upgrade the package, i do it : https://mega.nz/#!iZ5UnCxY!OdlJQg-rsBpgyyiD8O_wFqZAa2J-j4Z82OMT8XA8GZ0
The fixes :
PACKAGING
correct the md5sum or SKIP it
touch the src/squashfs-root/eula.txt file
AFTER INSTALLATION
replace SCRIPT_DIR line in /usr/bin/unityhub by SCRIPT_DIR=/opt/unityhub
chmod /opt/unityhub/unityhub-bin
kaizen commented on 2020-03-09 11:27 (UTC)
New md5sum is d7cb21611e5f77fb6ebe03b01efd6ded Lines with eula needs to be removed in the pkgbuild
rosebeats commented on 2020-03-09 03:07 (UTC) (edited on 2020-03-09 03:08 (UTC) by rosebeats)
Following along with what Raymo said, I found that if I edit
/usr/bin/unityhub
and addedSCRIPT_DIR=/opt/unityhub
andcd $SCRIPT_DIR
, unityhub opens like normal.emmanuell2025 commented on 2020-03-09 02:28 (UTC) (edited on 2020-03-09 02:33 (UTC) by emmanuell2025)
After doing the steps shown below, I found that editing the desktop shortcut (I use KDE Plasma, so I used kmenuedit) from "unityhub" to "unityhub &" made the desktop shortcut work EDIT: Just discovered that the unityhub-bin process isn't being stopped when I close the unityhub window, not sure if it's a result of my change to the launch or a change with unitythub
Raymo111 commented on 2020-03-04 14:03 (UTC) (edited on 2020-03-04 15:39 (UTC) by Raymo111)
Lines containing
eula.txt
need to be removed, orpackage()
will throw an error (eula.txt not found
). Upon install,/usr/bin/unityhub
must be edited. Changeexec "/usr/bin/unityhub-bin"
on line 8 toexec "/opt/unityhub/unityhub-bin"
. Then runsudo chmod +x /opt/unityhub/unityhub-bin
. Even then, the .desktop file doesn't work, and you have to rununityhub
in a terminal.spacepluk commented on 2020-03-04 14:01 (UTC)
Thanks for the heads up! I'm totally swamped at the moment but hopefully I'll get around updating the packages this week.
Draghi commented on 2020-03-04 13:55 (UTC)
Updating the sum for 2.3.0 is not sufficient. They changed the license file name within the package and /opt/unityhub/unityhub-bin was no executable for me. I also had to set the SCRIPT_DIR in /opt/unityhub/unityhub manually.
spacepluk commented on 2019-12-18 20:10 (UTC)
Unity doesn't provide version-specific urls for Unity Hub so on every update there will be some period where the sum is incorrect until I find time to update the package.
Then even after I update the package, the CDN will keep serving the old version for a while to some people...
There isn't much that I can do to make this better, so please be patient.
Tamsiree commented on 2019-12-18 12:59 (UTC)
md5sum is incorrect, correct is '012c855e84965e5fb3d52a36677ccfdf'.
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 14 Next › Last »