File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ This is a simple Python application that provides a graphical user interface (GU
11
11
12
12
## Usage
13
13
14
- 1 . Clone or download the repository to your local machine.
14
+ 1 . Clone or download the repository to your local machine or download the precompiled binaries in the assets section (follow from steps 5 to 7) .
15
15
16
16
2 . Make sure you have Python 3.x installed on your system.
17
17
18
18
3 . Open a terminal/command prompt and navigate to the directory where the repository is located.
19
19
20
- 4 . Run the following command to start the application:
20
+ 4 . Run the application in a code editor like VScode.
21
21
22
22
5 . The GUI window will appear, prompting you to provide the necessary paths:
23
- - ** Engine Path:** Select the root directory of your Unreal Engine installation.
24
- - ** Origin Path:** Select the original plugin file (` .uplugin ` ) you want to migrate.
25
- - ** Output Path:** Choose the directory where the migrated plugin will be saved.
23
+ - ** Engine Path:** Select the root directory of your current Unreal Engine installation (The UE version you want your plugin to be) .
24
+ - ** Origin Path:** Select the original plugin file (` .uplugin ` ) you want to migrate (This is your source) .
25
+ - ** Output Path:** Choose the directory where the migrated plugin will be saved as your destination folder .
26
26
27
27
6 . After providing the paths, click the "Begin Plugin Migration" button. The tool will execute the migration process using UAT.
28
28
You can’t perform that action at this time.
0 commit comments