Package Details: unityhub 3.8.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: 75
Popularity: 0.92
First Submitted: 2018-08-31 12:14 (UTC)
Last Updated: 2024-04-29 07:11 (UTC)

Dependencies (8)

Required by (3)

Sources (2)

Latest Comments

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

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=1 does the trick

TheAidency 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!

sinasio commented on 2022-03-19 07:36 (UTC)

I updated the PKGBUILD and .SRCINFO to UnityHub 3.1.1 in my fork of AUR git repository: https://github.com/synasius/unityhub-aur/tree/update-to-3.1.1

@Nobbele you should be able to easily merge the commit on that branch.

Thanks for your work on this package :D

nobbele commented on 2022-02-19 11:55 (UTC)

I added them as optional dependencies

dginovker commented on 2022-02-19 07:04 (UTC)

cpio should be a dependency, since it's needed to install Editor modules (like Android build support)

dginovker commented on 2022-02-19 05:26 (UTC)

Hub works fine, but my projects weren't opening. Ran Unity from commandline and found this:

./Unity: error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory

For old editors, you probably need https://aur.archlinux.org/packages/gconf

014 commented on 2022-02-15 04:16 (UTC)

Thank you for taking over this package and getting it converted over to 3.0.1

letorbi commented on 2022-02-04 20:34 (UTC) (edited on 2022-02-04 20:36 (UTC) by letorbi)

I agree with @thereatra. Even though the package version is 3.0.1 now, the actual version of Unity Hub is still 2.4.6 :( Sorry, but I had to flag this package as out-of-date for that reason again.

I guess the only way to go is to install Unity Hub from the .deb package. @Nobbele (in the unityhub-beta package) and @HunabKu already showed how to achieve that, so it should be easy to implement.