Package Details: unreal-engine 5.3.2-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 (Neko-san)
Last Packager: Neko-san
Votes: 73
Popularity: 0.100655
First Submitted: 2016-05-01 18:37 (UTC)
Last Updated: 2024-02-17 03:26 (UTC)

Required by (1)

Sources (5)

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 .. 54 55 56 57 58 59 60 61 62 63 64 .. 79 Next › Last »

zerophase commented on 2017-11-17 03:32 (UTC)

@fghdfvvsd Try updating to 4.18.1. Other than that you can try running make (run setup, and generateprojectfiles first) from the Unreal directory.

acerix commented on 2017-11-16 23:52 (UTC)

@fghdfvvsd You can see more info by starting UE from the command line: https://wiki.archlinux.org/index.php/Unreal_Engine_4#Runtime_problems If you have any errors, please post on the official issue tracker: https://issues.unrealengine.com/

fghdfvvsd commented on 2017-11-16 23:36 (UTC)

Hey, I have a fresh install of UE 4.18. When I try to create a C++ Project, UE crashes but after starting UE again I can select the project and the following Error appears: The following modules are missing or built with a different engine version: libUE4Editor-MyProject.so Would you like to rebuild them now? When I click yes it crashes after a while and says I should try to build it from source and UE doesn't work anymore.

wolfyrion commented on 2017-11-04 08:06 (UTC)

Thanks is working fine! My only problem now are the menus , the Unreal Editor menus are very slow,it looks like the menus are lagging, it takes around 3-6 sec to move from one menu to another ? Is impossible to work like that :( Any solutions? (I am using Plasma with a high end pc)

nicksms commented on 2017-10-30 01:06 (UTC)

@zerophase Oddly, it was the reverse for me. Everything looked massive and blurry.

zerophase commented on 2017-10-29 17:37 (UTC)

@nicksms yeah, text is really weird and tiny in the editor. I think it's since the engine defaults to highdpi after the patch to improve highdpi support.

nicksms commented on 2017-10-29 17:09 (UTC)

Okay, after several days almost everything is working! I have a FullHD laptop, and the editor looks weird unless I pass the -nohighdpi option. Also, some of the sample materials are black. HTML5 Build succeeds, but (probably a problem with my browser) it just is a black screen. Anyone else having a problem with the editor looking weird? Is it just my laptop?

libgradev commented on 2017-10-29 07:00 (UTC)

@zerophase building and running fine now thanks :) @archuser87 Mesa is working fine here (AMD RX480). It looks like they fixed it with UE 4.18 as 4.17.x just crashed out prior to the editor window appearing.

zerophase commented on 2017-10-27 16:11 (UTC)

@AllanDaemon I think it's just a typo.