Project Setup

If you want to take a look inside a project, there are currently three important repositories:

Setting up the project with UE5

If you’re familiar with Git, you’ll likely already know how to get the files from the repository:

git pull https://code.virtuos.world/VIRTUOS_WORLD/VIRTUOS_Docs.git

If you’re not comforatable with the command line, you can install a Git GUI like Github Desktop:

Hit File -> Clone repository

Enter the repository from code.virtuos.world you want to clone, e.g. https://code.virtuos.world/VIRTUOS_WORLD/VIRTUOS_Playground.git

Dependencies

The project uses the following external Plugins:

The Plugins are already in the /Plugins folder and should build with the project without errors. For manual installation, see the respective Documentation.

Building the project

To build the project, you’ll need Visual Studio installed on your system.

  1. Right click the .uproject file and hit Generate Visual Studio project files.
  2. Open the newly generated .sln file in Visual Studio. From there, hit Build -> Build solution.

Note: This may take a while.