|
20 | 20 | ### Prerequisites
|
21 | 21 |
|
22 | 22 | - 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. |
29 | 25 |
|
30 | 26 | ### Getting Started
|
31 | 27 |
|
@@ -53,17 +49,12 @@ Next, launch the game and then open a separate Chrome/Chromium browser and navig
|
53 | 49 |
|
54 | 50 | ## Release Blui Plugin for UE4
|
55 | 51 |
|
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. |
67 | 58 |
|
68 | 59 | ## How to Add Game Bridge Asset to Packaged Resources
|
69 | 60 |
|
|
0 commit comments