Search Criteria
Package Details: unityhub 3.15.2-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: | 95 |
| Popularity: | 3.05 |
| First Submitted: | 2018-08-31 12:14 (UTC) |
| Last Updated: | 2025-11-08 16:41 (UTC) |
Dependencies (16)
- 7zip (p7zip-natspecAUR, 7zip-natspecAUR)
- at-spi2-core (at-spi2-core-gitAUR)
- cpio (cpio-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- libxml2-legacy
- libxss
- libxtst
- nss (nss-hgAUR)
- tar (tar-gitAUR, uutils-tar-gitAUR)
- unzip (unzip-zstdAUR, unzip_pAUR, unzip-natspecAUR)
- util-linux-libs (util-linux-libs-selinuxAUR, util-linux-libs-aesAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- zip (zip-natspecAUR)
- libappindicator-gtk3 (libappindicator) (optional) – The official deb says this an optional dependency
Required by (4)
- alcom (optional)
- digital-logic-sim-git (make)
- unity-editor-lts (optional)
- unity-editor-vrchat (optional)
Latest Comments
1 2 3 4 5 6 .. 18 Next › Last »
sinasio commented on 2025-11-09 15:29 (UTC)
@kenshiwara I confirm that I can create and open any new or old project.
kenshiwara commented on 2025-11-09 11:51 (UTC)
@sinasio — The Unity Editor fails to create a new project on my machine (segmentation fault), which is why it refuses to open it, showing an error message that it’s already open. I also couldn’t find any UnityLockFile (under any name variation) anywhere on my system.
Could you please confirm whether you’re able to create and open new projects? Any confirmation from any user, in fact, would indicate that the problem is specific to my machine and not related to the package.
Thanks in advance for checking!
sinasio commented on 2025-11-09 10:45 (UTC)
@kenshiwara From the project's root dir, try to delete the file "Temp/UnityLockfile" and then open the project again
kenshiwara commented on 2025-11-09 06:36 (UTC)
Please, have anyone managed to solve the problem of: "The project is currently open in the Unity Editor. Please close it in the Editor to proceed with this operation."
I couldn't find a solution to the above issue after installing the Editor and UnityHub 3.15.2-1.
Thank you!
kenshiwara commented on 2025-11-03 14:31 (UTC) (edited on 2025-11-04 09:15 (UTC) by kenshiwara)
3.15.1 is out already.
I tried to package it locally however, the Unity editor is not able to create projects hitting a segmentation fault. The Unity Hub is installing without issues.
My PKGBUILD file looks as follows:
The above build file seems fine since Unity Hub is installing, but something is still not right or missing concerning the Unity Editor.
I couldn't solve the segmentation fault problem. LLMs have no idea as well, even the best paid ones. I tried all their suggestions without any fruitful results.
JohnDoe79 commented on 2025-11-03 14:18 (UTC)
Any news on an update to this one?
HunabKu commented on 2025-10-22 10:33 (UTC)
3.14.2 and 3.14.3 are out
wmsans commented on 2025-09-23 00:17 (UTC)
According to https://docs.unity.com/licensing/manual/ClientConfig, adding /usr/share/unity3d/config/services-config.json with the following content: { "hubDisableAutoUpdate": true } can stop the auto update of Unity Hub and the annoying popup of apt install, which kazu0617 also mentioned earlier. Simply adding the lines
install -d "$pkgdir/usr/share/unity3d/config" echo '{ "hubDisableAutoUpdate": true }' > "$pkgdir/usr/share/unity3d/config/services-config.json"
in PKGBUILD should solve the issue (not tested).
ondono commented on 2025-09-22 08:40 (UTC)
I'm getting a GTK crash whenever it tries to add a project from the filesystem, using --gtk-version=3 did not fix it
kazu0617 commented on 2025-09-06 16:15 (UTC)
Hello. I've noticed that the package currently doesn't include a patch to disable automatic updates. You can disable automatic updates by creating a JSON file with the following content in
/usr/share/unity3d/config/:https://pastebin.com/Kcn7fw7G
For more detailed information, my previous article might provide some useful reference.Since there's no comprehensive official documentation from Unity, this is primarily compiled content gathered from unity forums. https://zenn.dev/kazu0617/articles/be682e8c1a204c
If you've already considered this solution, please forgive me for the repetition!
1 2 3 4 5 6 .. 18 Next › Last »