Skip to content

Commit 3a241f0

Browse files
committed
2 parents 4e2d590 + 5004c0c commit 3a241f0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ This is a simple Python application that provides a graphical user interface (GU
1111

1212
## Usage
1313

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).
1515

1616
2. Make sure you have Python 3.x installed on your system.
1717

1818
3. Open a terminal/command prompt and navigate to the directory where the repository is located.
1919

20-
4. Run the following command to start the application:
20+
4. Run the application in a code editor like VScode.
2121

2222
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.
2626

2727
6. After providing the paths, click the "Begin Plugin Migration" button. The tool will execute the migration process using UAT.
2828

0 commit comments

Comments
 (0)