From e332adfec040a961d2f3a458aa16b0f37116ca95 Mon Sep 17 00:00:00 2001 From: Xavrax Date: Fri, 22 Sep 2023 12:46:23 +0200 Subject: [PATCH] readme md --- unreal/README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) diff --git a/unreal/README.md b/unreal/README.md index 448998af..048ce893 100644 --- a/unreal/README.md +++ b/unreal/README.md @@ -2,6 +2,58 @@ ## Overview +Our SDK can be used together with [UnrealEngine](https://www.unrealengine.com/en-US). +It is **not** fully functional plugin but can be easly integrated into your project as a unreal module. + ## How to setup +First of all you have to clone this repository inside the `/Source/` directory. +We recommend to place it inside the `ThirdParty` one (create it if no present). + +After that you have to compile desired option of the SDK. You can simple do it as follow: +```sh +make -C