You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,10 +21,10 @@ The currently supported Unreal Engine versions are 4.12, 4.13 and 4.14
21
21
22
22
# Binary installation on Windows (64 bit)
23
23
24
-
First of all install an official python distribution in your system (currently the suggested one is the 3.5) (do a system wide install, not a user one)
25
-
26
24
Check in the releases page (https://github.com/20tab/UnrealEnginePython/releases) if there is a binary version that matches your configuration (otherwise open an issue asking us for it [please specify the python version too]) and download it.
27
25
26
+
Binary releases includes an embedded python version, so you do not need to install it in the system.
27
+
28
28
Create (if it does not already exist) a Plugins directory in your project root directory (at the same level of Content/ and the .uproject file) and unzip the plugin into it. If your project is named FooBar you will end with FooBar/Plugins/UnrealEnginePython.
29
29
30
30
Open your project and go to the Edit/Plugins menu. Go to the bottom and under "Project/Scripting Languages" enable UnrealEnginePython.
0 commit comments