diff --git a/unreal/README.md b/unreal/README.md index 245d6693..ded32bcb 100644 --- a/unreal/README.md +++ b/unreal/README.md @@ -1,93 +1,93 @@ # Unreal Engine integration -## 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](https://www.pubnub.com/docs/sdks/c-core#hello-world) of the SDK. -You can simple do it in the SDK directory as follow: -```sh -make -C