Skip to content

Commit 3c5d968

Browse files
authored
fix: corrected blui plugin download link for ue 4.26 (#67)
1 parent 164135c commit 3c5d968

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

README.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,8 @@
2020
### Prerequisites
2121

2222
- git
23-
- Epic Games Launcher
24-
- Unreal Engine installed from the Epic Games Launcher; you will need every version that the plugin supports (currently 4.27, 5.0, 5.1, 5.2)
25-
- Visual Studio 2022 with C++ support
26-
- JetBrains Rider IDE (recommended for working with Unreal Engine C++ code)
27-
28-
If not Rider, Visual Studio is fine and even better with the Resharper plugin.
23+
- Unreal Engine installed from the Epic Games Launcher or built from the source code. Make sure to check the list of currently supported Unreal Engine versions.
24+
- Microsoft Visual Studio. It is crucial to have a compatible version of Visual Studio installed. Please refer to the official documentation of Unreal Engine.
2925

3026
### Getting Started
3127

@@ -53,17 +49,12 @@ Next, launch the game and then open a separate Chrome/Chromium browser and navig
5349

5450
## Release Blui Plugin for UE4
5551

56-
For UE4 we are using Blui as the in built browser does not work.
57-
58-
1. Download this release supporting UE 4.27 and 4.26 https://github.com/getnamo/BLUI-Unreal/releases/tag/4.2.0
59-
2. Download the CEF 90 Browser from https://github.com/getnamo/BLUI-Unreal/releases/tag/v4.6.0 (`BluBrowserCEF....7z`)
60-
3. Delete the Thirdparty/cef/Win folder from the BLUI plugin
61-
4. Place the Win folder from the `BluBrowserCEF...7z` into Thirdparty/cef
62-
5. Disable cefdebug settings in `Blu.cpp`, following line
63-
```
64-
// BluManager::Settings.remote_debugging_port = 7777;
65-
```
66-
6. Zip the Blui plugin folder and upload to the GitHub release.
52+
For UE 4.26 and 4.27 we are using Blui as the in built browser does not work.
53+
54+
1. Download Blui release from https://github.com/immutable/BLUI-Unreal/tree/Imtbl4.2
55+
2. Download CEF Browser from https://github.com/getnamo/BLUI-Unreal/releases/tag/v4.6.0 (`BluBrowserCEF....7z`)
56+
3. Place the Win folder from the `BluBrowserCEF...7z` into the BLUI plugin `Thirdparty/cef`
57+
4. Zip the Blui plugin folder and upload to the GitHub release.
6758

6859
## How to Add Game Bridge Asset to Packaged Resources
6960

0 commit comments

Comments
 (0)