unreal-plugin-python-script-editor

plugin wrapper for Lei Xingyu's unrealScriptEditor

Stars
10
Committers
2

Unreal plugin: Python script editor

A plugin wrapper for Lei Xingyu's unrealScriptEditor.

See original docs

Installation

Plugget install (recommended)

Installation with plugget automatically installs all dependencies. (from the manifest)

  1. Install the plugget Unreal plugin
  2. Run these 2 Python commands: (in the bottom left of the Unreal editor)
import plugget
plugget.install("unreal-plugin-python-script-editor")

Manual install

  • Copy the unrealScriptEditor folder to your unreal plugin folder. either in your project, or in C:\Program Files\Epic Games\UE_5.0\Engine\Plugins, or see UE plugin docs
  • Manually install the dependencies with pip from the requirements.txt file
  • Start Unreal, and go to the menu Edit/Plugins
  • Search for python script editor and enable the plugin named python script editor, do not this confuse with python editor script plugin

Launch tool

  • Restart Unreal, if all went well a menu entry should now appear under Tools/Unreal script editor

Community

Alternatives

Listing similar products