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] – [Vulkan] mine1 | software:unreal [2022/10/17 14:58] (current) – [Unreal Engine 4.27 through ue4cli] gmir | ||
|---|---|---|---|
| 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.1629276588.txt.gz · Last modified: by mine1
