Skip to content

hannesdelbeke/unreal-plugin-python-script-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

plugin wrapper for Lei Xingyu's unrealScriptEditor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages