Search Criteria
Package Details: unityhub 3.12.1-2
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: | 83 |
Popularity: | 1.74 |
First Submitted: | 2018-08-31 12:14 (UTC) |
Last Updated: | 2025-05-06 08:45 (UTC) |
Dependencies (12)
- at-spi2-core (at-spi2-core-gitAUR)
- cpio (cpio-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libnotify (libnotify-gitAUR)
- libsecret
- libxml2-legacy
- libxss
- libxtst
- nss (nss-hgAUR)
- util-linux-libs (util-linux-libs-aesAUR, util-linux-libs-selinuxAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR)
- libappindicator-gtk3 (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
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »
Joelius300 commented on 2022-11-08 13:49 (UTC)
@BujuArena I know about this discrepancy but so far I have only encountered a few issues which were usually fixed by simply downgrading the AUR package. If you say don't try to use it, are there any alternatives? I mean anything more safe or stable than just manually retaining updates from the AUR if necessary? The AUR is amazing and one of the big reasons I chose Manjaro to begin with so I'll want to keep using it.
BujuArena commented on 2022-11-08 04:35 (UTC)
Please don't try to use Manjaro stable with the AUR. The AUR is for Arch stable, which is ahead of Manjaro unstable (without even mentioning that it's a completely different repository, so it could have any number of unexpected differences). Manjaro stable is so far behind that it's guaranteed to break on changing dependencies often.
Joelius300 commented on 2022-11-07 19:17 (UTC) (edited on 2022-11-07 19:20 (UTC) by Joelius300)
@sinasio Thanks! I'm sure it will solve it for Manjaro eventually but currently the package is only available on the unstable branch of Manjaros updates meaning it will probably take a week or two until it hits stable. Fortunately the issue that prompted the addition of the dependency in the first place seemingly has not yet hit stable either so in the end it'll probably all work out and until then I can just stay on unityhub 3.3.0-1.
Ps. Thanks for the addition of the dependency, I'm sure it's a good change. It should not be your responsibility to deal with issue coming from Manjaros update retention.
sinasio commented on 2022-11-07 08:11 (UTC)
@Joelius300 I can see the openssl-1.1 packages here: https://packages.manjaro.org/?query=openssl
Looks like it was added recently :D Does it resolve your issue?
Joelius300 commented on 2022-11-06 20:26 (UTC) (edited on 2022-11-06 20:30 (UTC) by Joelius300)
FWIW the addition of openssl-1.1 as a dependency makes it impossible to install on my Manjaro system (impossible is a hard word; pacman, pamac and yay cannot handle the situation at least not without some flag I don't know about).
It seems that none of the packages openssl, openssl-1.0, lib32-openssl and lib32-openssl-1.0 provide openssl-1.1 (and openssl and lib32-openssl are both on version 1.1.1.q-1). I had to manually install unityhub 3.3.0-1 and didn't face any issues or crashes whatsoever.
sinasio commented on 2022-11-06 07:01 (UTC)
@attishno1 @Lexito thanks for the update. I'll add openssl-1.1 to the dependencies, as the package fixes the problem.
The issue is known by Unity devs: https://forum.unity.com/threads/workaround-for-libssl-issue-on-ubuntu-22-04.1271405/#post-8098841 Hopefully they'll fix the issue one day :D
Lexito commented on 2022-11-05 23:59 (UTC)
Installing the openssl-1.1 package seems to fix the libssl issue which makes Unity Hub crash at launch.
attishno1 commented on 2022-11-05 16:39 (UTC)
Hello! An update, possibly an OpenSSL update is causing this error when unityhub is launched in the terminal
This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: ConnectionLost: Timeout! Cannot connect to Licensing Client within 60000ms at Function.fromType (/opt/unityhub/resources/app.asar/node_modules/@licensing/licensing-sdk/lib/core/ipc/licensingIpc.js:51:16) at LicensingIpc.waitForConnection (/opt/unityhub/resources/app.asar/node_modules/@licensing/licensing-sdk/lib/core/ipc/licensingIpc.js:118:152) at LicensingSdk.getMachineId (/opt/unityhub/resources/app.asar/node_modules/@licensing/licensing-sdk/lib/core/licensingSdk.js:68:37) at Object.<anonymous> (/opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:118:86) at Generator.next (<anonymous>) at /opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:31:71 at new Promise (<anonymous>) at __awaiter (/opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:27:12) at Object.getMachineId (/opt/unityhub/resources/app.asar/build/main/services/licenseService/licensingSdk.js:117:16) at Object.<anonymous> (/opt/unityhub/resources/app.asar/build/main/services/cloudAnalytics/cloudAnalytics.js:96:56) This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: ConnectionLost: Timeout! Cannot connect to Licensing Client within 60000ms at Function.FromIpcError (/opt/unityhub/resources/app.asar/node_modules/@licensing/licensing-sdk/lib/core/licensingSdkError.js:14:16) at LicensingSdk.handleError (/opt/unityhub/resources/app.asar/node_modules/@licensing/licensing-sdk/lib/core/licensingSdk.js:580:62) at LicensingSdk.activateAllEntitlementBasedLicenses (/opt/unityhub/resources/app.asar/node_modules/@licensing/licensing-sdk/lib/core/licensingSdk.js:202:24)
Unity Hub is not working after today's update
kdembrace commented on 2022-10-09 11:03 (UTC)
At least with KDE it needs the following line. Wasn't able to get it working with microsoft edge or firefox.
xdg-mime default unityhub.desktop x-scheme-handler/unityhub
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
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 15 Next › Last »