Package Details: unityhub 3.7.0-1

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: 71
Popularity: 0.188602
First Submitted: 2018-08-31 12:14 (UTC)
Last Updated: 2023-12-26 08:07 (UTC)

Dependencies (8)

Required by (3)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »

justinkb commented on 2021-07-06 08:10 (UTC)

executing the AppImage executable to extract the squashfs-root is a security issue. determine the squashfs img offset by running "UnityHub.AppImage --appimage-offset" in a secure sandbox, then in the PKGBUILD you should depend on coreutils and squashfs-tools, then 'dd skip=theoffset if=in of=out' and unsquashfs the out file.

JetFly commented on 2021-07-03 15:04 (UTC)

@manjaro_loover there is, something just went wrong, perhaps wrong time set or something like that

IamBored commented on 2021-06-23 00:51 (UTC) (edited on 2021-06-23 00:52 (UTC) by IamBored)

If you ran into "not enough disk space" issue while installing the editor run these commands:

$ mkdir -p ~/tmp
$ TMP=~/tmp unityhub

and then install the editor again

letorbi commented on 2021-06-15 10:27 (UTC) (edited on 2021-06-15 10:28 (UTC) by letorbi)

Thanks for providing this package, but the Unity Hub binary doesn't seem to depend on GTK 2 anymore. It is using GTK 3 instead:

$ ldd /opt/unityhub/unityhub-bin | grep gtk
libgtk-3.so.0 => /usr/lib/libgtk-3.so.0 (0x00007f8ab8ae4000)

I've changed the dependencies from gtk2 to gtk3 in the PKGBUILD and was able to run Unity Hub without GTK 2 installed.

I think the package dependencies should be updated .

nesper8 commented on 2021-06-01 06:08 (UTC)

please add '7-zip' as an alternative to 'p7zip'

ArchieMeng commented on 2021-05-06 15:00 (UTC)

@quenyen I noticed that you were trying to fix the problem. And I found you just modified the chmod line back to the incorrect version in the latest commit. Just comment here to mention you.

Koushik_Sahu commented on 2021-04-18 12:19 (UTC)

I installed this package and with the edit to PKGBUILD mentioned in the comments I was able to install it successfully. But when I open unityhub by clicking on the desktop icon nothing happens. No window, nothing. Can anyone please help?

ArchieMeng commented on 2021-04-01 16:48 (UTC)

You have to change "${pkgdir}/opt/${pkgname}/unityhub-bin" into "${pkgdir}/opt/${pkgname}/unityhub" at line 53 in the PKGBUILD, otherwise you will get the error like "'unityhub/unityhub-bin': No such file or directory"

This issue is still not fixed even after almost a year.

Breadleaf commented on 2021-03-11 16:51 (UTC)

I needed to run sudo pacman -S gconf to get the editor to run.

ColonelThirtyTwo commented on 2021-02-07 01:02 (UTC)

Please add gconf to the dependency list - it's needed for the editor to run.