software:unreal
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:unreal [2021/08/18 08:49] – [Remote] mine1 | software:unreal [2022/10/17 14:58] (current) – [Unreal Engine 4.27 through ue4cli] gmir | ||
---|---|---|---|
Line 5: | Line 5: | ||
====== Installation | ====== Installation | ||
===== Vulkan ===== | ===== Vulkan ===== | ||
- | (https:// | + | [[https:// |
**AMD** | **AMD** | ||
Line 16: | Line 16: | ||
* sudo apt upgrade | * sudo apt upgrade | ||
* sudo apt install nvidia-graphics-drivers-396 nvidia-settings vulkan vulkan-utils | * sudo apt install nvidia-graphics-drivers-396 nvidia-settings vulkan vulkan-utils | ||
+ | ===== Unreal Engine 4 ===== | ||
+ | [[https:// | ||
+ | |||
+ | ====== Docker(Linux) | ||
+ | ===== Installation ===== | ||
+ | - Follow Step 1 to 5: https:// | ||
+ | - Install Nvidia container toolkit https:// | ||
+ | * Required for gpu access | ||
+ | * Install instruction https:// | ||
+ | - Configure environment | ||
+ | * In terminal enter: '' | ||
+ | * always required if display is used | ||
+ | ===== Pre-Build Engine ===== | ||
+ | * Instructions: | ||
+ | * Available engine versions: https:// | ||
+ | * JetBrain Rider does not work with this (latest check: 09/ | ||
+ | * Alternative: | ||
+ | |||
+ | ===== Sandbox-Editor ===== | ||
+ | * https:// | ||
+ | * Example command:'' | ||
+ | * might require permission changes for project | ||
====== Remote ====== | ====== Remote ====== | ||
[[https:// | [[https:// | ||
+ | |||
+ | ===== Bash script for opening unreal or a project file directly ===== | ||
+ | < | ||
+ | #!/bin/bash | ||
+ | if [ -z " | ||
+ | then | ||
+ | $HOME/ | ||
+ | else | ||
+ | DIR=" | ||
+ | ($HOME/ | ||
+ | fi | ||
+ | </ | ||
+ | **Example** | ||
+ | * cd / | ||
+ | * ./bashfile project.uproject | ||
+ | |||
+ | ====== Unreal Engine 4.27 through ue4cli ====== | ||
+ | |||
+ | Build through ue4cli. | ||
+ | |||
+ | - install [[https:// | ||
+ | - '' | ||
+ | - '' | ||
+ | - '' | ||
+ |
software/unreal.1629276550.txt.gz · Last modified: 2021/08/18 08:49 by mine1