From cf6c836ba53e20f61965ad77e7dce15d88eac263 Mon Sep 17 00:00:00 2001 From: Oleg Petruny Date: Fri, 27 Sep 2024 13:22:04 +0000 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a23b29d..4e5ae94 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -# Lost_Edge +# Documentation +Actualised documentation is on [google drive] (https://drive.google.com/drive/folders/1o40kh_8BgrMI3BzPyfNT0ZLG_5mrIjEy?usp=sharing). + +# How to compile It's recommended to work in Unreal Engine 5.4 and to install Visual Studio with the necessary packages as it described in the [official documentation](https://dev.epicgames.com/documentation/en-us/unreal-engine/setting-up-visual-studio-development-environment-for-cplusplus-projects-in-unreal-engine) (recommended settings aren't needed). \ After repo cloning, the Visual Studio project files needs to be generated. It can be done in the explorer RMB context menu of file "Lost_Edge.uproject". Or by typing "%UE5PATH%\Engine\Build\BatchFiles\GenerateProjectFiles.bat" "%REPOPATH%\Lost_Edge.uproject". \