Search Criteria
Package Details: unityhub 3.18.0-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: | 109 |
| Popularity: | 3.01 |
| First Submitted: | 2018-08-31 12:14 (UTC) |
| Last Updated: | 2026-05-07 14:55 (UTC) |
Dependencies (16)
- 7zip (p7zip-natspecAUR, 7zip-natspecAUR, 7zip-zstd-binAUR, 7zip-zstdAUR)
- at-spi2-core (at-spi2-core-gitAUR)
- cpio (cpio-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, 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-aesAUR, util-linux-libs-selinuxAUR)
- 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 (5)
- alcom (optional)
- alcom-git (optional)
- 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 .. 19 Next › Last »
nejohan commented on 2022-08-19 06:14 (UTC) (edited on 2022-08-19 10:09 (UTC) by nejohan)
$ /opt/unityhub/unityhub %U
ERROR: Licensing SDK logging callback is not registered. Please use 'registerLoggingAdapter' function from the SDK to do so.
(some hours later :-)--> Update "Sorry guys. I found out that this error was because unity crashed before and there were running processes. I found them out by executing <ps -ef | grep unity> then I killed the most root "unity" process with <kill -9 pid>."
Do you want me to let this post exist so it maybe can help others? Or should I delete this post at all because it seems that this error message has nothing to do with the AUR package?
Best regads nejohan
letorbi commented on 2022-06-01 11:45 (UTC) (edited on 2022-06-01 22:07 (UTC) by letorbi)
I did some additional research regarding the required ICU versions. I've made a vanilla install of each Unity version and tried to open a new project to see if the empty compiler errors occur or not.
The Unity versions 2020.2, 2020.3 & 2021.1 work, when the icu66 package is installed. This makes sense, since ICU66 is also the highest version provided by Ubuntu 20.04 LTS, which is AFAIK the oldest Ubuntu version officially supported by these Unity versions.
Unity 2021.2.0 and higher work with the current icu package (71.1) in the official repository. Unity 2020.1.17 and lower do not seem to require ICU at all.
Therefore I make the following suggestions:
sinasio commented on 2022-05-06 08:46 (UTC)
@flagrama Here is a comment from unity staff related to the issue you reported https://forum.unity.com/threads/workaround-for-libssl-issue-on-ubuntu-22-04.1271405/#post-8098841
flagrama commented on 2022-05-02 12:41 (UTC)
This isn't a current issue, but one that may potentially crop up in the future depending on how Arch progresses vs how Unity Hub/Unity progresses. This package currently works fine on my Arch desktop.
On my laptop I run Fedora and had a hell of a time getting Unity Hub and Unity itself to run properly. Turns out Fedora is using libssl3 (via openssl3) by default, but currently Unity Hub and Unity depend on libssl1. I was able to get both to work by compiling openssl1.1 myself.
So this comment is just a heads-up that either Arch upgrading to openssl3 may require the openssl1.1 compatibility package that comes with it be added as a dependency, and even if Unity Hub and Arch both start using libssl3 that dependency would likely be required for older editor versions.
nobbele commented on 2022-04-29 17:50 (UTC) (edited on 2022-04-29 17:58 (UTC) by nobbele)
Thanks @sinasio, I will add you as co-maintainer.
I am running 2020.3.23f1 myself and I haven't seen any issues with empty compiler errors. I'll add the icu packages as optional deps.
letorbi commented on 2022-04-28 23:19 (UTC) (edited on 2022-04-28 23:26 (UTC) by letorbi)
Interestingly 2019.4 does not need icu70 to work properly, but needs gconf.
This is already an optional dependency, but the description is a bit vague. Maybe it could be something like "required by Unity 2019.4 and older"?
letorbi commented on 2022-04-28 22:55 (UTC) (edited on 2022-04-28 22:57 (UTC) by letorbi)
The compiler errors in 2020.3 showed up after the official icu package was updated from 70.1 to 71.1. Installing ICU 70.1 fixes the problem.
I've created an icu70 AUR package to install it easily next to the official package.
I agree with @TheAidency that it might be a good idea to add an optional dependency, since 2020.3 is still an officially supported LTS version.
sinasio commented on 2022-04-28 11:06 (UTC)
@Nobbele I update the package to 3.1.2 Patch here https://github.com/synasius/unityhub-aur/tree/update-to-3.1.2
ahub commented on 2022-04-21 08:24 (UTC)
FYI you can work around compiler error by setting a environment variable instead of installing libicu
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1does the trickTheAidency commented on 2022-04-21 07:18 (UTC)
Some old versions(Tested 2020.3.x) throw the infamous two empty compiler errors issue without libicu50. Maybe an optional dependency might make sense here? Keep up the good work, thank you!
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 13 14 .. 19 Next › Last »