/pyblish-unreal

Pyblish for Unreal Engine 4 & 5

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

Unreal Pyblish plugin

A Pyblish plugin for Unreal. That adds a tool button to launch Pyblish in Unreal

install

  • copy the whole Pyblish folder to your plugins path. e.g. C:\Users\hanne\Documents\Unreal Projects\MyProject\Plugins
  • install the dependencies from requirements.txt
pip install -r requirements.txt --target "C:\Users\hanne\Documents\Unreal Projects\MyProject\Content\Python\Lib\site-packages"

or

pip install pyblish-lite unreal-qt --target "C:\Users\hanne\Documents\Unreal Projects\MyProject\Content\Python\Lib\site-packages"
  • open the plugin manager
  • Enable the Pyblish Unreal plugin
  • restart Unreal

Usage instructions

  • launch from the tool button (circled)

references