Package Details: unityhub 3.13.1-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: 88
Popularity: 4.51
First Submitted: 2018-08-31 12:14 (UTC)
Last Updated: 2025-08-11 06:42 (UTC)

Latest Comments

1 2 3 4 5 6 .. 17 Next › Last »

GlitchGuru commented on 2025-08-11 13:10 (UTC)

3.13.1 is not working for me (Manjaro), but I found a fix on Unity forum:

https://discussions.unity.com/t/unity-hub-rpm-crash-gtk-2-3-symbols-detected-using-gtk-2-3-and-gtk-4-in-the-same-process-is-not-supported-on-linux-fedora/1664387

The fix is launching unityhub with --gtk-version=3 when launching.

enadream commented on 2025-08-11 05:43 (UTC)

Version 3.13.1 has released ! It did work on my commputer update the pkgbuild file

pkgver=3.13.1 sha256sum=80142bcfa08d954ca1c5e2e663ab4db71a5a4094845b4d2becc1b2203b587626

GlitchGuru commented on 2025-08-07 15:33 (UTC) (edited on 2025-08-07 15:34 (UTC) by GlitchGuru)

3.13.0 and 3.13.1 are not working for me on Manjaro. Same GTK error between both versions

Gtk-ERROR **: 11:21:06.118: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported

Still working on previous 3.12.1-2.

coburn64 commented on 2025-08-05 11:52 (UTC)

Finally, a working Unity Hub for Arch! Thank you very much!

By the way, we probably should make a file in $HOME/.cache/unityhub-updater called "pending" because due to the coding interns at Unity Tech, they made the Hub download any updates and apply them on Unity Hub shutdown.

The problem is, the hub downloads the updated deb archive and then calls apt which does not exist on Arch. By making the empty pending file, we basically cork the update process since it can't make the folder since a file exists with the same name. The same trick works on Windows as well.

A official solution would to check if Unity Hub is running on a Debian/Ubuntu environment and only auto-update if so.

quest commented on 2025-08-05 00:44 (UTC)

NM 3.13.1 does work if I nuke $HOME/.config/unityhub

quest commented on 2025-08-05 00:41 (UTC)

3.13.0-1 works for me, however when I try to bump the PKGBUILD to 3.13.1 the app is not functional. =\

Scaphism commented on 2025-08-01 09:23 (UTC) (edited on 2025-08-02 09:41 (UTC) by Scaphism)

Version 3.13.0-1 worked for me using yay

Was able to sign in and install the editor

kylemclean commented on 2025-07-31 05:39 (UTC)

Also not working for me on version 3.13.0-1.

When I try to open Unity Hub, the process seems to hang forever and no window opens.

sinasio commented on 2025-07-30 14:30 (UTC)

I can't reproduce the issue locally. If you could add more information maybe I can help...

DevilishSpirits commented on 2025-07-29 09:26 (UTC)

I get this error with commit ffc4d180226b (3.13.0-1):

(process:8321): Gtk-ERROR **: 11:21:06.118: GTK 2/3 symbols detected. Using GTK 2/3 and GTK 4 in the same process is not supported

Seem that Unity broke things upstream or that ArchLinux do something that break the hub.