From 83af5b31325ab686782c55044d9fc3b9aac65fd2 Mon Sep 17 00:00:00 2001 From: YermekG Date: Mon, 4 Nov 2024 14:06:06 +1300 Subject: [PATCH] chore: updated BLUI section in readme --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0136642..152d6db 100644 --- a/README.md +++ b/README.md @@ -46,15 +46,11 @@ Next, launch the game and then open a separate Chrome/Chromium browser and navig ## Release Unreal Immutable SDK Plugin 1. Release the plugin using GitHub releases. See https://github.com/immutable/unreal-immutable-sdk/releases +## BLUI Plugin -## Release Blui Plugin for UE4 +For Unreal Engine versions 4.26, 4.27, and 5.0, we use the BLUI plugin because Epic's WebBrowserWidget plugin is incompatible with this SDK due to its reliance on an older version of CEF. -For UE 4.26 and 4.27 we are using Blui as the in built browser does not work. - -1. Download Blui release from https://github.com/immutable/BLUI-Unreal/tree/Imtbl4.2 -2. Download CEF Browser from https://github.com/getnamo/BLUI-Unreal/releases/tag/v4.6.0 (`BluBrowserCEF....7z`) -3. Place the Win folder from the `BluBrowserCEF...7z` into the BLUI plugin `Thirdparty/cef` -4. Zip the Blui plugin folder and upload to the GitHub release. +Please follow the [installation instructions](https://github.com/immutable/immutable-BLUI?tab=readme-ov-file#installation) to install the Immutable BLUI plugin. ## Contributing Thank you for your interest in contributing to our project! Here's a quick guide on how you can get started: