Update to latest
This commit is contained in:
parent
bd911e53e9
commit
bd65c6c24d
50 changed files with 89 additions and 429 deletions
|
|
@ -140,7 +140,7 @@
|
|||
"href": "sites/getstarted.html",
|
||||
"title": "Project Setup",
|
||||
"section": "",
|
||||
"text": "If you want to take a look inside a project, there are currently three important repositories:\n\nVIRTUOS_Playground: The repository contains the Unreal Engine Project\nVIRTUOS_Assets: Contains all Project related assets like 3D-Models, Graphics etc.\nVIRTUOS_Documents: Contains all written Documents\n\n\nSetting up the project with UE5\nIf you’re familiar with Git, you’ll likely already know how to get the files.\ngit pull https://code.virtuos.world/VIRTUOS_WORLD/VIRTUOS_Docs.git\nIf you’re not comforatable with the command line, you can install a Git GUI like Github Desktop.",
|
||||
"text": "If you want to take a look inside a project, there are currently three important repositories:\n\nVIRTUOS_Playground: The repository contains the Unreal Engine Project\nVIRTUOS_Assets: Contains all Project related assets like 3D-Models, Graphics etc.\nVIRTUOS_Documents: Contains all written Documents\nVIRTUOS_Docs: The Documentation in QUarto (which you’re reading right now)\n\n\nSetting up the project with UE5\nIf you’re familiar with Git, you’ll likely already know how to get the files.\ngit pull https://code.virtuos.world/VIRTUOS_WORLD/VIRTUOS_Docs.git\nIf you’re not comforatable with the command line, you can install a Git GUI like Github Desktop:\nHit File -> Clone repository\n\nEnter the repository from code.virtuos.world you want to clone, e.g. https://code.virtuos.world/VIRTUOS_WORLD/VIRTUOS_Playground.git\n\n\n\nDependencies\nThe project uses the following external Plugins:\n\nVR Expansion Plugin, see https://github.com/mordentral/VRExpansionPlugin\nSPUD: Steve’s Persistent Unreal Data library, see https://github.com/sinbad/SPUD\n\nThe Plugins are already in the /Plugins folder\n\n\nBuilding the project\nNote: To build the project, you’ll need Visual Studio installed on your system.\n\n\nRight click the .uproject file and hit Generate Visual Studio project files.\n\n\nOpen the newly generated .sln file in Visual Studio. From there, hit Build -> Build solution.",
|
||||
"crumbs": [
|
||||
"Homepage",
|
||||
"Get Started",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue