Package Details: unreal-engine 5.5.0-0

Git Clone URL: https://aur.archlinux.org/unreal-engine.git (read-only, click to copy)
Package Base: unreal-engine
Description: A 3D game engine by Epic Games which can be used non-commercially for free.
Upstream URL: https://www.unrealengine.com/
Keywords: 3D engine game ue5 Unreal
Licenses: GPL3, custom:UnrealEngine
Submitter: acerix
Maintainer: Shatur
Last Packager: Neko-san
Votes: 76
Popularity: 0.074641
First Submitted: 2016-05-01 18:37 (UTC)
Last Updated: 2024-11-16 03:10 (UTC)

Required by (1)

Sources (6)

Pinned Comments

Neko-san commented on 2022-11-01 02:32 (UTC) (edited on 2023-06-25 01:19 (UTC) by Neko-san)

@juancarlospaco this is easily done on your own system, not in a PKGBUILD, given that building packages runs as root:

sudo groupadd unrealengine-users
sudo usermod -aG unrealengine-users (your-username)
sudo chown -R root:unrealengine-users /opt/unreal-engine
sudo chmod -R 775 /opt/unreal-engine

Permission issues like this are already mentioned on the UE Arch wiki page: https://wiki.archlinux.org/title/Unreal_Engine_4#Installing_from_the_AUR

This is a user system problem; I already did what I could without needing users to do the above by giving the 777 permissions. If it still gives you trouble, you'll have to use the example to solve it or change the install location to somewhere you have user permissions by default (as I cannot do this for you).

zerophase commented on 2021-05-27 08:15 (UTC) (edited on 2021-05-30 08:41 (UTC) by zerophase)

Will update to 5.0 when it is released.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 82 Next › Last »

OdinVex commented on 2023-06-24 15:11 (UTC)

@thoth Indeed, Steam creates its own correct symlinks. That was why I was baffled as to why this AUR goes out of its way to make the links. I ran into the 'no CPP' issue with a BP-only build (I use BP until reasonably complete, then CPP the project)! This is why I started manual compiles instead.

@k1gen Intel can claim anything it wants. I knew years ago they were bs, long before Meltdown, Spectre, etc. Intel Graphics has always sucked and most likely always will. They have “full OpenGL” support, but it sucks. If you can do a vkcube without crashing, it's most likely already 'Intel' 'working'.

thoth commented on 2023-06-24 09:53 (UTC)

In any case, this line:

 ln -s "${HOME}/.steampath" "${HOME}/.steam/bin"

creates a new symlink here /home/user/.steam/bin/.steampath which is NOT /home/user/.steampath which is the original symlink created by steam. Why are we creating new broken symlinks that are not created by steam? This does not make sense.

Furthermore, when I install the pkg created by this repo I am unable to create cpp projects regardless of whether I apply the chowns in the pinned posts:

Running /opt/unreal-engine/Engine/Build/BatchFiles/Linux/Build.sh  -projectfiles -project="/home/thoth/Documents/Unreal Projects/MyProjectcpptest/MyProjectcpptest.uproject" -game -engine -progress
Setting up bundled DotNet SDK
Running command : dotnet Engine/Binaries/DotNET/UnrealBuildTool/UnrealBuildTool.dll -projectfiles -project=/home/thoth/Documents/Unreal Projects/MyProjectcpptest/MyProjectcpptest.uproject -game -engine -progress
Log file: /home/thoth/.config/Epic/UnrealBuildTool/Log_GPF.txt

Some Platforms were skipped due to invalid SDK setup: Android.
See the log file for detailed information


Generating Make project files:
Discovering modules, targets and source code for project...
Targets with a unique build environment cannot be built with an installed engine.

seqfault commented on 2023-06-24 08:25 (UTC)

@OdinVex: well, UHD 620 has full vulkan support, so it's just a matter of time to get it working (I think). I found similar issues on Unreal's forum, but most of the posts were unanswered, so either I get help here or leave this thing. don't say no one here launched UE on iGPU :)

OdinVex commented on 2023-06-23 22:58 (UTC) (edited on 2023-06-23 22:59 (UTC) by OdinVex)

@k1gen That error in particular wouldn't be related to the AUR at all, unfortunately. Intel doesn't do well at all with anything graphics-related. AMD or Nvidia. You may need to search elsewhere for this one. :/ The HD 620 is a very low-end GPU, sadly.

seqfault commented on 2023-06-23 21:55 (UTC) (edited on 2023-06-23 22:09 (UTC) by seqfault)

well, I passed the compilation step after two days, but unreal is crashing on startup: https://paste.opensuse.org/pastes/d1823ae21057. I have a laptop with i5-8350U + UHD 620 with 24Gb of RAM, and vulkan is working flawlessly. I gotta go sleep now, be back in ~8 hours. here's full log from running unreal-engine-5.sh: https://paste.opensuse.org/pastes/276022467ed6. thanks in advance for your time

OdinVex commented on 2023-06-23 21:40 (UTC)

@k1gen Glad it's all worked out for you.

seqfault commented on 2023-06-23 21:40 (UTC)

@OdinVex: yeah, I can do a pacman -U, will clear yay cache now. thanks again :)

OdinVex commented on 2023-06-23 21:38 (UTC) (edited on 2023-06-23 21:40 (UTC) by OdinVex)

@k1gen See, it was an easy fix, just needed some attention to detail. As for the space issue...you should be able to move the final zst file somewhere else and delete the entire folder, then double-click the zst to install. First, I'd try double-clicking the zst. If it attempts to install, it should be fine alone. But I haven't done that in a looong time. You should just upgrade the HDD and do a dd-clone with a GPT backup and restore account for size of HDD. Random search shows: sudo pacman -U --noconfirm your-package.pkg.tar.zst

seqfault commented on 2023-06-23 21:33 (UTC) (edited on 2023-06-23 21:38 (UTC) by seqfault)

@OdinVex: thanks for helping, makepkg -s worked with this PKGBUILD, but now I have 75 gigs left on my drive, and I need 100 for makepkg -i :) what can I delete in ~/.cache/yay/unreal-engine? src is 21G, .pkg.tar.zst is 32G, and pkg is 94G

OdinVex commented on 2023-06-23 20:30 (UTC) (edited on 2023-06-23 20:56 (UTC) by OdinVex)

@k1gen I'd comment that line out for now. Since I use a manual compile I don't use the AUR anymore, I needed plugins that can't be automatically included and compiled in the AUR version easily, so I don't remember that file's location if it exists even.

Edit: It may have already been “install” moved to pkg/unreal-engine/usr/share/licenses/UnrealEngine/, so ignore it for now (remember from first time you ran it?). The same goes for any file that might be “install” moved in package().